mirror of
https://github.com/status-im/status-go.git
synced 2025-02-13 15:27:21 +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