-
Notifications
You must be signed in to change notification settings - Fork 964
introduce support for alternative addresses for peer connections #7422
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
8cd3547
183ca77
5a9c205
e43ab91
1be20b5
14b873d
9b5a55d
3f8bd91
6be03fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -390,4 +390,7 @@ msgdata,gossip_timestamp_filter,timestamp_range,u32, | |
| msgtype,onion_message,513,option_onion_messages | ||
| msgdata,onion_message,blinding,point, | ||
| msgdata,onion_message,len,u16, | ||
| msgdata,onion_message,onionmsg,byte,len | ||
| msgdata,onion_message,onionmsg,byte,len, | ||
| msgtype,peer_alt_addr,209 | ||
| msgdata,peer_alt_addr,addr_len,u8, | ||
| msgdata,peer_alt_addr,addr,byte,addr_len, | ||
|
Comment on lines
+394
to
+396
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a spec change! This means:
Also, this file is generated from the spec, rather than hand-edited.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. regarding the BOLT PR, after discussions with other devs here we came to the conclusion for a blip-0043 instead of a BOLT. |
||
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.
This is a very weird thing for channeld to do. It's more gossipy than channel-related. These days, this kind of thing is handled by connectd.