You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue continues breaking down the formal Ethereum RPC spec into dependency ordered chunks. This issue groups a set of APIs which store and index blocks and provide block-related endpoints.
eth_getBlockByHash
eth_getBlockByNumber
eth_getBlockReceipts
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
We will need to:
Understand the internal wiring to be implemented and what interactions with BridgedAccount or other Flow constructs this will have in the functions implementation. Formalize the specification/requirements through discussion in this issue
Implement the endpoints above including corresponding automated tests to the agreed upon spec
The text was updated successfully, but these errors were encountered:
This issue continues breaking down the formal Ethereum RPC spec into dependency ordered chunks. This issue groups a set of APIs which store and index blocks and provide block-related endpoints.
We will need to:
Understand the internal wiring to be implemented and what interactions with BridgedAccount or other Flow constructs this will have in the functions implementation. Formalize the specification/requirements through discussion in this issue
Implement the endpoints above including corresponding automated tests to the agreed upon spec
The text was updated successfully, but these errors were encountered: