2241 Commits (e302d6193c8e8eb47544a8e17ac6a15aafe6a6db)
 

Author SHA1 Message Date
pm47 a97d390128 fixed typos in pdf 10 years ago
Rusty Russell 1cb147c5b8 Version number, name, and build details. 10 years ago
Rusty Russell 6883d28f6d doc: move dual anchor with escapes to Appendix B. 10 years ago
Rusty Russell 3311580c62 scripts/test.sh: fix bitcoin case. 10 years ago
Rusty Russell 0b33da08c1 scripts: auto-detect alpha vs bitcoin 10 years ago
Rusty Russell 6cea21750d HOWTO-USE.md: Just refer to test scripts. 10 years ago
Rusty Russell 3b214479ae test-cli/scripts/test.sh: basic HTLC spending test. 10 years ago
Rusty Russell fcbba0280d test-cli/create-htlc-spend-tx: new util. 10 years ago
Rusty Russell bafc93886f test-cli/scripts/test.sh: basic HTLC creation test. 10 years ago
Rusty Russell b5ff69e236 test-cli/update-channel-htlc-remove: new util. 10 years ago
Rusty Russell 9b0ed51f2b test-cli/update-channel-htlc-complete: new util. 10 years ago
Rusty Russell 5778b004dd test-cli/update-channel-htlc: new util. 10 years ago
Rusty Russell 7ed0b461aa commit_tx: add HTLCs. 10 years ago
Rusty Russell 106c447d17 gather_updates: handle HTLC updates. 10 years ago
Rusty Russell 769f9f1cc5 gather_updates: extract some update logic into update_rhash. 10 years ago
Rusty Russell f0df2b7930 channel_state: add htlcs array. 10 years ago
Rusty Russell a09c0a9fa7 funding: take into account HTLC add/remove. 10 years ago
Rusty Russell 88ca0c91d9 doc: document HTLC 2drop optimization. 10 years ago
Rusty Russell 08ae4a687d script: HTLC support. 10 years ago
Rusty Russell 9a0163ec85 proto_to_locktime: abs and relative locktime handlers. 10 years ago
Rusty Russell 7f21695a63 protocol: rename locktime fields to "delay" and "expiry" 10 years ago
Rusty Russell 3325c7320d protocol: add HTLC 10 years ago
Rusty Russell a4dfe3ad72 channel_state: encapsulate funding of channel in one place. 10 years ago
Rusty Russell cf3433a0ad script: add OP_CHECKLOCKTIMEVERIFY. 10 years ago
Rusty Russell 0170ad4abd script: add add_push_le32 helper. 10 years ago
Rusty Russell 81bced330a protocol: move locktime into its own message type. 10 years ago
Rusty Russell d9f2b37a05 commit_tx: remove to_me weirdness. 10 years ago
Rusty Russell 142e822342 test-cli/update-channel-signature: remove debugging message. 10 years ago
Rusty Russell e489ff80c0 commit_tx: remove debugging printf. 10 years ago
Rusty Russell a0fc4f8a79 Update .gitignore. 10 years ago
Rusty Russell b72ab56312 test-cli/open-anchor.c: add missing file. 10 years ago
Rusty Russell 9534dabf7a Merge branch 'single-funder' 10 years ago
Rusty Russell f693979384 doc: fix KEY-A typo, add missing delay. 10 years ago
Rusty Russell de051f0df9 protocol: add close fee logic. 10 years ago
Rusty Russell 3260fb2ed1 protocol: add commitment fee logic. 10 years ago
Rusty Russell eac3af06f1 protocol: switch to single-funder anchor model. 10 years ago
Rusty Russell 2255cb749d protocol: move commitment key to open_channel message. 10 years ago
Rusty Russell c4d5a85b4e protocol: remove tx_version field. 10 years ago
Rusty Russell 7fbf3b297a doc: fix KEY-A typo, add missing delay. 10 years ago
Rusty Russell 8f0140c542 script: remove now-unnecessary 2of2 ops. 10 years ago
Rusty Russell f78ea05fc5 test-cli/extract-escape-secret: helper to get escape secret from other side. 10 years ago
Rusty Russell 7564e3f475 test-cli/create-secret-spend-tx: more general tool to spend secret-or-delay outputs 10 years ago
Rusty Russell 402cd67e10 test-cli/extract-revocation-preimage: helper to get preimage from message 10 years ago
Rusty Russell 2e36affb77 test-cli/get-revocation-secret: new helper. 10 years ago
Rusty Russell ebb068e975 Escape transaction support, test tools to create/check them. 10 years ago
Rusty Russell ee3af28980 test-cli/txid-of: simple helper to get txid. 10 years ago
Rusty Russell 06fe371b3f protocol: add field so we can specify the escape fee. 10 years ago
Rusty Russell 114161a6a5 test-cli/scripts/test.sh: send_after_delay() 10 years ago
Rusty Russell 98d994f930 protocol: add open-complete. 10 years ago
Rusty Russell 6a5ba591ee signature: match alpha hashing bug for multiple inputs. 10 years ago