Skip to content

Ignore channel updates in onion errors #3083

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

Conversation

valentinewallace
Copy link
Contributor

We still write channel updates out for the time being.

Closes #3044. #FF

@valentinewallace valentinewallace added this to the 0.0.124 milestone May 24, 2024
@valentinewallace valentinewallace force-pushed the 2024-05-ignore-onion-err-chan-upd branch from 590262d to 124d79e Compare May 24, 2024 16:27
@codecov-commenter
Copy link

codecov-commenter commented May 24, 2024

Codecov Report

Attention: Patch coverage is 58.75000% with 33 lines in your changes are missing coverage. Please review.

Project coverage is 90.20%. Comparing base (1d421d3) to head (abb53d1).
Report is 12 commits behind head on main.

Files Patch % Lines
lightning/src/routing/gossip.rs 2.94% 33 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3083      +/-   ##
==========================================
+ Coverage   89.88%   90.20%   +0.32%     
==========================================
  Files         117      117              
  Lines       96958    99869    +2911     
  Branches    96958    99869    +2911     
==========================================
+ Hits        87146    90090    +2944     
+ Misses       7268     7198      -70     
- Partials     2544     2581      +37     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

A new import will be added in the next commit.
@valentinewallace valentinewallace force-pushed the 2024-05-ignore-onion-err-chan-upd branch from 124d79e to 7c874d7 Compare May 28, 2024 20:45
Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

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

LGTM, feel free to squash.

@valentinewallace valentinewallace force-pushed the 2024-05-ignore-onion-err-chan-upd branch from 7c874d7 to abb53d1 Compare May 28, 2024 21:54
@valentinewallace
Copy link
Contributor Author

Squashed.

Copy link
Contributor

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

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

LGTM

@valentinewallace valentinewallace requested a review from jkczyz June 6, 2024 17:34
@TheBlueMatt TheBlueMatt merged commit 8ca3259 into lightningdevkit:main Jun 7, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ignore ChannelUpdate entirely in onion failures
5 participants