1021 Commits (c1e04eb43b32e4efd072c98dea3b5c999774791c)
 

Author SHA1 Message Date
Rusty Russell c1e04eb43b state_input: remove unused enum. 8 years ago
Rusty Russell cf91409ff2 start_closing: always switch states inside transaction. 8 years ago
Rusty Russell 6b05436a7a open: use a single transaction when shutdown, so it's atomic. 8 years ago
Rusty Russell 41d4779abe peer_database_err: helper for database error packet. 8 years ago
Rusty Russell eedf95a8fc state_types: simplify open states. 8 years ago
Rusty Russell 1f23905bee peer: move start_closing() function higher in peer.c 8 years ago
Rusty Russell 99e48c7c87 peer: don't differentiate who is funding via state when waiting for open. 8 years ago
Rusty Russell ea74bac8b8 state: hoist open-they-are-funding states handling into peer.c, remove state.[ch] 8 years ago
Rusty Russell 75ff09b310 state: hoist open-we-are-funding states handling into peer.c 8 years ago
Rusty Russell 6acb4953b1 db: make db_set_visible_state called from within transaction. 8 years ago
Rusty Russell 8c5fae2b28 patch remove-bitcoin_release_anchor.patch 8 years ago
Rusty Russell f71f0da19c offer_anchor: store a bool, not am enum state_input. 8 years ago
Rusty Russell 847ce8b092 state: move first state transition into peer.c 8 years ago
Rusty Russell bbd1bbd931 state: remove anchor timeout. 8 years ago
Rusty Russell b349e2884b state: move anchor-depth-ok code into peer.c 8 years ago
Rusty Russell e21b161ed9 db: add --ignore-dbversion to override database checks. 8 years ago
Rusty Russell 7b44f2851f db: add version field. 8 years ago
Rusty Russell e40f864567 lightning.pb-c.c lightning.pb-c.h: don't generate if unchanged. 8 years ago
Rusty Russell 4151537b71 peer: commit outstanding changes before sending PKT_CLOSE. 8 years ago
Rusty Russell 16cff6951f peer: hoist do_commit and have it return false if it failed. 8 years ago
Rusty Russell d3dc5508ad test.sh: run normal tests first. 8 years ago
Rusty Russell 8477bd5a5f test: allow three variants in parallel with parallel make. 8 years ago
Rusty Russell 9b045dac02 test: shutdown harder. 8 years ago
Rusty Russell 5f5ad793e9 test: fix unreliable test on slow machines. 8 years ago
Rusty Russell 2f0651d105 test: use eatmydata for bitcoind and lightningd if available. 8 years ago
Rusty Russell 208beab529 test: setup bitcoind once, then run lightning tests. 8 years ago
Rusty Russell 4bd0284a15 test: only start up/shutdown bitcoind if not already running. 8 years ago
Rusty Russell d8892c4dda test: do version check during setup. 8 years ago
Rusty Russell 35b2ee9c42 tests: remove obsolete BIP68 detection test. 8 years ago
Rusty Russell 92e5f53f4d peer: free packet when we close connection in init_pkt_in. 8 years ago
Rusty Russell 69b1b9c562 db: store closing signature correctly. 8 years ago
Rusty Russell 8b7fa1b663 test: fix dependencies so we generate headers. 8 years ago
Rusty Russell 13b1d922bb chaintopology: fix rebroadcast code. 8 years ago
Rusty Russell dbd8e07924 broadcast_tx: make sure callers free tx if necessary. 8 years ago
Rusty Russell 49a80ba457 peer: fail channel if funding transaction broadcast fails. 8 years ago
Rusty Russell 7aa01b0e50 broadcast_tx: add optional failed callback. 8 years ago
Rusty Russell 89131444b3 bitcoind_sendrawtx: hand error code to callback. 8 years ago
Rusty Russell 4cbe9785a8 bitcoind_sendrawtx: don't share callback with retransmission case. 8 years ago
Rusty Russell 7d1137c45e bitcoind_sendrawtx: tie the sending of the transaction to the particular peer. 8 years ago
Rusty Russell cc9ffe6c40 bitcoind: allow callbacks which are tied to an object. 8 years ago
Rusty Russell ef4f7c396b Merge remote-tracking branch 'origin/pr/72' 8 years ago
Glenn Willen 2b431b171b config: Allow overriding the transaction fee rate 8 years ago
Rusty Russell 04cff14ac8 peer: don't fret about fees too low on testnet. 8 years ago
Rusty Russell b49b90d5c3 peer: don't ever fail twice. 8 years ago
Rusty Russell 4855af8ba2 peer: don't worry about feechange if we can't do anything about it. 8 years ago
Rusty Russell ab11322b39 peer: don't close due to too low fees if we're already closed. 8 years ago
Rusty Russell 8949290794 Merge remote-tracking branch 'origin/pr/66' 8 years ago
Rusty Russell 5adaf46b19 Merge remote-tracking branch 'origin/pr/65' 8 years ago
Christian Decker 6568083edd Merge pull request #68 from gwillen/feature-fix-irc-parse-crash 8 years ago
Glenn Willen 2ce36a070b irc: Fix crash bug in node announcement parsing 8 years ago