1045 Commits (bff81c0ecf31147338a13fbaef2d8dca236e2871)
 

Author SHA1 Message Date
Rusty Russell bff81c0ecf lightningd: ignore SIGPIPE. 8 years ago
Rusty Russell e7e7345596 peer: fix steal (penalty tx) generation code. 8 years ago
Christian Decker b26afcb3df Merge pull request #83 from ElementsProject/fix-67-crash-on-forget 8 years ago
Rusty Russell 3372645d8e peer_disconnect: simply free if in STATE_INIT. 8 years ago
Rusty Russell c2d71497ff opt, utils: new arg for wrappers due to low-level tal change. 8 years ago
Rusty Russell 9708c7a019 timers: use time_mono, as that's what ccan/timers now wants. 8 years ago
Rusty Russell 74d471d4e4 ccan: update. 8 years ago
Rusty Russell 4bed6c8c67 controlled_time: remove 8 years ago
Rusty Russell c5de5d4c39 timeout: remove absolute timers. 8 years ago
Rusty Russell 3aca5c87e3 init: rebroadcast anchors on restart if we haven't seen them. 8 years ago
Rusty Russell 0f09605e17 test: restore anchor timeout tests. 8 years ago
Rusty Russell 6f360422d4 chaintopology: restore anchor timeout. 8 years ago
Rusty Russell 1fe83f47a9 dev-broadcast: control whether we send out transactions. 8 years ago
Rusty Russell f715752e71 chaintopology: keep txs to send in a struct. 8 years ago
Rusty Russell 56b0f03c5a peer: fix retransmission before open packet. 8 years ago
Rusty Russell 41f3f8e067 db: store anchor input. 8 years ago
Rusty Russell adae62e261 peer: determine fees earlier. 8 years ago
Rusty Russell 9463e1b630 wallet: use pubkey as API, not pointer. 8 years ago
Rusty Russell 7f0a56f674 queue_pkt_open: take bool for API. 8 years ago
Rusty Russell 536a48940e protocol: don't ever reply to PKT_ERR with PKT_ERR. 8 years ago
Rusty Russell d77d5edc07 Makefile: clean gen_ files and ccan/config in make clean. 8 years ago
Rusty Russell 49809785ca state.h state_types.h: move into daemon/ 8 years ago
Rusty Russell fd6c3ce5a3 names: move into daemon/ 8 years ago
Rusty Russell ec072b5d68 gen_pkt_names, gen_state_names: move into daemon/ 8 years ago
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