This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 146
Implement all read-only eth_* json-rpc methods #20
Milestone
Comments
This was referenced Jan 5, 2019
This was referenced Aug 29, 2019
Closed
Closed
cburgdorf
added a commit
to cburgdorf/trinity
that referenced
this issue
Jan 14, 2020
cburgdorf
added a commit
to cburgdorf/trinity
that referenced
this issue
Jan 14, 2020
cburgdorf
added a commit
to cburgdorf/trinity
that referenced
this issue
Jan 14, 2020
So the three remaining are:
Which means I think we can close this? I'm going to be a little optimistic here and close it. I'm happy to re-open if anyone objects, of course. |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
eth_*
read-only methodseth_protocolVersion
eth_syncing
eth_gasPrice
(should get its own issue to plan the algorithm)eth_blockNumber
eth_getBalance
eth_getStorageAt
eth_getTransactionCount
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
block inteth_getUncleCountByBlockNumber
block stringeth_getCode
eth_call
eth_estimateGas
eth_getBlockByHash
eth_getBlockByNumber
block inteth_getBlockByNumber
block stringeth_getTransactionByHash
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionReceipt
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
block inteth_getUncleByBlockNumberAndIndex
block string(deprecated)eth_getCompilers
eth_getLogs
eth_*
read-only methodseth_coinbase
(returns error with: Trinity does not support mining)eth_hashrate
(returns error with: Trinity does not support mining)eth_mining
(returnsFalse
since Trinity does not support mining)eth_getWork
(returns error with: Trinity does not support mining)eth_accounts
(Trinity will always reply with[]
)chain
reference ?The text was updated successfully, but these errors were encountered: