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
Here is the comprehensive list of Ethereum JSON-RPC endpoints: link to the documentation. While it would be ideal to support all of them, we need to prioritize the most useful ones initially. Here is the prioritized list of endpoints (needed to deploy Uniswap-v2) that need to be implemented first:
Description
Here is the comprehensive list of Ethereum JSON-RPC endpoints: link to the documentation. While it would be ideal to support all of them, we need to prioritize the most useful ones initially. Here is the prioritized list of endpoints (needed to deploy
Uniswap-v2
) that need to be implemented first:eth_chainId
endpoint. #877eth_getBlockByNumber
endpoint. #878eth_call
endpoint. #879eth_sendTransaction
endpoint. #880 (done for thelatest
block)eth_blockNumber
endpoint. #881eth_getTransactionCount
endpoint. #882eth_gasPrice
endpoint. #883Acceptance Criteria
Unit test for each endpoint.
The text was updated successfully, but these errors were encountered: