rgb-cln/gossipd
Rusty Russell 93d04d08d0 wire: update to latest version of the spec.
The main change here is that the previously-optional open/accept
fields and reestablish fields are now compulsory (everyone was
including them anyway).  In fact, the open/accept is a TLV
because it was actually the same format.

For more details, see lightning-rfc/f068dd0d8dfa5ae75feedd99f269e23be4777381

Changelog-Removed: protocol: support for optioned form of reestablish messages now compulsory.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-23 18:49:15 +02:00
..
test gossipd: add test showing how we and Eclair disagree on channel_announcement features for wumbo channels. 2020-05-26 19:57:29 -05:00
Makefile setup: create a common setup which will handle the wally-context 2020-05-19 13:35:42 +09:30
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
gossip_generation.h gossipd: naming cleanups. 2019-09-20 06:55:00 +00:00
gossip_peerd_wire.csv wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
gossip_store.c gossipd: upgrade v7 gossip_store to v8. 2020-05-07 08:44:58 +09:30
gossip_store.csv wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
gossip_store.h gossipd: set the push marker for our own messages. 2019-11-04 17:50:58 +01:00
gossip_wire.csv cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
gossipd.c gossipd: return channel_announcement features for listchannels. 2020-05-07 08:44:58 +09:30
gossipd.h cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
queries.c wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
queries.h wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
routing.c gossipd: fix cut & paste in error messages. 2020-05-26 19:57:29 -05:00
routing.h gossipd: keep a flag to indicate that we have features in channel_announcement. 2020-05-07 08:44:58 +09:30
seeker.c wire: move remaining bitcoin functions out to bitcoin/ files. 2020-05-18 14:51:12 +02:00
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00