status-go/geth/node
Ivan Tomilov fc8f59e121 Fixed eth_sendTransaction routing to the local node (#351)
* Fixed eth_sendTransaction routing to the local node
* Add local RPC handlers for eth_accounts and eth_sendTransaction
2017-09-25 18:04:40 +02:00
..
accounts.go Fixed eth_sendTransaction routing to the local node (#351) 2017-09-25 18:04:40 +02:00
accounts_test.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
ios.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
manager.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
manager_test.go Fixed geth/node and geth/params tests (#332) 2017-09-19 14:40:43 +03:00
node.go Bugfix/eth accounts workaround #294 (#318) 2017-09-15 11:44:31 +03:00
signals.c major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
signals.go Beta/refactor logging#221 (#244) 2017-08-10 20:35:58 +07:00
txqueue.go Prevent from completing tx multiple times (#330) 2017-09-18 11:53:08 +03:00
txqueue_manager.go Fixed eth_sendTransaction routing to the local node (#351) 2017-09-25 18:04:40 +02:00
txqueue_manager_test.go Prevent from completing tx multiple times (#330) 2017-09-18 11:53:08 +03:00
utils.go Beta/refactor logging#221 (#244) 2017-08-10 20:35:58 +07:00
whisper_test.go Refactoring (#290), closes #247 2017-09-02 20:04:23 +03:00