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

Match behavior regarding JSON-RPC APIs with default block parameter #398

Closed m-Peter closed 2 months ago

m-Peter commented 2 months ago

As described here: https://ethereum.org/en/developers/docs/apis/json-rpc/#default-block, we need to match the JSON-RPC API specification. Look at Geth implementation for these APIs.