core-lightning/gossipd
Christian Decker e750d3cda1 gossip: Move error return into peer handler
Ee will be replaying gossip messages from the gossip_store soon. This means that
not all messages originate from a peer, so we move the queuing of error messages
up into the peer message handler.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-03-25 23:56:59 +00:00
..
test tests: Use correct privkey when calculating pubkey used in new_routing_state(...) call 2018-03-25 15:44:05 +02:00
broadcast.c gossipd: make struct queued_message private. 2018-03-14 02:19:37 +00:00
broadcast.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
gossip.c gossip: Move error return into peer handler 2018-03-25 23:56:59 +00:00
gossip_store.c gossip: Added gossip store primitives 2018-03-25 23:56:59 +00:00
gossip_store.h gossip: Added gossip store primitives 2018-03-25 23:56:59 +00:00
gossip_wire.csv gossip: Pass output value to gossipd 2018-03-12 22:34:51 +00:00
handshake.c status: remove trc context now we have tmpctx. 2018-03-16 00:16:10 +00:00
handshake.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00
Makefile gossip: Added gossip store primitives 2018-03-25 23:56:59 +00:00
routing.c Remove include in file foo.c that is already included in foo.h 2018-03-25 23:54:21 +00:00
routing.h Use expected LIGHTNING_DIR_FILE_H define 2018-03-25 23:54:21 +00:00