Skip to content

Add some trivial logging during RGS update processing. #2147

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

Merged
merged 1 commit into from
Apr 4, 2023

Conversation

TheBlueMatt
Copy link
Collaborator

Rather than being totally silent, we need to at least note that we are processing an RGS update when doing so in the logs, which we do here.

Fixes #1981.

@TheBlueMatt TheBlueMatt added this to the 0.0.115 milestone Apr 3, 2023
@TheBlueMatt TheBlueMatt force-pushed the 2023-04-rgs-log-some branch 2 times, most recently from a7e074b to ebea48a Compare April 4, 2023 05:04
@codecov-commenter
Copy link

codecov-commenter commented Apr 4, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 ⚠️

Comparison is base (3b8bf93) 91.35% compared to head (6897e5c) 91.33%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2147      +/-   ##
==========================================
- Coverage   91.35%   91.33%   -0.02%     
==========================================
  Files         102      102              
  Lines       49909    49915       +6     
  Branches    49909    49915       +6     
==========================================
- Hits        45592    45590       -2     
- Misses       4317     4325       +8     
Impacted Files Coverage Δ
lightning-rapid-gossip-sync/src/lib.rs 85.13% <ø> (ø)
lightning-rapid-gossip-sync/src/processing.rs 92.24% <100.00%> (+0.19%) ⬆️

... and 6 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@valentinewallace valentinewallace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without having a ton of context on this module, this looks good to me with 1 comment

Rather than being totally silent, we need to at least note that we
are processing an RGS update when doing so in the logs, which we do
here.

Fixes lightningdevkit#1981.
@TheBlueMatt TheBlueMatt force-pushed the 2023-04-rgs-log-some branch from ebea48a to 6897e5c Compare April 4, 2023 16:37
@TheBlueMatt TheBlueMatt merged commit 825a9bc into lightningdevkit:main Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add some logging of RGS data processing
4 participants