issues
search
voith
/
eth-tester-rpc
Rewrite of piper merriams eth-testrpc
MIT License
3
stars
3
forks
source link
Add more rpc methods
#29
Closed
voith
closed
6 years ago
voith
commented
6 years ago
What was wrong?
some RPC methods were missing.
How was it fixed?
Added new RPC methods:
eth_getTransactionByBlockHashAndIndex
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_getUncleCountByBlockHash
eth_getUncleCountByBlockNumber
eth_getTransactionByBlockNumberAndIndex
What was wrong?
some RPC methods were missing.
How was it fixed?
Added new RPC methods: