rgb-cln/test-cli
Rusty Russell d00eeded9f protocol: split message update_remove_htlc into update_timedout_htlc and update_routefail_htlc, remove update_remove_htlc_delay.
For the moment, there's no way to remove an in-progress HTLC before
it's timed out.  The other side can remove it with a routefail, but
you can't push for it to be removed.

We may add that later, but by definition it's only a polited request, and
normally we should rely on timeouts.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-24 15:02:49 +09:30
..
scripts protocol: increase HTLC precision to 1/1000 satoshi. 2015-09-24 15:00:47 +09:30
.gitignore test-cli/create-htlc-spend-tx: new util. 2015-08-07 16:20:45 +09:30
HOWTO-USE.md HOWTO-USE.md: Just refer to test scripts. 2015-08-08 15:01:34 +09:30
check-commit-sig.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
close-channel.c protocol: increase HTLC precision to 1/1000 satoshi. 2015-09-24 15:00:47 +09:30
create-anchor-tx.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
create-close-tx.c protocol: increase HTLC precision to 1/1000 satoshi. 2015-09-24 15:00:47 +09:30
create-commit-spend-tx.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
create-commit-tx.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
create-htlc-spend-tx.c bitcoin/script: don't pass value for HTLC script. 2015-09-24 14:56:01 +09:30
create-steal-tx.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
gather_updates.c protocol: split message update_remove_htlc into update_timedout_htlc and update_routefail_htlc, remove update_remove_htlc_delay. 2015-09-24 15:02:49 +09:30
gather_updates.h channel_state: encapsulate funding of channel in one place. 2015-08-07 12:45:30 +09:30
get-anchor-depth.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
leak-anchor-sigs.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
open-anchor.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
open-channel.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
open-commit-sig.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
txid-of.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
update-channel-accept.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
update-channel-complete.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
update-channel-htlc-complete.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
update-channel-htlc-remove.c protocol: split message update_remove_htlc into update_timedout_htlc and update_routefail_htlc, remove update_remove_htlc_delay. 2015-09-24 15:02:49 +09:30
update-channel-htlc.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
update-channel-signature.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30
update-channel.c Version number, name, and build details. 2015-08-08 20:45:49 +09:30