3945 Commits (02b55e35b846780aacbbd99ac4092660235fd9a2)
 

Author SHA1 Message Date
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
Christian Decker 2b5e1ee65f gossip: Enable the consistency check only when really pedantic 7 years ago
Christian Decker 8a5bebed59 gossip: Disable future compactions if we fail a compaction 7 years ago
Christian Decker 74a1cbd877 gossip: Implement gossip_store compaction 7 years ago
Christian Decker b9a2400a5f gossip: Simplify message handling in gossip_store 7 years ago
Christian Decker 60efa314fe gossip: Separate writing to gossip_store fd from append 7 years ago
Christian Decker e6ab594904 gossip: Have gossip_store annotate gossip messages 7 years ago
Christian Decker 0546ca446d gossip: Pass routing_state to the gossip_store 7 years ago
Christian Decker eaba5a249a gossip: Introduce bookkeeping into gossip_store for rewrite 7 years ago
Christian Decker 552ddb8dfd gossip: Pass broadcast_state to gossip_store 7 years ago
Christian Decker 37dc458b4d gossip: Have the broadcast_state track its message count 7 years ago
Jan Sarenik eab2a62894 external/libsodium: Update to 1.0.16 7 years ago
Nadav Ivgi d9bd25cff8 README: Add ./configure to installation instructions 7 years ago
Christian Decker 4e7fc99ae1 gossip: Duplicate removes can result in null pointers in broadcast 7 years ago
arowser 4429c6e7cd udpate broken link 7 years ago
Rusty Russell 109b429311 libbacktrace: pull latest version, which has config.guess fix applied. 7 years ago
Rusty Russell 5aa1f37f07 devtools/Makefile: add devtools/onion.c to DEVTOOLS_TOOL_SRC 7 years ago
Rusty Russell 5d0a54b7f0 travis: use VALGRIND rather than NO_VALGRIND. 7 years ago
Rusty Russell c49765553f Makefile: not running configure first is so yesterday: 7 years ago
Rusty Russell 4bd27ec722 Makefile: clean should not delete configure results, distclean only. 7 years ago
Rusty Russell 72d103d6bb Makefile: import config.vars. 7 years ago
Rusty Russell ca8671de0a configure: add --enable-valgrind/disable-valgrind. 7 years ago
Rusty Russell f6d22ed0cf configure: new script. 7 years ago
Rusty Russell d395b58ffa ccan: update to have new configurator. 7 years ago
Rusty Russell 76dd1577bd external: fix submodule handling for parallel builds, submodule URL changes. 7 years ago
Rusty Russell 5d6a9f3fb0 gossipd: check consistency. 7 years ago
Rusty Russell da55d3c0ff gossipd: handle node_announcement when channel_announcement removed. 7 years ago
Rusty Russell def18a7bc1 gossipd: implement broadcast_del to delete a specific index. 7 years ago
Rusty Russell a38c619486 gossipd: keep index of node and channel announcements. 7 years ago
Christian Decker 294c76e749 gitignore: Ignore .pytest_cache 7 years ago
Christian Decker de3b359782 pytest: Use pytest fixtures for the test directory and clean it up 7 years ago
Christian Decker 38b7a0e2d2 pytest: Remove directories of successful tests 7 years ago
Christian Decker d43403257d wallet: Cleanup db files if the tests succeed 7 years ago
Christian Decker 6298ce3b03 gossip: Don't ask bitcoind for outpoints we should know 7 years ago
Christian Decker 2415f48723 topo: Tell chain_topology about the min and max block height 7 years ago
Christian Decker 024dca0fff wallet: Return both min and max block heights 7 years ago
Christian Decker 0d4b7eaa2c topo: Have chain_topology track both min and max block heights 7 years ago
Rusty Russell 1bb7713274 gossipd: minor cleanups. 7 years ago
Rusty Russell e4457e59ed pytest: test_gossip_jsonrpc can always test aliases. 7 years ago
Rusty Russell 035d6067e4 Rename consider_own_node_announce to maybe_send_own_node_announce. 7 years ago
Rusty Russell 383b309a00 utils: make subd_pid return the *last* pid, in case we restarted daemon. 7 years ago
Rusty Russell 5ec454c7b2 gossipd: don't queue node_announce unless we've queued channel_announce. 7 years ago
Rusty Russell e9483f12b6 test_lightningd.py: actually make sure we do zlib encoding. 7 years ago
Rusty Russell f52245d442 gossipd: support and use zlib encoding in short_channel_id encoding. 7 years ago