core-lightning/gossipd
Christian Decker f5985171bd gossipd: Make gossipd much quieter
We are logging way too much from gossipd, causing noisy logs. This PR reduces
logs for incoming messages to those that actually caused a change in our
internal state (duplicate and old messages are just dropped silently now).

Changelog-Changed: gossipd: The `gossipd` is now a lot quieter, and will log only when a message changed our network topology.
2020-08-27 09:45:35 +09:30
..
test gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
gossip_generation.h gossipd: naming cleanups. 2019-09-20 06:55:00 +00:00
gossip_store_wire.csv gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
gossip_store.c gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
gossip_store.h gossipd: set the push marker for our own messages. 2019-11-04 17:50:58 +01:00
gossipd_peerd_wire.csv gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
gossipd_wire.csv gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
gossipd.c connectd: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
gossipd.h cleanup: make 'u8 *features' and 'struct feature_set *fset' more explicit. 2020-04-03 13:13:21 +10:30
Makefile common: convert to new wire generation style. 2020-08-25 12:53:13 +09:30
queries.c gossipd: convert wire to new scheme. 2020-08-25 12:53:13 +09:30
queries.h wire: update to latest version of the spec. 2020-06-23 18:49:15 +02:00
routing.c gossipd: Make gossipd much quieter 2020-08-27 09:45:35 +09:30
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