Commit Graph

71 Commits (a7d0016d4678cee6ab55c6e4d28925b6f3ba1ce6)

Author SHA1 Message Date
Iuri Matias fd05139c32 cleanup 5 years ago
Iuri Matias 8222b0feda fix subscription data/topics; get old logs 5 years ago
Iuri Matias a789c72bc9 match subscription to toBlock filter 5 years ago
Iuri Matias 05e5259ce2 return tx logs with in subscription 5 years ago
Iuri Matias 4dff40f2c0 add eth_unsubscribe 5 years ago
Iuri Matias 41dd2bb4f8 add subscription & logs methods; create logmanager to direct subscriptiosn 5 years ago
Iuri Matias 372f39d45f add optioan to specify rpc server option 5 years ago
Iuri Matias 98c57eb138 fix initial block generation 5 years ago
yann300 c6761142e1 add log when provider is initiated 5 years ago
yann300 45c4bc58de fix checksum address 5 years ago
yann300 b1a1205980 use cors 5 years ago
yann300 6a3bf8b4b4 async instantiate remix simulator 5 years ago
yann300 7f75f7d55e remove unused checkpointAndCommit 5 years ago
Iuri Matias 3862f1a12d remove duplicated checkpointAndCommit 5 years ago
Iuri Matias f373aa22b8 fix remix-tests; fix commit condition 6 years ago
Iuri Matias 3c49f437f0 fix linting issues 6 years ago
Iuri Matias f88a15cdea fix tests; add method to generate empty block 6 years ago
Iuri Matias c6f72c4eda fix linting issues 6 years ago
Iuri Matias 7882c2340f cleanup 6 years ago
Iuri Matias 3938ce89c4 add eth_getUncleCountByBlockHash and eth_getUncleCountByBlockNumber 6 years ago
Iuri Matias 89d19fc29c add eth_getBlockTransactionCountByHash and eth_getBlockTransactionCountByNumber 6 years ago
Iuri Matias 0afc54d45c add/fix eth_getTransactionByBlockHashAndIndex and eth_getTransactionByBlockNumberAndIndex 6 years ago
Iuri Matias ae74f03b9d add transactions to get block methods 6 years ago
Iuri Matias 90b0f8bbbd implement/fix eth_getTransactionByBlockNumber and eth_getBlockByHash 6 years ago
Iuri Matias b94b7b3e3a implement/fix getTransactionReceipt, eth_getCode, eth_getTransactionByHash 6 years ago
Iuri Matias f9d50e4d6e add compiler methods 6 years ago
Iuri Matias cf9c18a336 fix passing coinbase parameter 6 years ago
Iuri Matias f8fc354388 make linter happy 6 years ago
Iuri Matias c21d5e38d9 make linter happy; remove getBlock call for now 6 years ago
Iuri Matias 3906c0c347 implement eth_getTransactionByHash, eth_getBlockByHash, eth_getTransactionByHash. fix accounts 6 years ago
Iuri Matias 34e4b75f6d fix eth_getCode call 6 years ago
Iuri Matias 8ffcc6cfa0 add eth_getTransactionCount 6 years ago
Iuri Matias f68cb51d1a add eth_sign & eth_getCompilers 6 years ago
Iuri Matias f604436155 add eth_getBalance; use accounts in executionContext vm 6 years ago
Iuri Matias 6b69be0b8a fix calls to coinbase and blockNumber method 6 years ago
Iuri Matias f89b19e767 add eth_blockNumber 6 years ago
Iuri Matias da15b1786f implement eth_coinbase 6 years ago
Iuri Matias 1a26d8f7ad add host to ethsim options 6 years ago
Iuri Matias 46f6e4b8a7 make linter happy 6 years ago
Iuri Matias 644f4f205b add command line options 6 years ago
Iuri Matias 2a19faf453 refactor server code into a module 6 years ago
Iuri Matias 4db798f6bb add missing stringify 6 years ago
Iuri Matias 81a38008ea add missing return 6 years ago
Iuri Matias 2c0c7fa420 make linter happy 6 years ago
Iuri Matias 910402e0ed make linter happy 6 years ago
Iuri Matias d0df148702 add websocket support for remix-sim 6 years ago
Iuri Matias be13f992ae add missing send method 6 years ago
yann300 9b40a31632 add missing field to receipt (status) 6 years ago
yann300 ff3af0cc11 Set the msg.sender in the solidity userdoc 6 years ago
Iuri Matias cee49f03f9 add test command & fixing linting 6 years ago