rgb-cln/gossipd
Christian Decker e5d384a427 gossip: Do not send warnings if we fail to parse a `channel_update`
We removed a warning about the channel_update being malformed since
the warning could cause lnd to disconnect (seems they treat
channel-unrelated warnings as fatal?). This was caused by lnd not
enforcing the `htlc_maximum`, thus the parsing would fail. We can
re-add the warning once our assumption that `htlc_maximum` being set
is valid.

Changelog-Fixed: gossip: We no longer send warning that lnd would not understand if we get outdated gossip
2023-01-14 12:39:10 +10:30
..
test common/onion: split into decode and encode routines. 2022-11-09 15:08:03 +01:00
Makefile channeld: take over gossip_rcvd_filter.c and is_msg_gossip_broadcast. 2022-06-17 14:14:02 +09:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_generation.c gossipd: set no_forward bit on channel_update for private channels. 2022-09-24 15:22:27 +09:30
gossip_generation.h channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossip_store.c all: no longer need to call htable_clear to free htable contents. 2023-01-12 11:44:10 +10:30
gossip_store.h gossipd: make use of new ratelimit bit in gossip_store length mask 2022-07-06 14:31:19 +09:30
gossip_store_wire.csv gossipd: don't close non-local channels immediately, add 12 block delay. 2022-09-24 15:22:27 +09:30
gossipd.c onionmessages: remove obsolete onion message parsing. 2022-09-29 16:10:57 +09:30
gossipd.h gossipd: don't close non-local channels immediately, add 12 block delay. 2022-09-24 15:22:27 +09:30
gossipd_peerd_wire.csv channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossipd_wire.csv gossipd: batch outpoints spent, add block height. 2022-09-24 15:22:27 +09:30
queries.c Remove general shadowed variables. 2022-08-31 12:18:28 +03:00
queries.h Remove general shadowed variables. 2022-08-31 12:18:28 +03:00
routing.c gossip: Do not send warnings if we fail to parse a `channel_update` 2023-01-14 12:39:10 +10:30
routing.h gossipd: use pointer to hash table for channels in node. 2023-01-12 11:44:10 +10:30
seeker.c connectd: take dev-suppress-gossip from gossipd. 2022-03-31 19:38:05 +10:30
seeker.h connectd: take dev-suppress-gossip from gossipd. 2022-03-31 19:38:05 +10:30