189 Commits (6883d28f6d097500958104d4e17908f2a6dbcfac)
 

Author SHA1 Message Date
Rusty Russell 98b1d478b1 test-cli: remove obsolete examples from program headers. 9 years ago
Rusty Russell d4a6fb8b2d Add test script. 9 years ago
Rusty Russell 924be8456e create-commit-spend-tx: fix locktime, take into account updates. 9 years ago
Rusty Russell a700a5cdca create-commit-tx: allow creation of initial opening tx. 9 years ago
Rusty Russell fb036399eb LICENSE: Make MIT licensing clear. 9 years ago
Rusty Russell c91d2b5206 ccan: add local copy. 9 years ago
Rusty Russell 92ec2f874b pkt: add pkt_totlen() helper. 9 years ago
Rusty Russell 77387bb370 test-cli/create-commit-spend-tx: don't endian convert script_len. 9 years ago
Rusty Russell 6389dbd455 protocol: restore locktime in blocks option. 9 years ago
Rusty Russell a0b621689e TAGS: Improve support. 9 years ago
Rusty Russell 9f12b72476 Don't include mutual redemption in recovable commit tx output. 9 years ago
Rusty Russell ef9463f6b1 Sort include lines (ignoring hacky cli test utils). 9 years ago
Rusty Russell 4e8eda47a1 Move hacky command line utils out to test-cli subdir. 9 years ago
Rusty Russell 5776c7a9d8 Update .gitignore 9 years ago
Rusty Russell 442f321585 Move protobuf<->bitcoin converters out of bitcoin/ 9 years ago
Rusty Russell 612d713470 Move bitcoin stuff into bitcoin subdir. 9 years ago
Rusty Russell 28ea518182 create-steal-tx: use o1 to double-check final key is correct. 9 years ago
Rusty Russell 2d714f5ad4 create-commit-tx: create a commit tx. 10 years ago
Rusty Russell 96585e1b00 create-steal-tx: fix it. 10 years ago
Rusty Russell 975a5b2041 scriptsig_p2sh_2of2: fix sig order. 10 years ago
Rusty Russell ed3f0115d6 protocol: fix horribly thinko, keep own secrets. 10 years ago
Rusty Russell 9caf2c71e8 close-channel / create-close-tx: take into account updates. 10 years ago
Rusty Russell a4517f27c7 Fix 10 years ago
Rusty Russell 3fef1584e5 update-channel-complete: final step in channel update. 10 years ago
Rusty Russell 2bd967af35 update-channel-accept: check their signature is valid. 10 years ago
Rusty Russell 3957f1e1c1 update-channel-accept: accept the channel update. 10 years ago
Rusty Russell d51f6372aa update-channel: prepare a new tx with modified amounts. 10 years ago
Rusty Russell ecb39efed1 find_p2sh_out: extract helper. 10 years ago
Rusty Russell 7175d73573 create-close-tx: create a mutual close tx from the close sigs. 10 years ago
Rusty Russell c6ed5926cb close-channel: add --complete option. 10 years ago
Rusty Russell 38f7a23064 close-channel: create message to mutually close channel. 10 years ago
Rusty Russell 16baa1dae9 create-commit-spend-tx: spend the commit tx (after timeout) 10 years ago
Rusty Russell 114b7afbe2 bitcoin_script: fix bug in complex anchor redeem script. 10 years ago
Rusty Russell 3a4d8cd282 bitcoin_script: use OP_NOP dummy for now, as bitcoind rejects OP_NOP3 10 years ago
Rusty Russell 3c7e11fd65 bitcoin_script: DER correctly when we have leading zeroes. 10 years ago
Rusty Russell a25ba452f3 permute_tx: fix horrible thinko. 10 years ago
Rusty Russell 4dd6b8e385 lightning.proto: Rename 'to_me' to 'final', use for commit_tx. 10 years ago
Rusty Russell baf5d11643 getinput.sh: Switch to -regtest 10 years ago
Rusty Russell 9ed6968fe5 add_varint: encode correctly (LE) 10 years ago
Rusty Russell 0203d51ec0 pull_varint: fix. 10 years ago
Rusty Russell fc8552318a opt_bits: parsing routines for 'bits' == 100 satoshi. 10 years ago
Rusty Russell 126192a842 create-steal-tx: get my money back! 10 years ago
Rusty Russell 904ef32459 bitcoin_tx: handle \n at end of file for tx. 10 years ago
Rusty Russell ca18eeeaa7 open-channel: fix revocation hash. 10 years ago
Rusty Russell 6c62e20701 Note that we should check their locktime, minconfirms etc. 10 years ago
Rusty Russell 6048a15db9 bitcoin_tx: bitcoin_txid_from_hex helper. 10 years ago
Rusty Russell e1532ce044 bitcoin_script: get rid of scriptpubkey_pay_to_pubkeyhash. 10 years ago
Rusty Russell d30c470c7d anchor: change is not an arbitrary output, but a pubkey we p2sh to. 10 years ago
Rusty Russell 29d0cdc3cd open-channel: use pubkey, not arbitrary script for final outout address. 10 years ago
Rusty Russell 0742e5356f get-anchor-depth: simple helper to get min_confirms from OpenChannel packet 10 years ago