rpc: add new client, use it everywhere
The new client implementation supports concurrent requests, subscriptions and replaces the various ad hoc RPC clients throughout go-ethereum.
Showing
cmd/utils/client.go
deleted
100644 → 0
rpc/client.go
0 → 100644
This diff is collapsed.
rpc/client_context_go1.4.go
0 → 100644
rpc/client_context_go1.5.go
0 → 100644
rpc/client_context_go1.6.go
0 → 100644
rpc/client_context_go1.7.go
0 → 100644
rpc/client_example_test.go
0 → 100644
rpc/client_test.go
0 → 100644
This diff is collapsed.
Please register or sign in to comment