status-go/geth/api
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
..
api.go node: expose in-proc RPC (CallRPC), closes #144 2017-05-28 17:05:33 +03:00
api_test.go Beta/refactor logging#221 (#244) 2017-08-10 20:35:58 +07:00
backend.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
backend_accounts_test.go node manager: make API async, fully cover with tests 2017-05-27 23:42:02 +03:00
backend_jail_test.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
backend_test.go Beta/refactor logging#221 (#244) 2017-08-10 20:35:58 +07:00
backend_txqueue_test.go Beta/refactor logging#221 (#244) 2017-08-10 20:35:58 +07:00