565 Commits (9eabab78ab855bbe99a7eefff3db32797e505a71)
 

Author SHA1 Message Date
Rusty Russell 9eabab78ab utils: tal_hexstr() helper. 9 years ago
Rusty Russell 6f2cb72c27 daemon/test: don't generate tiny dust HTLCs in testing. 9 years ago
Rusty Russell a150bd191a remove_dust: don't ever create dust outputs. 9 years ago
Rusty Russell 7614e513bd commit_tx: keep permutation map. 9 years ago
Rusty Russell 76cb195ea1 daemon: dev-disconnect command. 9 years ago
Rusty Russell faed0ef736 daemon/test: use config file rather than long cli args. 9 years ago
Rusty Russell 4bbb86ae30 daemon: clean up test dirs. 9 years ago
Rusty Russell 064309df1a peer: signature in commit_info is always valid. 9 years ago
Rusty Russell ab09a42350 ccan: update (for htable_getfirst/getnext) 9 years ago
Rusty Russell 7efc0efab1 scripteq: simple helper for comparing scripts. 9 years ago
Rusty Russell 03a538ca02 check-bolt: check that comments in code match the specs. 9 years ago
Rusty Russell 7bfbee136e permute_tx: fix map logic (again!) 9 years ago
Rusty Russell 4fe90ee3f5 peer: fix mutual close detection. 9 years ago
Rusty Russell a877b2f6ac state: fix redundant declaration. 9 years ago
Rusty Russell 5ba7692254 Makefile: fix config.h rebuilds in parallel. 9 years ago
Rusty Russell f4e94147a7 Remove unused script functions now we use witness. 9 years ago
Rusty Russell 43729c6856 protocol: add output script to close_clearing message. 9 years ago
Rusty Russell f24b73124a Remove txid normalization. 9 years ago
Rusty Russell 7ac29241ee patch htlc-outputs-are-p2wsh.patch 9 years ago
Rusty Russell b1700b1a91 protocol: non-HTLC commit tx outputs are p2wpkh 9 years ago
Rusty Russell 6a54716b56 find_p2wsh_out: new helper to find a particular output. 9 years ago
Rusty Russell bd081d219d protocol: anchor output is now witness 2of2. 9 years ago
Rusty Russell 8dce2e77f7 script: 2of2 witness support. 9 years ago
Rusty Russell d26be323b6 measure_tx_cost: determine the BIP141 cost of a transaction. 9 years ago
Rusty Russell 8bd334380e peer: use tip mediantime for CSV timeout. 9 years ago
Rusty Russell 85554761c8 bitcoind: eliminate wallet routines. 9 years ago
Rusty Russell b5a6ac26c7 watch: don't hand blockhash, have commit_tx_depth() use get_last_mediantime() 9 years ago
Rusty Russell e3868b11d2 peer: use watch_txo to watch commit_tx outputs. 9 years ago
Rusty Russell 7b4de8e445 watch: use chaintopology 9 years ago
Rusty Russell 6e39b0a642 chaintopology: get_last_mediantime() 9 years ago
Rusty Russell e09795d24e chaintopology: get full tx information for each block. 9 years ago
Rusty Russell e60b1b4efa bitcoind: use correct endianness for block hashes. 9 years ago
Rusty Russell e7b9a913a6 bitcoind: getrawblock helper. 9 years ago
Rusty Russell 3d9cb81215 watch: express everything in terms of watch_tx and watch_txo. 9 years ago
Rusty Russell 14d722d48d bitcoind: pretend normalized txids are in the block. 9 years ago
Rusty Russell 521d3d53ed chaintopology: keep track of the bitcoin block topology. 9 years ago
Rusty Russell 01e46d154e bitcoind: getchaintips support. 9 years ago
Rusty Russell 1d27428aab log: use real time for logs, even if dev-mocktime is used. 9 years ago
Rusty Russell 45fa89e134 daemon/test/test.sh: neaten state checks. 9 years ago
Rusty Russell 410fc3b272 misc: remove some unused functions. 9 years ago
Rusty Russell 01820a1a5a Fill out TODO.md into a useful list (mainly by grepping for FIXMEs). 9 years ago
Rusty Russell fd22b97e24 tests: fix check for segwit support. 9 years ago
Rusty Russell b4c5b5b578 Note that we need segwit-enabled bitcoind. 9 years ago
Rusty Russell 1568774e62 daemon: assert that all anchor inputs are witness. 9 years ago
Rusty Russell eb14111cd0 daemon/wallet: supply a p2wpkh address (as P2SH address). 9 years ago
Rusty Russell c25ac68538 bitcoind: better logging for failures. 9 years ago
Rusty Russell edcec2ba4e daemon/test: activate segwit. 9 years ago
Rusty Russell d9c4960f33 bitcoin/script: support for creating p2sh-p2wpkh. 9 years ago
Rusty Russell f7d86da1b5 daemon: have user supply UTXO for enchor input. 9 years ago
Rusty Russell 772a960c41 tx: add measure_tx_len() helper. 9 years ago