grin/chain/src
Simon B a8fc82d8c1 Console debug fixes (#861)
* move some debug! to trace!

* more informative debugs

* standardising on always showing chain tips as "cumulative difficulty @ height [hash]"

* make 2 debug outputs into a single

* "no peers" as warning (not info) to let it stand out more clearly

* move fn param (used only in this one debug line)

* clarify difficulty "units"
2018-03-25 12:41:12 -04:00
..
chain.rs Console debug fixes (#861) 2018-03-25 12:41:12 -04:00
lib.rs check_compact retains leaves and roots until parents are pruned (#753) 2018-03-13 14:22:34 -04:00
pipe.rs Console debug fixes (#861) 2018-03-25 12:41:12 -04:00
store.rs remove difficulty field from block_header (derive from total_difficulty) (#777) 2018-03-15 15:16:34 -04:00
txhashset.rs Console debug fixes (#861) 2018-03-25 12:41:12 -04:00
types.rs Removed all switch commitment usages, including restore (#841) 2018-03-22 00:10:11 +00:00