status-go/geth/params
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
..
testdata JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
config.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
config_test.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
defaults.go JSON RPC Proxy configuration (#193) 2017-08-15 17:27:12 +07:00
validator.go Validate JSON config (#240) 2017-08-10 22:31:29 +07:00
version.go version: starts 0.9.8-unstable 2017-05-29 19:43:48 +03:00