-
Notifications
You must be signed in to change notification settings - Fork 911
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
Connectd demux part 2 #4985
Merged
rustyrussell
merged 34 commits into
ElementsProject:master
from
rustyrussell:connectd-demux-part-2
Feb 8, 2022
Merged
Connectd demux part 2 #4985
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
a9e6692
lightningd: start gossipd after channels are loaded.
rustyrussell 627404a
gossipd: infrastructure to tell lightningd about local channel updates.
rustyrussell 5a9e8f3
gossipd: feed lightningd the channel_updates as soon as we make them.
rustyrussell 34e1038
lightningd: tell gossipd when we use the channel_update.
rustyrussell 24fc4d4
lightningd: use our cached channel_update for errors instead of askin…
rustyrussell 042a6ed
channeld: keep local copy of latest channel_update for errors.
rustyrussell cff1d7e
channeld: send channel updates and announcements via lightningd.
rustyrussell 4ca14eb
channeld: pause before sending initial channel_update.
rustyrussell 6a17c89
dualopend: tell lightningd about new channel as soon as it's locked in.
rustyrussell 95b0dec
connectd: temporarily have two fds to gossipd.
rustyrussell 5b7cccf
gossipd: add routines to send gossip messages to and from connectd.
rustyrussell 4b48a40
connectd: divert gossip messages directly to gossipd.
rustyrussell 4c9e67c
gossipd: send all gossip msgs directly to connectd, not peer.
rustyrussell bc18acf
pytest: ignore pings when doing query_gossip.
rustyrussell b4c45af
connectd: handle pings and pongs.
rustyrussell fb2d208
connectd: handle onion messages.
rustyrussell de82e39
connectd: do io logging properly for msgs we make.
rustyrussell c7ec0a3
common: make sure we hand through peer for io logging.
rustyrussell 8ffb126
connectd: handle custom messages.
rustyrussell cee59bc
channeld: simply exit if hsmd vanishes.
rustyrussell 8d6d86d
subdaemons: remove gossipd fd from per-peer daemons.
rustyrussell 5dea211
gossipd: don't hand out fds.
rustyrussell cd61786
connectd: remove second gossip fd.
rustyrussell 9b51d5b
connectd: don't received useless peer fd if we're told to send final …
rustyrussell 18e1dea
gossip_store: handle compacted gossip_store correctly.
rustyrussell c77f6ed
pytest: remove flake in test_upgrade_statickey_onchaind
rustyrussell e2e6fb4
pytest: make test_gossip_no_empty_announcements more robust.
rustyrussell 1c95e02
pytest: protect against bad gossip messages from mining confirms too …
rustyrussell 63f9344
gossipd: fix longstanding logic error in gossip_generation.
rustyrussell dfb78eb
lightningd: clean up subds before freeing HTLCs.
rustyrussell 93f8a11
dual_funding: don't steal inflight field in update_channel_from_infli…
rustyrussell 333b0e8
pytest: make test_mpp_adaptive more reliable
rustyrussell 7530018
pytest: note unfixable test_htlc_rexmit_while_closing test.
rustyrussell 73e325c
misc: clarifications from cdecker review.
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
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.
I got Sir :) I will add it in my todo list