grin/api/src
AntiochP 442ef3b255
port across "simple_sync" changes from testnet1 branch (#409)
* 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)
2017-11-30 10:27:50 -05:00
..
client.rs fix the wallet receiver api (#222) 2017-11-01 14:32:34 -04:00
handlers.rs port across "simple_sync" changes from testnet1 branch (#409) 2017-11-30 10:27:50 -05:00
lib.rs add new /v1/peers endpoints to the api (#225) 2017-11-02 12:49:33 -04:00
rest.rs Cleanup HTTP APIs, update ports to avoid gap, rustfmt 2017-10-31 19:42:56 -04:00
types.rs Wallet Restore feature (#338) 2017-11-20 00:50:09 +00:00