status-go/geth
Ivan Daniluk 1c9c0f08f4 Bugfix/eth accounts workaround #294 (#318)
This PR is dirty hack workaround for #294 issue. It starts LES service with sync disabled (by MaxPeers option set to 0), even if Upstream is enabled. This ensures that all RPC calls are registered in local node (they are registered during LES service initialization and do not exist if LES service is not activated).
2017-09-15 11:44:31 +03:00
..
api Bugfix/eth accounts workaround #294 (#318) 2017-09-15 11:44:31 +03:00
common Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
jail Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
log Add file logger support (#269) 2017-09-02 01:44:50 +07:00
node Bugfix/eth accounts workaround #294 (#318) 2017-09-15 11:44:31 +03:00
params Add file logger support (#269) 2017-09-02 01:44:50 +07:00
rpc Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
testing Add support for 'go test -v' flag for tests (#315) 2017-09-14 14:41:50 +03:00