6877 Commits (4c2f51ce13ee01b509ce53e57b8f002b2f6a3d3f)
 

Author SHA1 Message Date
Rusty Russell fd370075f2 state: use STATE_INIT and separate inputs to decide on anchor. 9 years ago
Rusty Russell e5e58eeb00 state.c: fix assertion. 9 years ago
Rusty Russell caa27f1d93 names.h/names.c: wrappers to get name for states/inputs. 9 years ago
Rusty Russell e6dfff3ba8 licensing: Make license explicit. 9 years ago
Rusty Russell 7cf786f1f4 pull_bitcoin_tx: allocate outputs off tx itself. 9 years ago
Rusty Russell 3a803eefbb bitcoin/tx: move bitcoin_tx_from_file() to test-cli, expose bitcoin_tx_from_hex() 9 years ago
Rusty Russell 04fd2c861f bitcoin/base58: p2sh address support. 9 years ago
Rusty Russell 2516a187bc test-cli: use OpenChannel__AnchorOffer instead of book for open_channel_pkt() 9 years ago
Rusty Russell 08367f8716 state: order headers correctly. 9 years ago
Rusty Russell bbd9d4aa01 state: inline input_is_pkt(). 9 years ago
Rusty Russell 15c5fca876 state: take struct peer instead of struct state_data. 9 years ago
Rusty Russell 2c356fde55 state: remove unnecessary set_errpkt() helper. 9 years ago
Rusty Russell 85f4a7cf14 state: simplify effect. 9 years ago
Rusty Russell 4d22b4e3eb pkt_open: use flag to indicate whether packet will offer anchor. 9 years ago
Rusty Russell 93b5db89a8 signature: expose check_signed_hash() 9 years ago
Rusty Russell 888389e625 ccan: update and add more. 9 years ago
Rusty Russell 906a5e4a32 Move pkt.c into test-cli. 9 years ago
Rusty Russell b312114719 pkt: don't convert endian on header. 9 years ago
Rusty Russell a38d0c985e Makefile: more fascist warnings. 9 years ago
Rusty Russell 4163935bbb ccan: import time module. 9 years ago
Rusty Russell e97e8988f8 ccan: import isaac and dependencies. 9 years ago
Rusty Russell 4795a4d46f Makefile: sanity check source and makefile 9 years ago
Rusty Russell 9ebbe16b1e source cleanup: sort include lines into alpha order 9 years ago
Rusty Russell d733e82352 header cleanup: sort include lines into alpha order, after config.h 9 years ago
Rusty Russell 4dafeba857 Makefile: depend on headers. 9 years ago
Rusty Russell ffe20fb2ae bitcoin: add OP_CHECKLOCKTIMEVERIFY support (BIP65) 9 years ago
Rusty Russell aeedafc20f Switch to bitcoind by default. 9 years ago
Rusty Russell e272d759a5 Force -walletbroadcast=1 for tests. 9 years ago
Rusty Russell 2e873af86f locktime: complete the set of conversion functions. 9 years ago
Rusty Russell 4b02c6f558 locktime: nice abstractions for absolute and relative locktimes. 9 years ago
Rusty Russell 4c42930940 bitcoin/tx, protobuf_convert: support BIP68 as implemented. 9 years ago
Rusty Russell f710ba7c37 scripts/test.sh: boost CSV time to 512 seconds. 9 years ago
Rusty Russell 4e23f9916d script: encode numbers minimally. 9 years ago
Rusty Russell 0ef2b9a32e test-cli: fix htlc balance on fulfill, and add assert that total is invariant. 9 years ago
Rusty Russell deb2e7b654 daemon/jsmn: Add submodule for jsmn. 9 years ago
Rusty Russell 45e0ab11ff Merge branch 'onion' 9 years ago
Rusty Russell 5de21f80de Regenerate PDF. 9 years ago
Douglas Roark 6394d2de16 Minor "Reaching the Ground With Lightning" fixes. 9 years ago
Rusty Russell 6b2d844f2a bitcoin: use ccan/mem instead of rolling own check_mem function. 9 years ago
Rusty Russell be58e45ee4 README.md: A few more details about what we're doing. 9 years ago
Rusty Russell 2ab9e3bd7f doc/deployable-lightning: corrections and fixes. 9 years ago
Rusty Russell 57f0c3b38c test-cli/scripts: use setmocktime. 9 years ago
Rusty Russell 32fe988fe8 bitcoin: signature fixes. 9 years ago
Anthony Towns cadaa348e3 test_onion.py: drop repeated sha calculation 9 years ago
Rusty Russell beb702054b test_onion: minor protocol change; use single SHA to create both IVs. 9 years ago
Rusty Russell 0c4eb06e26 test_onion: remove gratuitous dynamic alloc, cleanup on exit. 9 years ago
Rusty Russell 064cf6cc39 test/onion_key: code cleanup. 9 years ago
Anthony Towns b66852f1ab Makefile: add python onion tests 9 years ago
Anthony Towns 626be23180 test_onion.py: control generate/decode from command line 9 years ago
Anthony Towns beafbe1c19 test_onion.c: generate message predictably 9 years ago