Commit Graph

58 Commits (edd7879faf3e3dd486547802600e301a1eeff934)

Author SHA1 Message Date
Iuri Matias edd7879faf remove duplicated checkpointAndCommit 6 years ago
Iuri Matias 12ff79a116 fix remix-tests; fix commit condition 6 years ago
Iuri Matias 002eb5e2fb fix linting issues 6 years ago
Iuri Matias b677f78534 fix tests; add method to generate empty block 6 years ago
Iuri Matias 8f2abe7860 fix linting issues 6 years ago
Iuri Matias 39c5e31ed5 cleanup 6 years ago
Iuri Matias dba20772b6 add eth_getUncleCountByBlockHash and eth_getUncleCountByBlockNumber 6 years ago
Iuri Matias 857a718234 add eth_getBlockTransactionCountByHash and eth_getBlockTransactionCountByNumber 6 years ago
Iuri Matias baec74b850 add/fix eth_getTransactionByBlockHashAndIndex and eth_getTransactionByBlockNumberAndIndex 6 years ago
Iuri Matias 0ebd7aa23b add transactions to get block methods 6 years ago
Iuri Matias 3763ae7aff implement/fix eth_getTransactionByBlockNumber and eth_getBlockByHash 6 years ago
Iuri Matias e1fa7df482 implement/fix getTransactionReceipt, eth_getCode, eth_getTransactionByHash 6 years ago
Iuri Matias 324c50f133 add compiler methods 6 years ago
Iuri Matias 01fd0ee3d4 fix passing coinbase parameter 6 years ago
Iuri Matias ac9d7b0c19 make linter happy 6 years ago
Iuri Matias 6b765f9556 make linter happy; remove getBlock call for now 6 years ago
Iuri Matias d20d81dd2b implement eth_getTransactionByHash, eth_getBlockByHash, eth_getTransactionByHash. fix accounts 6 years ago
Iuri Matias 3010dc0b76 fix eth_getCode call 6 years ago
Iuri Matias fa830de198 add eth_getTransactionCount 6 years ago
Iuri Matias 13a65fabd1 add eth_sign & eth_getCompilers 6 years ago
Iuri Matias c3a5040fc0 add eth_getBalance; use accounts in executionContext vm 6 years ago
Iuri Matias 912c5c0dc1 fix calls to coinbase and blockNumber method 6 years ago
Iuri Matias 2d4c54012b add eth_blockNumber 6 years ago
Iuri Matias bdb7ead320 implement eth_coinbase 6 years ago
Iuri Matias dfe0b3b8e4 add host to ethsim options 6 years ago
Iuri Matias 94b050e031 make linter happy 6 years ago
Iuri Matias fe52033e36 add command line options 6 years ago
Iuri Matias b64519c81e refactor server code into a module 6 years ago
Iuri Matias 695996578f add missing stringify 6 years ago
Iuri Matias ed598c0bbe add missing return 6 years ago
Iuri Matias 1c6b9d1541 make linter happy 6 years ago
Iuri Matias 7a53dffe9c make linter happy 6 years ago
Iuri Matias af5b772a20 add websocket support for remix-sim 6 years ago
Iuri Matias c252c499df add missing send method 6 years ago
yann300 fc6a27d0f8 add missing field to receipt (status) 6 years ago
yann300 a04880946a Set the msg.sender in the solidity userdoc 6 years ago
Iuri Matias bea9bd9831 add test command & fixing linting 7 years ago
Iuri Matias c91ff4337c add other methods 7 years ago
Iuri Matias 69baa09eb1 add net methods 7 years ago
Iuri Matias 531944de57 use receipt.logs 7 years ago
Iuri Matias 19ec27e0ae fix logs so they be compatible with different envs 7 years ago
Iuri Matias a52b2c4e0b fix linting issues 7 years ago
Iuri Matias b41f3966b0 display current version 7 years ago
Iuri Matias 842f0dec30 fix bindings 7 years ago
Iuri Matias 5dfd594abd move other methods to their own modules 7 years ago
Iuri Matias 1c9a1b7e3d move block related methods 7 years ago
Iuri Matias 8d09d46c90 remove leftover code 7 years ago
Iuri Matias c95fb04af4 move whisper methods 7 years ago
Iuri Matias 807ca5aaf1 move transactions methods 7 years ago
Iuri Matias 13b417020e separate call from tx 7 years ago