Rusty Russell
6c23349c72
channeld: allow stfu based on peer features, not EXPERIMENTAL_FEATURES.
...
Changelog-EXPERIMENTAL: Config: `--experimental-quiesce` enables queiescence, for testing.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-05-23 09:34:08 +09:30
Alex Myers
54bd024910
gossip_store: remove now-redundant push bit
...
The push bit was convenient for connectd to send our own gossip
to peers upon connecting by naively traversing the gossip_store
and sending anything flagged `push`. This function is now
performed by gossipd leaving no use for the push bit.
Changelog-Changed: `gossipd`: gossip_store PUSH bit is no longer set.
2023-04-13 08:48:50 -07:00
Alex Myers
bec8586dce
connectd: remove handling of push only gossip
...
This is now handled by gossipd on initial connection to peer.
2023-04-13 08:48:50 -07:00
adi2011
5f481aaf96
wire: Add patch file for peer storage bkp
...
Add msg type peer_storage and your_peer_storage
2023-02-08 08:37:59 -06:00
Michael Schmoock
ad249607d6
dual-fund: update extracted CSVs to latest bolt draft
...
Changelog-None
2023-02-04 15:31:16 +10:30
Rusty Russell
153b7bf192
common/gossip_store: move subdaemon-only routines to connectd.
...
connectd is the only one who uses these routines now. The
rest can be linked into a plugin.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-01-30 15:15:41 -06:00