paradigmxyz / cryo

cryo is the easiest way to extract blockchain data to parquet, csv, json, or python dataframes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

perf: get block receipts instead of individual transaction receipts

banteg opened this issue · comments

commented

match provider.get_transaction_receipt(tx_clone).await {

we can use eth_getBlockReceipts, it's implemented in erigon and has recently been merged to execution spec.
ethereum/execution-apis#438

good call. implemented in 50b7fa9