Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Ensure we can support Etherscan #59

Open
jbowen93 opened this issue May 31, 2022 · 0 comments
Open

Ensure we can support Etherscan #59

jbowen93 opened this issue May 31, 2022 · 0 comments
Assignees

Comments

@jbowen93
Copy link

jbowen93 commented May 31, 2022

We are working with Etherscan and need to pass their compatibility tests. They need a docker setup and support for the following RPC endpoints:

eth_syncing
eth_gasPrice
eth_blockNumber
eth_getBalance
eth_getStorageAt
eth_getTransactionCount
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_getCode
eth_getBlockByHash
eth_getBlockByNumber
eth_getTransactionByHash
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionReceipt
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
eth_getTransactionCount

-----debug-----
debug_traceBlockByNumber
debug_traceTransaction

This needs to be done by May 10th.

@jbowen93 jbowen93 self-assigned this May 31, 2022
@jbowen93 jbowen93 moved this to TODO in Celestia Node May 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Status: TODO
Development

No branches or pull requests

1 participant