-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: add log to record mapping between channel and block #6724
chore: add log to record mapping between channel and block #6724
Conversation
This commit adds a new log that prints out the channel ID and corresponding block number whenever a new block is added to a channel. This will help trace and debug the relationship between channels and blocks.
|
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
This PR is next in line to be merged, and will be merged as soon as checks pass. |
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
This PR is next in line to be merged, and will be merged as soon as checks pass. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #6724 +/- ##
===========================================
+ Coverage 44.53% 44.56% +0.02%
===========================================
Files 375 375
Lines 29522 29524 +2
Branches 1688 1688
===========================================
+ Hits 13148 13157 +9
+ Misses 14939 14934 -5
+ Partials 1435 1433 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
|
This commit adds a new log that prints out the channel ID and corresponding block number whenever a new block is added to a channel. This will help trace and debug the relationship between channels and blocks.