core-lightning/gossipd
Rusty Russell b4aff493f1 pay: always send onion error message to gossipd.
There were no channel updates in my log; because sendonion doesn't know the
actual node_ids or channel_ids, we can't tell gossipd what node/channel it was
so it can no longer remove them on PERM errors.

However, we can tell it the error message so it can apply the update.

Fixes: #3877
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-27 15:22:38 +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
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 pay: always send onion error message to gossipd. 2020-07-27 15:22:38 +02:00
gossipd.c pay: always send onion error message to gossipd. 2020-07-27 15:22:38 +02:00
gossipd.h cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
Makefile setup: create a common setup which will handle the wally-context 2020-05-19 13:35:42 +09: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 pay: always send onion error message to gossipd. 2020-07-27 15:22:38 +02:00
routing.h pay: always send onion error message to gossipd. 2020-07-27 15:22:38 +02:00
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