You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
9 years ago
..
scripts
protocol: increase HTLC precision to 1/1000 satoshi.
9 years ago
.gitignore
test-cli/create-htlc-spend-tx: new util.
10 years ago
HOWTO-USE.md
HOWTO-USE.md: Just refer to test scripts.
10 years ago
check-commit-sig.c
Version number, name, and build details.
10 years ago
close-channel.c
protocol: increase HTLC precision to 1/1000 satoshi.
9 years ago
create-anchor-tx.c
Version number, name, and build details.
10 years ago
create-close-tx.c
protocol: increase HTLC precision to 1/1000 satoshi.
9 years ago
create-commit-spend-tx.c
Version number, name, and build details.
10 years ago
create-commit-tx.c
Version number, name, and build details.
10 years ago
create-htlc-spend-tx.c
bitcoin/script: don't pass value for HTLC script.
9 years ago
create-steal-tx.c
Version number, name, and build details.
10 years ago
gather_updates.c
protocol: split message update_remove_htlc into update_timedout_htlc and update_routefail_htlc, remove update_remove_htlc_delay.
9 years ago
gather_updates.h
channel_state: encapsulate funding of channel in one place.
10 years ago
get-anchor-depth.c
Version number, name, and build details.
10 years ago
leak-anchor-sigs.c
Version number, name, and build details.
10 years ago
open-anchor.c
Version number, name, and build details.
10 years ago
open-channel.c
Version number, name, and build details.
10 years ago
open-commit-sig.c
Version number, name, and build details.
10 years ago
txid-of.c
Version number, name, and build details.
10 years ago
update-channel-accept.c
Version number, name, and build details.
10 years ago
update-channel-complete.c
Version number, name, and build details.
10 years ago
update-channel-htlc-complete.c
Version number, name, and build details.
10 years ago
update-channel-htlc-remove.c
protocol: split message update_remove_htlc into update_timedout_htlc and update_routefail_htlc, remove update_remove_htlc_delay.
9 years ago
update-channel-htlc.c
Version number, name, and build details.
10 years ago
update-channel-signature.c
Version number, name, and build details.
10 years ago
update-channel.c
Version number, name, and build details.
10 years ago