Remove createDirectoryIfMissingNew changes (passes CI)
Removed handleException changes (testing)
Removed handleException changes (testing)
Allow testing block production with kes-agent via cardano-testnet --use-kes-agent
Using type aliases exposed by `cardano-diffusion` package.
* removed unused namespace "ImpossibleConnection" * removed not needed pattern match on "ConnectionHandler", it's severities are handled just above it * set severity of `ConnectionManagerCounters` to `Info` (as in the legacy tracing system)
Use the same severities in the new tracing system as in the old one.
Signed-off-by: Baldur Blöndal <[email protected]>
The information on block-fetch is exposed in other traces in the `TraceFetchClientState` tracer: * `SendFetchRequest` - when a block is requested * `CompletedBlockFetch` - when a block is fetched, includes updated `PeerFetchInFlight` information, e.g. number of blocks in flight, bytes in flight, etc from that peer. See also other messages in that tracer.