grin/p2p/src
Quentin Le Sceller 1e50d56c7e Add unit tests for API Endpoint (#653)
* First tests for API handlers

* Test chain UTXO handler

* Add test sumtrees handlers

* Fix typo

* Removed unused logger

* Update bitflags to ^1.0

* Missing test for bitflags update

* Moved test to grin directory

* Remove tests dependencies

* Add API P2P tests

* Fix hex string commitment

* Fix conflicting port

* Fix directory conflict and server port

* Wait for at least one block is mined on Travis
2018-02-01 13:14:32 -05:00
..
conn.rs [testnet1] De-Duplicate expected responses in TimeoutConnection (#484) (#485) 2017-12-14 12:23:35 -05:00
handshake.rs peers_allow/peers_deny in grin.toml (#665) 2018-01-30 16:44:13 -05:00
lib.rs Add unit tests for API Endpoint (#653) 2018-02-01 13:14:32 -05:00
msg.rs Request compact blocks (#667) 2018-01-31 15:39:55 -05:00
peer.rs Request compact blocks (#667) 2018-01-31 15:39:55 -05:00
peers.rs Add unit tests for API Endpoint (#653) 2018-02-01 13:14:32 -05:00
protocol.rs Request compact blocks (#667) 2018-01-31 15:39:55 -05:00
rate_limit.rs Allowable write size as u64 instead of usize. Fix #303. 2017-11-18 13:43:57 -05:00
server.rs Request compact blocks (#667) 2018-01-31 15:39:55 -05:00
store.rs Add unit tests for API Endpoint (#653) 2018-02-01 13:14:32 -05:00
types.rs Add unit tests for API Endpoint (#653) 2018-02-01 13:14:32 -05:00