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 2d714f5ad4 create-commit-tx: create a commit tx. 10 years ago
.gitignore Rename openchannel to open-channel. 10 years ago
Makefile create-commit-tx: create a commit tx. 9 years ago
anchor.c anchor: change is not an arbitrary output, but a pubkey we p2sh to. 10 years ago
anchor.h check-anchor-scriptsigs: dump out anchor tx if scriptsigs make expected tx. 10 years ago
base58.c Explicit pubkey structure. 10 years ago
base58.h Explicit pubkey structure. 10 years ago
bitcoin_address.c Explicit pubkey structure. 10 years ago
bitcoin_address.h Explicit pubkey structure. 10 years ago
bitcoin_script.c scriptsig_p2sh_2of2: fix sig order. 10 years ago
bitcoin_script.h create-commit-spend-tx: spend the commit tx (after timeout) 10 years ago
bitcoin_tx.c add_varint: encode correctly (LE) 10 years ago
bitcoin_tx.h bitcoin_tx: bitcoin_txid_from_hex helper. 10 years ago
check-anchor-scriptsigs.c check-anchor-scriptsigs: don't require txs. 10 years ago
check-commit-sig.c protocol: fix horribly thinko, keep own secrets. 10 years ago
close-channel.c protocol: fix horribly thinko, keep own secrets. 10 years ago
close_tx.c close-channel / create-close-tx: take into account updates. 10 years ago
close_tx.h close-channel / create-close-tx: take into account updates. 10 years ago
commit_tx.c update-channel-accept: accept the channel update. 10 years ago
commit_tx.h update-channel-accept: accept the channel update. 10 years ago
create-close-tx.c close-channel / create-close-tx: take into account updates. 10 years ago
create-commit-spend-tx.c protocol: fix horribly thinko, keep own secrets. 10 years ago
create-commit-tx.c create-commit-tx: create a commit tx. 9 years ago
create-steal-tx.c create-steal-tx: fix it. 10 years ago
find_p2sh_out.c find_p2sh_out: extract helper. 10 years ago
find_p2sh_out.h find_p2sh_out: extract helper. 10 years ago
get-anchor-depth.c get-anchor-depth: simple helper to get min_confirms from OpenChannel packet 10 years ago
getinput.sh getinput.sh: Switch to -regtest 10 years ago
leak-anchor-sigs.c Use new opt_usage_exit_fail(). 10 years ago
lightning.pb-c.c protocol: fix horribly thinko, keep own secrets. 10 years ago
lightning.pb-c.h protocol: fix horribly thinko, keep own secrets. 10 years ago
lightning.proto protocol: fix horribly thinko, keep own secrets. 10 years ago
open-anchor-scriptsigs.c protocol: fix horribly thinko, keep own secrets. 10 years ago
open-channel.c opt_bits: parsing routines for 'bits' == 100 satoshi. 10 years ago
open-commit-sig.c protocol: fix horribly thinko, keep own secrets. 10 years ago
opt_bits.c opt_bits: parsing routines for 'bits' == 100 satoshi. 10 years ago
opt_bits.h opt_bits: parsing routines for 'bits' == 100 satoshi. 10 years ago
overflows.h open-anchor-sig, many fixes for open-channel. 10 years ago
permute_tx.c permute_tx: fix horrible thinko. 10 years ago
permute_tx.h Rename perturb to permute. 10 years ago
pkt.c protocol: fix horribly thinko, keep own secrets. 10 years ago
pkt.h protocol: fix horribly thinko, keep own secrets. 10 years ago
pubkey.c anchor: change is not an arbitrary output, but a pubkey we p2sh to. 10 years ago
pubkey.h anchor: change is not an arbitrary output, but a pubkey we p2sh to. 10 years ago
shadouble.c shadouble: update for ccan/crypto/sha256 changes. 10 years ago
shadouble.h Initial silly cmdline util to create an openchannel packet. 10 years ago
signature.c protocol: fix horribly thinko, keep own secrets. 10 years ago
signature.h protocol: fix horribly thinko, keep own secrets. 10 years ago
update-channel-accept.c protocol: fix horribly thinko, keep own secrets. 10 years ago
update-channel-complete.c protocol: fix horribly thinko, keep own secrets. 10 years ago
update-channel-signature.c protocol: fix horribly thinko, keep own secrets. 10 years ago
update-channel.c protocol: fix horribly thinko, keep own secrets. 10 years ago