core-lightning/lightningd/test
Rusty Russell ada1eb5106 lightningd/channel.c: add callbacks for when HTLCs fully committed/removed.
The three cases we care about only happen on specific transitions:
1. They can no longer spend our failed HTLC: we can fail the source now.
2. They are fully committed to their new HTLC htlc: we can forward now.
3. They can no longer timeout their fulfilled HTLC: the funds are ours.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-04-01 23:59:46 +10:30
..
Makefile lightningd/funding_tx: fill in scriptsigs for p2sh UTXOs. 2017-03-07 11:31:55 +10:30
run-channel.c lightningd/channel.c: add callbacks for when HTLCs fully committed/removed. 2017-04-01 23:59:46 +10:30
run-commit_tx.c lightningd/test: fix tests after 62ccf266fa 2017-03-24 13:40:36 +10:30
run-cryptomsg.c lightningd/cryptomsg: discard unknown odd messages internally. 2017-04-01 23:59:46 +10:30
run-funding_tx.c lightningd/funding_tx: output number is 16 bit. 2017-03-07 11:33:24 +10:30
run-key_derive.c check-source: include tests, libdir. 2017-02-21 15:15:28 +10:30
test-basic lightningd/channel: handle adding HTLC, generalize handler. 2017-04-01 23:59:46 +10:30