core-lightning/lightningd/test
Rusty Russell 32411de90e lightningd: split struct peer into struct peer and struct channel.
Much like the database; peer contains id, address, channel contains
per-channel information.  Where we create a channel, we always create
the peer too.

For the moment, peer->log and channel->log coexist side-by-side, to
reduce some of the churn.

Note that this changes the API to dev-forget-channel: if we have more
than one channel, we insist they specify the short-channel-id.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-14 11:31:58 +01:00
..
Makefile Re-enable builds with DEVELOPER=0 2017-12-20 12:43:10 +01:00
run-commit_tx.c Avoid out-of-bounds read in increase(u32 feerate_per_kw) 2018-01-02 18:37:22 +01:00
run-cryptomsg.c common: add logging for peer packets, with status_io. 2018-02-07 00:46:49 +00:00
run-find_my_path.c lightningd: split struct peer into struct peer and struct channel. 2018-02-14 11:31:58 +01:00
run-funding_tx.c wallet: Added unilateral close info to utxo 2018-01-08 17:19:25 +01:00
run-key_derive.c common: move some files out of lightningd/ 2017-08-29 17:54:14 +02:00