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
454a3867e5
BIP68 support (nSequence enforcement)
The latest version of the BIP doesn't use inversion, but does use
bitshifts.
It also uncovered a bug in the test scripts: the block timestamps
creep forward when we generate large numbers of blocks (UpdateTime
insists it be > GetMedianTimePast() so it's valid). We need to take
this into account when waiting for the median to move (reduced it from
60 to 30 seconds, since that adds about 14 seconds).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
9 years ago
..
scripts
BIP68 support (nSequence enforcement)
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
BIP68 support (nSequence enforcement)
9 years ago
create-commit-tx.c
Version number, name, and build details.
10 years ago
create-htlc-spend-tx.c
BIP68 support (nSequence enforcement)
9 years ago
create-steal-tx.c
Version number, name, and build details.
10 years ago
gather_updates.c
protocol: rename update_complete_htlc to update_fulfill_htlc.
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