Zebra/zebra-consensus
Henry de Valence a1a3e4db5a consensus: simplify block verify tracing output
The previous debug output printed a message that the chain verifier had
recieved a block.  But this provides no additional information compared
to printing no message in chain::Verifier and a message in whichever
verifier the block was sent to, since the resulting spans indicate where
the block was dispatched.

This commit also removes the "unexpected high block" detection; this was
an artefact of the original sync algorithm failing to handle block
advertisements, but we don't have that problem any more, so we can
simplify the code by eliminating that logic.
2020-10-26 12:05:35 -07:00
..
src consensus: simplify block verify tracing output 2020-10-26 12:05:35 -07:00
Cargo.toml build(deps): bump tracing-subscriber from 0.2.13 to 0.2.14 2020-10-23 15:02:02 -04:00