-
Notifications
You must be signed in to change notification settings - Fork 634
/
rpc_methods
55 lines (54 loc) · 1.2 KB
/
rpc_methods
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Checklist for implemented JSON RPC methods
[x] web3_sha3
[ ] web3_clientVersion
[ ] net_version
[?] net_peerCount
[ ] net_listening
[ ] eth_coinbase
[ ] eth_mining
[ ] eth_gasPrice
[ ] eth_accounts
[x] eth_blockNumber
[x] eth_getBalance
[x] eth_getStorageAt
[x] eth_getTransactionCount
[x] eth_getBlockTransactionCountByHash
[x] eth_getBlockTransactionCountByNumber
[x] eth_getUncleCountByBlockHash
[x] eth_getUncleCountByBlockNumber
[x] eth_getCode
[ ] eth_sendTransaction
[ ] eth_call
[ ] eth_flush
[x] eth_getBlockByHash
[x] eth_getBlockByNumber
[x] eth_getTransactionByHash
[x] eth_getTransactionByBlockHashAndIndex
[x] eth_getTransactionByBlockNumberAndIndex
[ ] eth_getUncleByBlockHashAndIndex
[ ] eth_getUncleByBlockNumberAndIndex
[x] eth_getCompilers
[x] eth_compileLLL
[x] eth_compileSolidity
[x] eth_compileSerpent
[ ] eth_newFilter
[ ] eth_newBlockFilter
[ ] eth_uninstallFilter
[ ] eth_getFilterChanges
[ ] eth_getFilterLogs
[ ] eth_getLogs
[ ] eth_getWork
[ ] eth_submitWork
[x] db_putString
[x] db_getString
[x] db_putHex
[x] db_getHex
[ ] shh_post
[ ] shh_newIdentity
[ ] shh_hasIdentity
[ ] shh_newGroup
[ ] shh_addToGroup
[ ] shh_newFilter
[ ] shh_uninstallFilter
[ ] shh_getFilterChanges
[ ] shh_getMessages