mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
9a5c1774c3
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