Commit Graph

71 Commits (2657a39ef6770a8e6c663ae8b085d895e77f4478)

Author SHA1 Message Date
Iuri Matias af2d59afb7 cleanup 6 years ago
Iuri Matias 572dbb0edb fix subscription data/topics; get old logs 6 years ago
Iuri Matias 517f6db8c5 match subscription to toBlock filter 6 years ago
Iuri Matias 9524741a8e return tx logs with in subscription 6 years ago
Iuri Matias 7b8d79517f add eth_unsubscribe 6 years ago
Iuri Matias 02fbc04375 add subscription & logs methods; create logmanager to direct subscriptiosn 6 years ago
Iuri Matias 45e865d542 add optioan to specify rpc server option 6 years ago
Iuri Matias dc0865fc8c fix initial block generation 6 years ago
yann300 1f11d3da49 add log when provider is initiated 6 years ago
yann300 d8ec51aded fix checksum address 6 years ago
yann300 145023da0c use cors 6 years ago
yann300 9e6f599faf async instantiate remix simulator 6 years ago
yann300 b7c08cc2ab remove unused checkpointAndCommit 6 years ago
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