Commit Graph

96 Commits (febf8804ac479a15d4fd9aa99ce70efbc38d7848)

Author SHA1 Message Date
yann300 13ee77761b stringify the key 5 years ago
yann300 6d37555b79 fix _addAccount 5 years ago
Iuri Matias c879126c64 cleanup 5 years ago
Iuri Matias ba8d161b2c fix account list; fix newAccount function 5 years ago
Iuri Matias 98aab3a121 add newAccount method to remix simulator accounts 5 years ago
Iuri Matias 73a1cf4596 add resetAccounts 5 years ago
Iuri Matias e4416bff76 move _addAccount to remix simulator accounts 5 years ago
Iuri Matias 3c657daa5a update remix-simulator syntax to use const, let and this 5 years ago
Iuri Matias dd8577061f fix missing context in accounts methods 5 years ago
Iuri Matias 14f3c20278 pass executionContext as a param 5 years ago
Iuri Matias 9162f870da remove dependency on global executionContext 5 years ago
aniket-engg 399b878aa7 suggested changes and more ethereumjs-vm related update 5 years ago
aniket-engg eed8fcd9dc test fixes and petersburg,istanbul addition 5 years ago
Iuri Matias a347a39056 address code review suggestions 5 years ago
Iuri Matias e62e79477f add message about http json-rpc deprecation 5 years ago
Iuri Matias 72d3af4f10 add --details option to display paylods for requests and responses 5 years ago
Iuri Matias 9703013b0e fix eth_getBlockByNumber when param is latest 5 years ago
Iuri Matias 782d79e508 add test to eth_call; remove value so it doesn't trigger tx 5 years ago
Iuri Matias 8f9ef36e40 fix useCall 5 years ago
Iuri Matias 12c5668b0f ongoing fixes for remix-sim 5 years ago
Iuri Matias 335cfd71fd remove whisper statement 5 years ago
Iuri Matias 61e8922f1e add eth_getStorageAt 5 years ago
Iuri Matias fe70b95a33 remove whisper module 5 years ago
Iuri Matias 0b34718876 add filter support 5 years ago
Iuri Matias 2e64ca7e88 implement eth_getFilterLogs 5 years ago
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