3982 Commits (014428f81bd5febf5ebaf6147bbfa6395e29a6a1)
 

Author SHA1 Message Date
Rusty Russell 014428f81b common: fix up BOLT 7 references. 6 years ago
Rusty Russell 0cf9f85fb7 common: fix up BOLT 1 references. 6 years ago
Rusty Russell 90c583f464 common: fix up BOLT 2 references. 6 years ago
Rusty Russell 8553edb7e2 common: fix up BOLT 4 references. 6 years ago
Rusty Russell dba756ef38 common: fix up BOLT 3 references. 6 years ago
Rusty Russell 0dc406c07a common/bolt11.c: fix up BOLT 11 references. 6 years ago
Rusty Russell f5d637059d common/cryptomsg.c: fix up bolt 8 references. 6 years ago
Rusty Russell 8c15e619a3 Makefile: update BOLTVERSION 6 years ago
Rusty Russell a5aaf82ed2 release-notes: 6 years ago
Rusty Russell 2180ff0a72 Release notes for 0.6 "I Accidentally The Smart Contract" 6 years ago
Christian Decker 71ec8193b2
gossip: Avoid integer count overflow in gossip_store 6 years ago
Corné Plooy 94ef0a7fbf Add 'make ncc' target, for source code analysis. 6 years ago
Rusty Russell f5ebf8e231 gossipd: send correct channel_update in response to query_short_channel_ids 6 years ago
Rusty Russell 60b3f0e376 gossipd: remove oververbose logging when we uncompress short_channel_id array 6 years ago
Rusty Russell 4990b6bbcc channeld: don't crash if remote asks for unnecessary retransmit. 6 years ago
Rusty Russell 9d721ecb99 gossipd: add assertions to try to catch mysterious crash. 6 years ago
Rusty Russell a80241ec7a bitcoind: fix spurious memleak reports. 6 years ago
Rusty Russell 5c19c55841 gossipd: fix take leak when peer is dying. 6 years ago
Rusty Russell a7e6cdb418 gossipd: peer->local->peer_out queue should have lifetime of peer->local. 6 years ago
Rusty Russell e098578731 gossipd: fix leak when we fail to dup fds. 6 years ago
Rusty Russell f6ff89e596 gossipd: fix use-after-free when we fail to make connection. 6 years ago
Christian Decker 4279e5cdbd gossip: Fix "already reaching" issue 6 years ago
Jan Sarenik 40ea74ba99 configure: Check for version of pytest 6 years ago
Benoit Verret f8da37fff0 Increase cltv_final 6 years ago
Rusty Russell 6a73c7eeb1 configure: fix defaults in help. 6 years ago
Rusty Russell 361ed8675a Makefile: we should use COMPAT instead of NO_COMPAT. 6 years ago
Rusty Russell 0fff5038ff Makefile: we don't need to define DEVELOPER explicitly. 6 years ago
Jan Sarenik e5809cf268 external/libwally-core: Update to master after release_0.6.1 6 years ago
Rusty Russell 46aaf08047 configure: add hack to rename ccan's sha256 routines to avoid libwally clash 6 years ago
Rusty Russell 20e5bc938e wireaddr: zero entire sockaddr structure. 6 years ago
Rusty Russell d9a672ab02 listinvoice: speed up single-invoice case. 6 years ago
Christian Decker 2848103841 opts: Bump max_fee_multiplier to 10x 6 years ago
Christian Decker 583c1c50f8 pytest: Explicitly state the max fee multiplier we assumed in tests 6 years ago
Christian Decker 0b427b4c3c opts: Add the max_fee_multiplier to specify acceptable fee ranges 6 years ago
Christian Decker 4dca6daf34 opts: Bump locktime_max so we don't disagree as much with lnd 6 years ago
Rusty Russell 8183590cdb pytest: test_onchaind_replay needs to wait for tx broadcast. 6 years ago
Rusty Russell 965c20caae tests: reenable developer tests. 6 years ago
Rusty Russell 02b55e35b8 daemon: print version in crash backtrace. 6 years ago
Rusty Russell 56046d470b configure: take PYTEST from env var or cmdline. 6 years ago
Christian Decker 3cf1581d6d configure: Use the ./configure step to find pytest 6 years ago
Christian Decker 135bd962f7 pytest: Mark test_closing_different_fees as flaky 6 years ago
Christian Decker 37327d31de topo: Remove obsolete FIXME marker 6 years ago
Christian Decker 985af483cf gossip: Wrap insert_broadcast and gossip_store_add in persistent_broadcast 6 years ago
Christian Decker 6632f44133 gossip: Disable gossip_store temporarily while replaying messages 6 years ago
Christian Decker 2b5e1ee65f gossip: Enable the consistency check only when really pedantic 6 years ago
Christian Decker 8a5bebed59 gossip: Disable future compactions if we fail a compaction 6 years ago
Christian Decker 74a1cbd877 gossip: Implement gossip_store compaction 6 years ago
Christian Decker b9a2400a5f gossip: Simplify message handling in gossip_store 6 years ago
Christian Decker 60efa314fe gossip: Separate writing to gossip_store fd from append 6 years ago
Christian Decker e6ab594904 gossip: Have gossip_store annotate gossip messages 6 years ago