diff --git a/remix-simulator/README.md b/remix-simulator/README.md index ea0ecbddb0..cdc53d925f 100644 --- a/remix-simulator/README.md +++ b/remix-simulator/README.md @@ -1,2 +1,68 @@ # `remix-simulator` +Implemented: + +* [X] web3_clientVersion +* [X] web3_sha3 +* [X] net_version +* [X] net_listening +* [X] net_peerCount +* [X] eth_protocolVersion +* [X] eth_syncing +* [_] eth_coinbase +* [X] eth_mining +* [X] eth_hashrate +* [~] eth_gasPrice +* [~] eth_accounts +* [_] eth_blockNumber +* [_] eth_getBalance +* [_] eth_getStorageAt +* [_] eth_getTransactionCount +* [_] eth_getBlockTransactionCountByHash +* [_] eth_getBlockTransactionCountByNumber +* [_] eth_getUncleCountByBlockHash +* [_] eth_getUncleCountByBlockNumber +* [~] eth_getCode +* [_] eth_sign +* [X] eth_sendTransaction +* [_] eth_sendRawTransaction +* [X] eth_call +* [~] eth_estimateGas +* [_] eth_getBlockByHash +* [~] eth_getBlockByNumber +* [_] eth_getTransactionByHash +* [_] eth_getTransactionByBlockHashAndIndex +* [_] eth_getTransactionByBlockNumberAndIndex +* [~] eth_getTransactionReceipt +* [_] eth_getUncleByBlockHashAndIndex +* [_] eth_getUncleByBlockNumberAndIndex +* [_] eth_getCompilers (DEPRECATED) +* [_] eth_compileSolidity (DEPRECATED) +* [_] eth_compileLLL (DEPRECATED) +* [_] eth_compileSerpent (DEPRECATED) +* [_] eth_newFilter +* [_] eth_newBlockFilter +* [_] eth_newPendingTransactionFilter +* [_] eth_uninstallFilter +* [_] eth_getFilterChanges +* [_] eth_getFilterLogs +* [_] eth_getLogs +* [_] eth_getWork +* [_] eth_submitWork +* [_] eth_submitHashrate +* [_] eth_getProof +* [_] db_putString +* [_] db_getString +* [_] db_putHex +* [_] db_getHex +* [X] shh_version +* [_] shh_post +* [_] shh_newIdentity +* [_] shh_hasIdentity +* [_] shh_newGroup +* [_] shh_addToGroup +* [_] shh_newFilter +* [_] shh_uninstallFilter +* [_] shh_getFilterChanges +* [_] shh_getMessages +