3852 Commits (097a8e72d18c30ec2311283c4a93b25e6cde4e65)
 

Author SHA1 Message Date
ZmnSCPxj 097a8e72d1 channel_control: Forget if unconfirmed for a long time and we are fundee. 7 years ago
ZmnSCPxj 30daa539f0 channel, opening_control: Make first_blocknum u32 7 years ago
Jan Sarenik 8d641456a1 doc/HACKING.md: remove note about DEVELOPER mode being default 7 years ago
Christian Decker f2b89a9965 pytest: Simplify test_routing_gossip 7 years ago
Christian Decker 1a45efd0a9 pytest: Use utils.TIMEOUT when settling in test_routing_gossip 7 years ago
Christian Decker 2e8b3066e4 pytest: Filter out some unimportant log lines 7 years ago
Christian Decker 1a9c7783b7 pytest: Yet another instance where we wait only on one side 7 years ago
Christian Decker f1c64db5e7 pytest: Wait on both sides in test_peerinfo 7 years ago
Christian Decker eb869cf144 pytest: Make test_sendpay less flaky 7 years ago
Christian Decker a35cc9a79f pytest: Stabilize test_autocleaninvoice 7 years ago
Christian Decker e117d25c1f pytest: Allow test parallelism to be configured via env var 7 years ago
Christian Decker dcbd27e7cf pytest: Actually wait for payments to confirm in benchmark 7 years ago
Christian Decker 126f024cda pytest: Added a few more benchmarks 7 years ago
Christian Decker 4d40ff37aa pytest: Fix the benchmark script 7 years ago
Christian Decker c4ca2ab4b9 pytest: Fix the benchmark script 7 years ago
nicolas.dorier d9eba0e924 Do not call strlen for every character in the log entry 7 years ago
Rusty Russell 88053bd1ca gossipd: remove too-loose timestamp workaround. 7 years ago
Rusty Russell 6454d7af84 gossip: cleanup keepalive updates to use the same create_channel_update() code. 7 years ago
Rusty Russell fca5a9ef30 channeld: tell gossipd to generate channel_updates. 7 years ago
Rusty Russell ccbccf0388 channeld: always tell gossipd about local channels. 7 years ago
Rusty Russell 90dc5173d5 test_lightningd.py: remove 5 slowest tests from non-developer mode. 7 years ago
Rusty Russell a2dc3d02a8 locktime-blocks: rename to watchtime-blocks. 7 years ago
Rusty Russell babfddeb3e lightningd: make --commit-time in milliseconds. 7 years ago
Rusty Russell 226f0d63d2 lightningd-config.5.txt: working and typos feedback. 7 years ago
Rusty Russell 626e9fed16 Makefile: add check that manpage and command options match. 7 years ago
Rusty Russell 8aca5c5d33 doc/lightningd-config.5: manual page for all our configuration options. 7 years ago
Rusty Russell fd86fbf2fc lightningd: rename --anchor-confirms to --funding-confirms. 7 years ago
Rusty Russell 8739b4cbe8 lighningd: Remove --debug-subdaemon-io. 7 years ago
Rusty Russell edf1b3cec9 More option cleanups. 7 years ago
Rusty Russell 0aa22741df option cleanup: --dev-override-fee-rates 7 years ago
Rusty Russell ceb1ce0ef5 chaintopology: fix default feerate. 7 years ago
Rusty Russell c8cc8fd83f option cleanup: --dev-bitcoind-poll 7 years ago
Rusty Russell adbe02c6be gossip: temporarily allow replacement of updates with same timestamp. 7 years ago
Rusty Russell 85a062164a test_lightningd: test_closing_torture timeout increase. 7 years ago
Rusty Russell f92712f22c channeld: always send either a temporary or final update if we can. 7 years ago
Rusty Russell 00d4c04208 channeld: fix conditions under which we can send a channel update. 7 years ago
Rusty Russell c546b1bbb6 gossipd: specify origin of updates in errors. 7 years ago
Rusty Russell 8ee60e2d8e testing: make sure we don't see gossip in bad order. 7 years ago
Rusty Russell 177a1fc88e gossipd: handle local channel creation separately from update. 7 years ago
Rusty Russell f0231b0e6f channeld: don't send temporary announcements more than once. 7 years ago
Rusty Russell f014cbb78c channeld: clean up announcement state tests. 7 years ago
Rusty Russell 323472225c channeld: simplify announce/locked-in callback, 7 years ago
Rusty Russell 981ffb83f7 channeld: don't send updates for 0:0:0. 7 years ago
Rusty Russell 540c68d7ca gossipd/gossip_constants.h: Single place for BOLT constants. 7 years ago
Rusty Russell b965ef7d1d routing: make sure we fail if we can't unmarshal announcements. 7 years ago
Rusty Russell d52564dc05 check-source: add check for tal_free(tmpctx). 7 years ago
Rusty Russell cae25ca5db devtools/print_wire: add return for numerical fields. 7 years ago
Rusty Russell bd1c16d284 update-ccan: clean up the two unwanted imports. 7 years ago
Rusty Russell 6fe2c037dc Add .rej files to gitignore. 7 years ago
Christian Decker e604891910 pytest: Do not set test-groups unless explicitly requested 7 years ago