core-lightning/tests
Rusty Russell 3d3d2ef9af gossipd: remove connectd functionality, enable connectd.
This patch guts gossipd of all peer-related functionality, and hands
all the peer-related requests to channeld instead.

gossipd now gets the final announcable addresses in its init msg, since
it doesn't handle socket binding any more.

lightningd now actually starts connectd, and activates it.  The init
messages for both gossipd and connectd still contain redundant fields
which need cleaning up.

There are shims to handle the fact that connectd's wire messages are
still (mostly) gossipd messages.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-25 02:13:52 +00:00
..
benchmark.py pytest: Actually wait for payments to confirm in benchmark 2018-05-23 00:20:19 +00:00
fixtures.py Makefile: import config.vars. 2018-06-08 17:56:01 +02:00
requirements.txt pytest: Add flaky dependency and mark as test_closing_different_fees 2018-05-07 02:40:50 +00:00
test_closing.py tests: reenable developer tests. 2018-06-13 16:22:23 +02:00
test_gossip.py options: refuse two --announce-addr of the same type. 2018-07-01 15:03:21 +02:00
test_lightningd.py gossipd: remove connectd functionality, enable connectd. 2018-07-25 02:13:52 +00:00
utils.py pytest: make utils.py read config.vars. 2018-07-16 23:16:34 +02:00