You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.7 KiB
70 lines
1.7 KiB
7 years ago
|
# `remix-simulator`
|
||
|
|
||
6 years ago
|
Implemented:
|
||
|
|
||
|
* [X] web3_clientVersion
|
||
|
* [X] web3_sha3
|
||
|
* [X] net_version
|
||
|
* [X] net_listening
|
||
|
* [X] net_peerCount
|
||
|
* [X] eth_protocolVersion
|
||
|
* [X] eth_syncing
|
||
6 years ago
|
* [X] eth_coinbase
|
||
6 years ago
|
* [X] eth_mining
|
||
|
* [X] eth_hashrate
|
||
|
* [~] eth_gasPrice
|
||
|
* [~] eth_accounts
|
||
6 years ago
|
* [X] eth_blockNumber
|
||
6 years ago
|
* [X] eth_getBalance
|
||
5 years ago
|
* [~] eth_getStorageAt
|
||
6 years ago
|
* [X] eth_getTransactionCount
|
||
|
* [X] eth_getBlockTransactionCountByHash
|
||
|
* [X] eth_getBlockTransactionCountByNumber
|
||
6 years ago
|
* [~] eth_getUncleCountByBlockHash
|
||
|
* [~] eth_getUncleCountByBlockNumber
|
||
6 years ago
|
* [X] eth_getCode
|
||
6 years ago
|
* [~] eth_sign
|
||
6 years ago
|
* [X] eth_sendTransaction
|
||
|
* [_] eth_sendRawTransaction
|
||
|
* [X] eth_call
|
||
|
* [~] eth_estimateGas
|
||
6 years ago
|
* [X] eth_getBlockByHash
|
||
|
* [X] eth_getBlockByNumber
|
||
|
* [X] eth_getTransactionByHash
|
||
|
* [X] eth_getTransactionByBlockHashAndIndex
|
||
|
* [X] eth_getTransactionByBlockNumberAndIndex
|
||
|
* [X] eth_getTransactionReceipt
|
||
6 years ago
|
* [_] eth_getUncleByBlockHashAndIndex
|
||
|
* [_] eth_getUncleByBlockNumberAndIndex
|
||
6 years ago
|
* [X] eth_getCompilers (DEPRECATED)
|
||
6 years ago
|
* [X] eth_compileSolidity (DEPRECATED)
|
||
|
* [X] eth_compileLLL (DEPRECATED)
|
||
|
* [X] eth_compileSerpent (DEPRECATED)
|
||
5 years ago
|
* [X] eth_newFilter
|
||
|
* [X] eth_newBlockFilter
|
||
|
* [X] eth_newPendingTransactionFilter
|
||
|
* [X] eth_uninstallFilter
|
||
|
* [~] eth_getFilterChanges
|
||
|
* [~] eth_getFilterLogs
|
||
5 years ago
|
* [X] eth_getLogs
|
||
6 years ago
|
* [_] eth_getWork
|
||
|
* [_] eth_submitWork
|
||
|
* [_] eth_submitHashrate
|
||
|
* [_] eth_getProof
|
||
|
* [_] db_putString
|
||
|
* [_] db_getString
|
||
|
* [_] db_putHex
|
||
|
* [_] db_getHex
|
||
6 years ago
|
* [_] debug_traceTransaction
|
||
5 years ago
|
* [X] eth_subscribe
|
||
|
* [X] eth_unsubscribe
|
||
6 years ago
|
* [_] miner_start
|
||
|
* [_] miner_stop
|
||
|
* [_] personal_listAccounts
|
||
|
* [_] personal_lockAccount
|
||
|
* [_] personal_newAccount
|
||
|
* [_] personal_importRawKey
|
||
|
* [_] personal_unlockAccount
|
||
|
* [_] personal_sendTransaction
|
||
|
* [_] rpc_modules
|