4014 Commits (1899e000d69c18c21351cc8c011761860e0ad6e4)
 

Author SHA1 Message Date
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
Christian Decker 024dca0fff wallet: Return both min and max block heights 6 years ago
Christian Decker 0d4b7eaa2c topo: Have chain_topology track both min and max block heights 6 years ago
Rusty Russell 1bb7713274 gossipd: minor cleanups. 6 years ago
Rusty Russell e4457e59ed pytest: test_gossip_jsonrpc can always test aliases. 6 years ago
Rusty Russell 035d6067e4 Rename consider_own_node_announce to maybe_send_own_node_announce. 6 years ago
Rusty Russell 383b309a00 utils: make subd_pid return the *last* pid, in case we restarted daemon. 6 years ago
Rusty Russell 5ec454c7b2 gossipd: don't queue node_announce unless we've queued channel_announce. 6 years ago
Rusty Russell e9483f12b6 test_lightningd.py: actually make sure we do zlib encoding. 6 years ago
Rusty Russell f52245d442 gossipd: support and use zlib encoding in short_channel_id encoding. 6 years ago
Rusty Russell 083a2cee07 zlib: add as a requirement. 6 years ago
Rusty Russell 9e51e196c1 gossipd: dev-set-max-scids-encode-size to artificially force "full" replies. 6 years ago
Rusty Russell 118f099dd8 gossip: dev-query-channel-range to test query_channel_range. 6 years ago
Rusty Russell 0dda5d4e1c gossipd: handle query_channel_range 6 years ago
Rusty Russell c34b49c356 gossipd: add dev-send-timestamp-filter command for testing timestamp filtering. 6 years ago
Rusty Russell db6a6442cb gossipd: single-thread the gossip timer. 6 years ago
Rusty Russell 531c82b6ad gossipd: handle gossip_timestamp_filter message. 6 years ago
Rusty Russell 97bb6c5a28 gossipd: ensure incoming timestamps are reasonable. 6 years ago
Rusty Russell 7a32637b5f gossipd: add timestamp to each broadcast message. 6 years ago
Rusty Russell c633cbe2ee tests: add dev-query-scids 6 years ago
Rusty Russell 4d8b29089b gossipd: wire up infrastructure to generate query_short_channel_ids msg. 6 years ago
Rusty Russell 7ee5da858c gossipd: handle query_short_channel_ids message. 6 years ago
Rusty Russell 32c39c2979 gossipd: send node announcements after short_channel_id replies. 6 years ago
Rusty Russell 5864415d31 gossipd: infrastructure to handle short_channel_id replies. 6 years ago
Rusty Russell 6c6da45f53 wire: Update to lastest BOLT draft. 6 years ago
Rusty Russell 3e07971582 features: define LOCAL_GOSSIP_QUERIES feature. 6 years ago
Rusty Russell 803e4f8895 gossipd: announce nodes after channel announcement. 6 years ago
Rusty Russell c2cc3823db gossipd: announce own node only after channel announcement actually broadcast. 6 years ago
Rusty Russell c2189229ca gossipd: only broadcast channel_announcement once we have a channel_update. 6 years ago
Rusty Russell 601a855543 tests/test_lightningd.py: test new delayed gossip channel_announce behaviour. 6 years ago
Rusty Russell 498ad91318 tests: new helper to get pid of a particular subdaemon. 6 years ago
Rusty Russell 2431742285 gossipd: don't publish private updates after channel_announce. 6 years ago
Christian Decker 27a186be9c pytest: Stabilize LightningNode.openchannel for multiple channels 6 years ago
Christian Decker c550fd1752 gossip: Clean up the code to disable a local channel 6 years ago
Christian Decker c17848a3f3 gossip: Disable local channels after loading the gossip_store 6 years ago
Christian Decker f2dc406172 moveonly: Hoist gossip_disable_channel higher up 6 years ago
Christian Decker 202ce5e4ea pytest: Replace wait_for_channels with an actual check 6 years ago
Christian Decker ba31dd2d9d gossip: Avoid sending duplicate disable messages 6 years ago
Christian Decker 8e278044e3 gossip: Disable channels when we lose the connection to the peer 6 years ago
Christian Decker 3e5b798c60 gossip: Fix disable flags in handle_disable_channel 6 years ago
Christian Decker ea011b9e2b closingd: Tell gossipd when initiating a channel close 6 years ago