status-go/geth/node
Ewetumo Alexander 1fb7d47c66 JSON RPC Proxy configuration (#193)
IMPORTANT: The known issue is that in case of configured UpstreamRPCServer transactions are sent immediately not waiting for CompleteTransaction or DiscardTransaction which brings inconsistency in behaviour and acts as a security breach.

* new UpstreamRPConfig in geth/params to provide upstream configuration
* conditional start of ethereum blockchain sequence based on NodeConfig.UpstreamConfig.Enabled flag state
2017-08-15 17:27:12 +07:00
..
accounts.go major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03: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 JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
manager_test.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
node.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
rpc.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
rpc_test.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07: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 major refactoring: node manager, tx queue, accounts, jail 2017-05-24 00:29:20 +03:00
utils.go Beta/refactor logging#221 (#244) 2017-08-10 20:35:58 +07:00
whisper_test.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00