Commit Graph

88 Commits (84efca726286d4717da83b98e2ca9e3458afae49)

Author SHA1 Message Date
Iuri Matias 5550a80a57 fix missing context in accounts methods 5 years ago
Iuri Matias ebf8063f16 pass executionContext as a param 5 years ago
Iuri Matias a05767013c remove dependency on global executionContext 5 years ago
aniket-engg d7920a6cbf suggested changes and more ethereumjs-vm related update 5 years ago
aniket-engg b60992508e test fixes and petersburg,istanbul addition 5 years ago
Iuri Matias 0f1d12dde5 address code review suggestions 5 years ago
Iuri Matias e2dd087352 add message about http json-rpc deprecation 5 years ago
Iuri Matias 9e9e9cea73 add --details option to display paylods for requests and responses 5 years ago
Iuri Matias 8d5b2274b8 fix eth_getBlockByNumber when param is latest 5 years ago
Iuri Matias 347c9b34bb add test to eth_call; remove value so it doesn't trigger tx 5 years ago
Iuri Matias f935b9795b fix useCall 5 years ago
Iuri Matias febf062f95 ongoing fixes for remix-sim 5 years ago
Iuri Matias a0b81f6de0 remove whisper statement 5 years ago
Iuri Matias 04581b5260 add eth_getStorageAt 5 years ago
Iuri Matias bb7ca57979 remove whisper module 5 years ago
Iuri Matias 00afc7b9d9 add filter support 5 years ago
Iuri Matias 6f4d1d598b implement eth_getFilterLogs 5 years ago
Iuri Matias fd05139c32 cleanup 6 years ago
Iuri Matias 8222b0feda fix subscription data/topics; get old logs 6 years ago
Iuri Matias a789c72bc9 match subscription to toBlock filter 6 years ago
Iuri Matias 05e5259ce2 return tx logs with in subscription 6 years ago
Iuri Matias 4dff40f2c0 add eth_unsubscribe 6 years ago
Iuri Matias 41dd2bb4f8 add subscription & logs methods; create logmanager to direct subscriptiosn 6 years ago
Iuri Matias 372f39d45f add optioan to specify rpc server option 6 years ago
Iuri Matias 98c57eb138 fix initial block generation 6 years ago
yann300 c6761142e1 add log when provider is initiated 6 years ago
yann300 45c4bc58de fix checksum address 6 years ago
yann300 b1a1205980 use cors 6 years ago
yann300 6a3bf8b4b4 async instantiate remix simulator 6 years ago
yann300 7f75f7d55e remove unused checkpointAndCommit 6 years ago
Iuri Matias 3862f1a12d remove duplicated checkpointAndCommit 6 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