grin/doc
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
..
chain initial docs and images to describe receiving a block and simple sync. (#405) 2017-12-04 15:35:18 -05:00
internal WIP: Tracking Transaction Pool Implementation (#48) 2017-05-19 17:22:08 +02:00
pow Cuckoo-miner update - Multiple Plugin mining (#139) 2017-09-26 17:58:56 +00:00
build.md add doc/FAQ#troubleshooting for serde_json version select error + link to it from build.md (#487) 2017-12-14 13:07:26 -05:00
code_structure.md Add doc/table_of_contents.md (#311) 2017-11-20 19:06:51 -05:00
contractideas.md Contract Ideas (#194) 2017-10-23 16:32:15 +00:00
FAQ.md better error messages + some cleanup (#497) 2017-12-18 08:17:11 -05:00
grin4bitcoiners.md Small documentation improvements (#418) 2017-12-05 00:57:03 +00:00
intro.md small doc fix 2017-11-07 21:49:03 +00:00
local_net.md Doc fix: wallet receive -> wallet listen (#357) 2017-11-28 21:22:04 -05:00
merkle.md Small documentation improvements (#418) 2017-12-05 00:57:03 +00:00
pruning.md Small formatting, typographical, and grammatical edits to documentation (#117) 2017-09-07 18:19:19 +00:00
rangeproofs.md homogenize MimbleWimble writing (#438) 2017-12-07 16:13:36 -05:00
style.md Small documentation improvements (#418) 2017-12-05 00:57:03 +00:00
table_of_contents.md initial docs and images to describe receiving a block and simple sync. (#405) 2017-12-04 15:35:18 -05:00
usage.md Add doc/usage that explains status and functionality grin at Testnet1 (#392) 2017-11-25 12:59:17 -05:00
wallet.md Breakout listen -i to separate method (#337) 2017-12-14 01:13:04 +01:00