Zebra/zebra-state
Henry de Valence 36cd76d590 state: tidy process_queued tracing
Previously, this function was instrumented with a span containing the
parent hash that was the entry to the function.  But it doesn't make
sense to consider the work done by the function as happening in the
context of the supplied parent hash (as distinct from the context of the
hash of the newly arrived block, which is already contained in an outer
span), so this adds noise without conveying extra context.

Instead, use events that occur within the context of the existing spans.
2020-11-23 14:16:39 +10:00
..
src state: tidy process_queued tracing 2020-11-23 14:16:39 +10:00
tests state: fill in RFC5-style Request, Response enums 2020-09-11 13:37:49 -07:00
Cargo.toml deps: move to tokio 0.3, tower 0.4 2020-11-20 10:08:16 -08:00