1058 Commits (e5b44ff23245267c0e54633acc9982ebe48c2a0c)
 

Author SHA1 Message Date
Christian Decker e5b44ff232 Merge pull request #85 from ElementsProject/whitespace 8 years ago
Christian Decker 2d6a98ee1f Merge pull request #45 from cdecker/travis-ci 8 years ago
Christian Decker 9848b4ac3e travis-ci: Added travis-ci config 8 years ago
Rusty Russell 0d7f6ce25b check-whitespace: add to check-source. 8 years ago
Rusty Russell f5c00deec7 Remove trailing whitespace from source. 8 years ago
Rusty Russell 98910c03f2 check-source: add version to BOLTDIR. 8 years ago
Rusty Russell 716da21f85 chaintopology: reduce how far back we start on testnet. 8 years ago
Rusty Russell ce96812ef0 test.sh: split into multiple scripts. 8 years ago
Rusty Russell fae7f68731 helpers.sh: make check_tx_spend able to check for a specific transaction. 8 years ago
Rusty Russell c6a187a5d7 helpers.sh: set up funding in start_lightningd() 8 years ago
Rusty Russell 9e777ae922 test.sh: move core routines to scripts/helpers.sh 8 years ago
Rusty Russell 973ef3c932 test.sh: move valgrind PREFIX setting to vars.sh 8 years ago
Rusty Russell 700c536a27 Makefile: remove all the old Elements Alpha support. 8 years ago
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