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

Rework transaction endpoints to handle pending status #544

Open m-Peter opened 2 weeks ago

m-Peter commented 2 weeks ago

A submitted transaction that is still in the pending should, it should be returned from eth_getTransactionByHash, with the block fields being null. See: https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_gettransactionbyhash

sideninja commented 5 days ago

Related #586