flashbots / mev-inspect-rs

Discover historic Miner Extractable Value (MEV) opportunities
MIT License
547 stars 127 forks source link

perf: download receipts/txs in per-block batches #21

Closed gakonst closed 3 years ago

gakonst commented 3 years ago

Instead of getting the gas used and the gas price by doing 2 RPC requests per tx, we can just fetch all txs/receipts in a block in 2 RPC calls.