-
Notifications
You must be signed in to change notification settings - Fork 720
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2710: CAD-2907 Tracing: more details r=deepfire a=deepfire This adds more details to some of the traces: 1. `TraceBlockFetchServerSendBlock` is now a specific message (instead of the non-descript `TraceBlockFetchServerEvent`), and begets the hash of the block sent 2. `TraceForgedBlock` begets hashes of the new/previous blocks, as well as the block no 3. `CompletedBlockFetch` in the blockfetch client begets the hash of the received block 4. The chainsync server begets a trace of its events Co-authored-by: Kosyrev Serge <serge.kosyrev@iohk.io>
- Loading branch information
Showing
3 changed files
with
27 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters