UNPKG

1.7 kBMarkdownView Raw
1# `remix-simulator`
2
3Implemented:
4
5* [X] web3_clientVersion
6* [X] web3_sha3
7* [X] net_version
8* [X] net_listening
9* [X] net_peerCount
10* [X] eth_protocolVersion
11* [X] eth_syncing
12* [X] eth_coinbase
13* [X] eth_mining
14* [X] eth_hashrate
15* [~] eth_gasPrice
16* [~] eth_accounts
17* [X] eth_blockNumber
18* [X] eth_getBalance
19* [~] eth_getStorageAt
20* [X] eth_getTransactionCount
21* [X] eth_getBlockTransactionCountByHash
22* [X] eth_getBlockTransactionCountByNumber
23* [~] eth_getUncleCountByBlockHash
24* [~] eth_getUncleCountByBlockNumber
25* [X] eth_getCode
26* [~] eth_sign
27* [X] eth_sendTransaction
28* [_] eth_sendRawTransaction
29* [X] eth_call
30* [~] eth_estimateGas
31* [X] eth_getBlockByHash
32* [X] eth_getBlockByNumber
33* [X] eth_getTransactionByHash
34* [X] eth_getTransactionByBlockHashAndIndex
35* [X] eth_getTransactionByBlockNumberAndIndex
36* [X] eth_getTransactionReceipt
37* [_] eth_getUncleByBlockHashAndIndex
38* [_] eth_getUncleByBlockNumberAndIndex
39* [X] eth_getCompilers (DEPRECATED)
40* [X] eth_compileSolidity (DEPRECATED)
41* [X] eth_compileLLL (DEPRECATED)
42* [X] eth_compileSerpent (DEPRECATED)
43* [X] eth_newFilter
44* [X] eth_newBlockFilter
45* [X] eth_newPendingTransactionFilter
46* [X] eth_uninstallFilter
47* [~] eth_getFilterChanges
48* [~] eth_getFilterLogs
49* [X] eth_getLogs
50* [_] eth_getWork
51* [_] eth_submitWork
52* [_] eth_submitHashrate
53* [_] eth_getProof
54* [_] db_putString
55* [_] db_getString
56* [_] db_putHex
57* [_] db_getHex
58* [_] debug_traceTransaction
59* [X] eth_subscribe
60* [X] eth_unsubscribe
61* [_] miner_start
62* [_] miner_stop
63* [_] personal_listAccounts
64* [_] personal_lockAccount
65* [_] personal_newAccount
66* [_] personal_importRawKey
67* [_] personal_unlockAccount
68* [_] personal_sendTransaction
69* [_] rpc_modules