grin/p2p/src
Simon B 99186e90f0 better error messages + some cleanup (#497)
* distinguish select (among futures) from select coins. Regex search in project for select\b shows we hardly use select, but maybe could use it to add timeouts more cleanly. ("Want to add a timeout to any future? Just do a select of that future and a timeout future!" from https://aturon.github.io/blog/2016/08/11/futures/)

* remove a trailing space

* FAQ.md - fix typo

* wallet: display problematic tx

* update FAQ build troubleshooting to cover #443

* stdout_log_level = Info
file_log_level = Debug

* sync: show total diff @ height when syncronization is completed

* better wallet send dest format error

* move INFO "Client conn ... lost" and "Connected to peer" down to Debug

* move some level=Info to Debug, add 1000-block outputs
2017-12-18 08:17:11 -05:00
..
conn.rs [testnet1] De-Duplicate expected responses in TimeoutConnection (#484) (#485) 2017-12-14 12:23:35 -05:00
handshake.rs better error messages + some cleanup (#497) 2017-12-18 08:17:11 -05:00
lib.rs cherry-pick "[testnet1] cpu_pool and buffered fold in read_msg (#479)" (#482) 2017-12-14 07:19:43 -05:00
msg.rs Forgotten testnet1 cherries (#475) 2017-12-13 21:52:21 +00:00
peer.rs better error messages + some cleanup (#497) 2017-12-18 08:17:11 -05:00
peers.rs broadcast to subset of peers (in case we are connected to more than preferred number of peers) (#488) (#489) 2017-12-14 15:33:22 -05:00
protocol.rs cherry-pick "[testnet1] cpu_pool and buffered fold in read_msg (#479)" (#482) 2017-12-14 07:19:43 -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 cherry-pick "[testnet1] cpu_pool and buffered fold in read_msg (#479)" (#482) 2017-12-14 07:19:43 -05:00
store.rs Fixes #469 (#470) 2017-12-12 19:12:07 +00:00
types.rs cherry-pick "[testnet1] cpu_pool and buffered fold in read_msg (#479)" (#482) 2017-12-14 07:19:43 -05:00