3926 Commits (4e7fc99ae1594403bf3b626739f1780a296a9dd1)
 

Author SHA1 Message Date
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
Rusty Russell 083a2cee07 zlib: add as a requirement. 7 years ago
Rusty Russell 9e51e196c1 gossipd: dev-set-max-scids-encode-size to artificially force "full" replies. 7 years ago
Rusty Russell 118f099dd8 gossip: dev-query-channel-range to test query_channel_range. 7 years ago
Rusty Russell 0dda5d4e1c gossipd: handle query_channel_range 7 years ago
Rusty Russell c34b49c356 gossipd: add dev-send-timestamp-filter command for testing timestamp filtering. 7 years ago
Rusty Russell db6a6442cb gossipd: single-thread the gossip timer. 7 years ago
Rusty Russell 531c82b6ad gossipd: handle gossip_timestamp_filter message. 7 years ago
Rusty Russell 97bb6c5a28 gossipd: ensure incoming timestamps are reasonable. 7 years ago
Rusty Russell 7a32637b5f gossipd: add timestamp to each broadcast message. 7 years ago
Rusty Russell c633cbe2ee tests: add dev-query-scids 7 years ago
Rusty Russell 4d8b29089b gossipd: wire up infrastructure to generate query_short_channel_ids msg. 7 years ago
Rusty Russell 7ee5da858c gossipd: handle query_short_channel_ids message. 7 years ago
Rusty Russell 32c39c2979 gossipd: send node announcements after short_channel_id replies. 7 years ago
Rusty Russell 5864415d31 gossipd: infrastructure to handle short_channel_id replies. 7 years ago
Rusty Russell 6c6da45f53 wire: Update to lastest BOLT draft. 7 years ago
Rusty Russell 3e07971582 features: define LOCAL_GOSSIP_QUERIES feature. 7 years ago
Rusty Russell 803e4f8895 gossipd: announce nodes after channel announcement. 7 years ago
Rusty Russell c2cc3823db gossipd: announce own node only after channel announcement actually broadcast. 7 years ago
Rusty Russell c2189229ca gossipd: only broadcast channel_announcement once we have a channel_update. 7 years ago