mirror of
https://github.com/status-im/status-go.git
synced 2025-02-10 05:45:30 +00:00
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