442ef3b255
* port across "simple_sync" changes from testnet1 branch Cleanup direct refs to peer map or peer store P2P server acts as a facade, handling the list of connected peers and the storage of their information. Everything else goes through the p2p server instead of having a peer map reference or going straight to the store. Fix p2p tests * fix "monitoring peers" log msg (use connected_peers)