-
Notifications
You must be signed in to change notification settings - Fork 902
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
Revenge of the legacy onion #5146
Merged
rustyrussell
merged 5 commits into
ElementsProject:master
from
rustyrussell:guilt/revenge-of-the-legacy-onion
Mar 31, 2022
Merged
Revenge of the legacy onion #5146
rustyrussell
merged 5 commits into
ElementsProject:master
from
rustyrussell:guilt/revenge-of-the-legacy-onion
Mar 31, 2022
Conversation
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
rustyrussell
added
the
protocol
These issues are protocol level issues that should be discussed on the protocol spec repo
label
Mar 30, 2022
rustyrussell
force-pushed
the
guilt/revenge-of-the-legacy-onion
branch
2 times, most recently
from
March 30, 2022 04:30
730bc9e
to
e188707
Compare
cdecker
approved these changes
Mar 30, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK e188707
tACK e188707 |
Included flake fix (unrelated) Ack 58f0ed1 |
rustyrussell
force-pushed
the
guilt/revenge-of-the-legacy-onion
branch
from
March 31, 2022 03:03
59cce61
to
c0f7880
Compare
We never called this except from plugins, which didn't test schema. Signed-off-by: Rusty Russell <[email protected]>
Using a canned sendonion call from an old version (v0.10.2), where I forced it to use legacy onion for l2. Signed-off-by: Rusty Russell <[email protected]>
Partial revert of 43a833e "lightningd: remove support for legacy onion format."; we restore the ability to decode legacy onions for forwarding, but not to generate them. (We don't accept them properly since making payment_secret compulsory anyway, so no real change there!) Signed-off-by: Rusty Russell <[email protected]> Changelog-Removed: Protocol: ... but we still forward legacy HTLC onions for now.
Suggested-by: @t-bast Signed-off-by: Rusty Russell <[email protected]> Changelog-Added: JSON-RPC: `listforwards` has new entry `style`, currently "legacy" or "tlv".
Gossipd didn't actually suppress all gossip, resulting in a flake! Doing it in connectd now makes much more sense. Signed-off-by: Rusty Russell <[email protected]>
rustyrussell
force-pushed
the
guilt/revenge-of-the-legacy-onion
branch
from
March 31, 2022 05:56
c0f7880
to
58f0ed1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
protocol
These issues are protocol level issues that should be discussed on the protocol spec repo
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
"Too soon?"
"Too soon"
These are still happening on the network (and clboss was still sending them!), so a campaign has begun to warn people. Meanwhile we restore the minimal legacy we can (forwarding only).
Most of the time was coming up with a reliable test of the now-we-can't-generate legacy onions.