745 Commits (943b6526c7a421ce847f2f3186c4ceccdebf53ee)

Author SHA1 Message Date
Rusty Russell f71f0da19c offer_anchor: store a bool, not am enum state_input. 9 years ago
Rusty Russell 847ce8b092 state: move first state transition into peer.c 9 years ago
Rusty Russell bbd1bbd931 state: remove anchor timeout. 9 years ago
Rusty Russell b349e2884b state: move anchor-depth-ok code into peer.c 9 years ago
Rusty Russell e21b161ed9 db: add --ignore-dbversion to override database checks. 9 years ago
Rusty Russell 7b44f2851f db: add version field. 9 years ago
Rusty Russell 4151537b71 peer: commit outstanding changes before sending PKT_CLOSE. 9 years ago
Rusty Russell 16cff6951f peer: hoist do_commit and have it return false if it failed. 9 years ago
Rusty Russell d3dc5508ad test.sh: run normal tests first. 9 years ago
Rusty Russell 8477bd5a5f test: allow three variants in parallel with parallel make. 9 years ago
Rusty Russell 9b045dac02 test: shutdown harder. 9 years ago
Rusty Russell 5f5ad793e9 test: fix unreliable test on slow machines. 9 years ago
Rusty Russell 2f0651d105 test: use eatmydata for bitcoind and lightningd if available. 9 years ago
Rusty Russell 208beab529 test: setup bitcoind once, then run lightning tests. 9 years ago
Rusty Russell 4bd0284a15 test: only start up/shutdown bitcoind if not already running. 9 years ago
Rusty Russell d8892c4dda test: do version check during setup. 9 years ago
Rusty Russell 35b2ee9c42 tests: remove obsolete BIP68 detection test. 9 years ago
Rusty Russell 92e5f53f4d peer: free packet when we close connection in init_pkt_in. 9 years ago
Rusty Russell 69b1b9c562 db: store closing signature correctly. 9 years ago
Rusty Russell 8b7fa1b663 test: fix dependencies so we generate headers. 9 years ago
Rusty Russell 13b1d922bb chaintopology: fix rebroadcast code. 9 years ago
Rusty Russell dbd8e07924 broadcast_tx: make sure callers free tx if necessary. 9 years ago
Rusty Russell 49a80ba457 peer: fail channel if funding transaction broadcast fails. 9 years ago
Rusty Russell 7aa01b0e50 broadcast_tx: add optional failed callback. 9 years ago
Rusty Russell 89131444b3 bitcoind_sendrawtx: hand error code to callback. 9 years ago
Rusty Russell 4cbe9785a8 bitcoind_sendrawtx: don't share callback with retransmission case. 9 years ago
Rusty Russell 7d1137c45e bitcoind_sendrawtx: tie the sending of the transaction to the particular peer. 9 years ago
Rusty Russell cc9ffe6c40 bitcoind: allow callbacks which are tied to an object. 9 years ago
Glenn Willen 2b431b171b config: Allow overriding the transaction fee rate 9 years ago
Rusty Russell 04cff14ac8 peer: don't fret about fees too low on testnet. 9 years ago
Rusty Russell b49b90d5c3 peer: don't ever fail twice. 9 years ago
Rusty Russell 4855af8ba2 peer: don't worry about feechange if we can't do anything about it. 9 years ago
Rusty Russell ab11322b39 peer: don't close due to too low fees if we're already closed. 9 years ago
Glenn Willen 2ce36a070b irc: Fix crash bug in node announcement parsing 9 years ago
Rusty Russell 25bb0f5248 peer: use correct enum in case statement. 9 years ago
Rusty Russell feecabacce sphinx: fix marshalling/unmarshalling 9 years ago
Rusty Russell d14a67addf db: fix leak for initial commit state. 9 years ago
Rusty Russell b40c4ae766 json_getroute: don't leak. 9 years ago
Rusty Russell a902193874 sphinx: don't leak, especially on failed onion. 9 years ago
Rusty Russell de2ffd8985 accept_pkt_open_commit_sig: don't allocate sig. 9 years ago
Rusty Russell ac7d80bbeb peer: don't assign io_data and id twice when connecting out. 9 years ago
Rusty Russell 8a1559a343 peer: free init packet. 9 years ago
Rusty Russell 6bda93f99a peer: don't leave initial cstate around. 9 years ago
Rusty Russell 64809fb730 peer: free temporary transaction immediately 9 years ago
Rusty Russell 8015ceadfd log: add netaddr 9 years ago
Rusty Russell 4c7017f607 dns: simplify code by reaping dns child as soon as we have answers. 9 years ago
Rusty Russell e0368cc82d cryptopkt: don't leak negotiation state. 9 years ago
Rusty Russell 319eef266d commit_tx: free temporary wscript, rather than leaving attached to tx. 9 years ago
Rusty Russell b768de324c commit_tx: plug leak. 9 years ago
Rusty Russell 1d57fa60b8 invoice: print duplicate r value even if we choose it. 9 years ago