status-go/geth/rpc
Ivan Daniluk 9a5c1774c3 Refactor RPC client #304 (#311)
This PR refactors RPC subsystem for status-go:

cleans up two different RPC client implementations (RPCManager and rpc.Client)
creates new package under geth/rpc
moves routing logic into this package (rpc.(*router))
add tests for routing
cleans up NodeManager
2017-09-14 23:14:31 +03:00
..
call_raw.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
call_raw_test.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
client.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
client_test.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
route.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00
route_test.go Refactor RPC client #304 (#311) 2017-09-14 23:14:31 +03:00