-
Notifications
You must be signed in to change notification settings - Fork 912
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
Gossip cleanup part 1: Removing reliance on private gossip messages #6869
Merged
rustyrussell
merged 29 commits into
ElementsProject:master
from
rustyrussell:guilt/pr-6355
Dec 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
dad0022
compiler: fix for -O3 errors.
rustyrussell 522295a
common: prepare unit tests for lack of private channels.
rustyrussell 84361ca
pytest: use wait_local_channel_active
endothermicdev 9b34784
gossipd: correctly attribute our own channel update to ourselves
endothermicdev 5a29dda
db: add private channel inbound fields
endothermicdev 4dfe403
gossipd: pass remote private channel update to ld
endothermicdev 2fa59d9
gossipd: always send information about our channels' gossip updates.
rustyrussell cc215c4
listpeerchannels: show gossip updates.
rustyrussell c0bc986
pyln-testing: when waiting for active channel, make sure remote has s…
rustyrussell 9cb6644
gossmap: insert temporary per-caller flag to turn off private gossip.
rustyrussell adf5758
common: generic routine to turn listpeerchannels into gossmap local u…
rustyrussell 53ffd08
plugins/topology: temporary hack to allow per-access private gossmap …
rustyrussell 4a396e8
plugins/fetchinvoice: use gossmods_from_listpeerchannels instead of p…
rustyrussell fcc1010
libplugin-pay: make sure get_gossmap calls are balanced by put_gossmap.
rustyrussell 2d06738
plugins/pay: use gossmods_from_listpeerchannels instead of private go…
rustyrussell dd3b594
common: add tests that json_scan can omit an entire object member.
rustyrussell 88b41fe
plugins/renepay: add localmods later.
rustyrussell ccec35d
plugins/renepay: use gossmods_from_listpeerchannels instead of privat…
rustyrussell d536eeb
pytest: fix test_zeroconf_open()
rustyrussell 08dda8d
lightningd: permit wrong-alias lookups for private channel_update.
rustyrussell 06efdc7
lightningd: make listincoming use gossmods_from_listpeerchannels().
rustyrussell 5a81edd
pytest: remove test waits for routehints.
rustyrussell da4ba26
topology: don't show private nodes in listnodes.
rustyrussell f6a2210
pytest: fix tests in assumption that listchannels will no longer show…
rustyrussell 3362f74
pytest: skip test_hook_crash on liquid CI
endothermicdev 9bf173c
topology: don't show private nodes in listchannels.
rustyrussell 1d8f94e
common: gossmap now always ignores private gossip_store messages.
rustyrussell 59a0479
topology: deprecate overriding `active` in `listchannels` with `listp…
rustyrussell 406e6d0
plugins: re-enable listchannels local info in deprecated mode.
rustyrussell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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.
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.
Much better name!