3988 Commits (18a6cbd11f60a90d195e23df24473cefafb28ae7)
 

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