onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 9 forks source link

Optimize traces engine to handle empty blocks #464

Closed m-Peter closed 1 month ago

m-Peter commented 1 month ago

The traces engine performs some unnecessary actions, now that we can have blocks with no transactions.