4104 Commits (d4300e0ce872db853f5d41b88466b46e5784f3e1)
 

Author SHA1 Message Date
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
Christian Decker 0546ca446d gossip: Pass routing_state to the gossip_store 6 years ago
Christian Decker eaba5a249a gossip: Introduce bookkeeping into gossip_store for rewrite 6 years ago
Christian Decker 552ddb8dfd gossip: Pass broadcast_state to gossip_store 6 years ago
Christian Decker 37dc458b4d gossip: Have the broadcast_state track its message count 6 years ago
Jan Sarenik eab2a62894 external/libsodium: Update to 1.0.16 6 years ago
Nadav Ivgi d9bd25cff8 README: Add ./configure to installation instructions 6 years ago
Christian Decker 4e7fc99ae1 gossip: Duplicate removes can result in null pointers in broadcast 6 years ago
arowser 4429c6e7cd udpate broken link 6 years ago
Rusty Russell 109b429311 libbacktrace: pull latest version, which has config.guess fix applied. 6 years ago
Rusty Russell 5aa1f37f07 devtools/Makefile: add devtools/onion.c to DEVTOOLS_TOOL_SRC 6 years ago
Rusty Russell 5d0a54b7f0 travis: use VALGRIND rather than NO_VALGRIND. 6 years ago
Rusty Russell c49765553f Makefile: not running configure first is so yesterday: 6 years ago
Rusty Russell 4bd27ec722 Makefile: clean should not delete configure results, distclean only. 6 years ago
Rusty Russell 72d103d6bb Makefile: import config.vars. 6 years ago
Rusty Russell ca8671de0a configure: add --enable-valgrind/disable-valgrind. 6 years ago
Rusty Russell f6d22ed0cf configure: new script. 6 years ago
Rusty Russell d395b58ffa ccan: update to have new configurator. 6 years ago
Rusty Russell 76dd1577bd external: fix submodule handling for parallel builds, submodule URL changes. 6 years ago
Rusty Russell 5d6a9f3fb0 gossipd: check consistency. 6 years ago
Rusty Russell da55d3c0ff gossipd: handle node_announcement when channel_announcement removed. 6 years ago
Rusty Russell def18a7bc1 gossipd: implement broadcast_del to delete a specific index. 6 years ago
Rusty Russell a38c619486 gossipd: keep index of node and channel announcements. 6 years ago
Christian Decker 294c76e749 gitignore: Ignore .pytest_cache 6 years ago
Christian Decker de3b359782 pytest: Use pytest fixtures for the test directory and clean it up 6 years ago
Christian Decker 38b7a0e2d2 pytest: Remove directories of successful tests 6 years ago
Christian Decker d43403257d wallet: Cleanup db files if the tests succeed 6 years ago
Christian Decker 6298ce3b03 gossip: Don't ask bitcoind for outpoints we should know 6 years ago
Christian Decker 2415f48723 topo: Tell chain_topology about the min and max block height 6 years ago