-
Notifications
You must be signed in to change notification settings - Fork 1
/
rules.json
83 lines (83 loc) · 2.14 KB
/
rules.json
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"allow": [
"web3_clientVersion",
"web3_sha3",
"net_listening",
"net_peerCount",
"net_version",
"eth_blockNumber",
"eth_chainID",
"eth_chainId",
"eth_protocolVersion",
"eth_syncing",
"eth_gasPrice",
"eth_maxPriorityFeePerGas",
"eth_feeHistory",
"eth_getBlockByHash",
"eth_getBlockByNumber",
"eth_getBlockTransactionCountByHash",
"eth_getBlockTransactionCountByNumber",
"eth_getUncleByBlockHashAndIndex",
"eth_getUncleByBlockNumberAndIndex",
"eth_getUncleCountByBlockHash",
"eth_getUncleCountByBlockNumber",
"eth_getTransactionByHash",
"eth_getRawTransactionByHash",
"eth_getTransactionByBlockHashAndIndex",
"eth_retRawTransactionByBlockHashAndIndex",
"eth_getTransactionByBlockNumberAndIndex",
"eth_retRawTransactionByBlockNumberAndIndex",
"eth_getTransactionReceipt",
"eth_getBlockReceipts",
"eth_estimateGas",
"eth_getBalance",
"eth_getCode",
"eth_getTransactionCount",
"eth_getStorageAt",
"eth_call",
"eth_callBundle",
"eth_createAccessList",
"eth_newFilter",
"eth_newBlockFilter",
"eth_newPendingTransactionFilter",
"eth_getFilterChanges",
"eth_getFilterLogs",
"eth_uninstallFilter",
"eth_getLogs",
"eth_getProof",
"eth_sendRawTransaction",
"eth_coinbase",
"eth_hashrate",
"eth_submitHashrate",
"eth_getWork",
"eth_submitWork",
"eth_subscribe",
"eth_unsubscribe",
"debug_accountRange",
"debug_accountAt",
"debug_getModifiedAccountsByNumber",
"debug_getModifiedAccountsByHash",
"debug_storageRangeAt",
"debug_traceBlockByHash",
"debug_traceBlockByNumber",
"debug_traceTransaction",
"debug_traceCall",
"trace_call",
"trace_callMany",
"trace_rawTransaction",
"trace_replayBlockTransactions",
"trace_replayTransaction",
"trace_block",
"trace_filter",
"trace_get",
"trace_transaction",
"txpool_content",
"txpool_status",
"erigon_getHeaderByHash",
"erigon_getHeaderByNumber",
"erigon_getLogsByHash",
"erigon_forks",
"erigon_issuance",
"erigon_GetBlockByTimestamp"
]
}