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 10 forks source link

Handle custom block numbers in `eth_estimateGas` endpoint #380

Closed m-Peter closed 3 months ago

m-Peter commented 3 months ago

Currently, this endpoint is always executed against the latest EVM block, and we should support custom blocks as well.