532 Commits (fix-test_pay_direct-flake)

Author SHA1 Message Date
Rusty Russell 73b3782943 gossipd: send latest update in error message, even if delayed. 7 years ago
Rusty Russell 3c66d5fa03 gossipd: add flag for locally disabling channel. 7 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 7 years ago
Rusty Russell 7b2641ed0d gossipd: remove peer-related fields and wire messages. 7 years ago
Rusty Russell 0d442b5ff2 gossipd: move files into connectd. 7 years ago
Rusty Russell dba7f9002f gossipd: provide connectd with address resolution. 7 years ago
Rusty Russell 3d3d2ef9af gossipd: remove connectd functionality, enable connectd. 7 years ago
Rusty Russell 92d66a5451 gossipd: take connectd fd on initialization. 7 years ago
Rusty Russell e1dfb1b178 gossipd: simplify per-peer features. 7 years ago
Rusty Russell f747ad8f73 common/daemon_conn: add daemon_conn_wake() helper. 7 years ago
Rusty Russell 16b8f1eb83 gossipd: actually use global features to create our own node_announcement. 7 years ago
Rusty Russell a52d522525 gossipd: handle ping messages for remote peers too. 7 years ago
Rusty Russell 9bf238e001 hsmd: provide message for master to get basepoints & funding pubkey for a channel 7 years ago
Rusty Russell dfaf74d972 hsmd: add routines to sign onchain transactions, part 1. 7 years ago
Rusty Russell 019ba86b91 gossipd: use optional fields. 7 years ago
Christian Decker 14c6310a4f gossip: Fix concurrent PR merge issue with structeq 7 years ago
Rusty Russell ed83bbe623 pytest: fix flaky race in test_gossip_query_channel_range. 7 years ago
Rusty Russell 57794b9285 gossipd: also delay locally-generated disables when peer vanishes. 7 years ago
Rusty Russell f9b8237d50 gossipd: delay generation of local updates. 7 years ago
Rusty Russell ef59a8f4aa gossipd: suppress redundant local updates which we would generate. 7 years ago
Rusty Russell 8e571ba688 listnodes: expose global features. 7 years ago
Rusty Russell 9fa738a741 listpeers: expose peer features as 'local_features' and 'global_features' 7 years ago
Rusty Russell 7b735fbeee gossipd: fix json_listpeers printing node information. 7 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 7 years ago
Rusty Russell 4a1ca0fb99 gossipd: don't use raw secp256k1_pubkey in routing. 7 years ago
Rusty Russell 82ff891202 Update to latest BOLT version. 7 years ago
Rusty Russell f67182ff20 gossipd: order node_announcement addresses correctly, remove duplicate types. 7 years ago
Rusty Russell 284f0a04c9 gossipd: don't announce bound address if given with --bind-addr, even if public. 7 years ago
Rusty Russell 9d3ce87700 decode_short_ids: move to common. 7 years ago
arowser 25f60f9456 remove unused return value 7 years ago
Christian Decker 4a5cff8490 gossip: Try to detect broken ISP resolvers and discard broken replies 7 years ago
Christian Decker 91c2416657 gossip: Do not use DNS if we were told not to 7 years ago
Christian Decker ceef61dbbd gossip: Pass use_dns option down to gossipd 7 years ago
William Casarin d7aa0528b8 gossipd: fix compile error, uninitialized variable 7 years ago
Rusty Russell 833e8387aa gossipd: fix up BOLT references. 7 years ago
Christian Decker 71ec8193b2
gossip: Avoid integer count overflow in gossip_store 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 9d721ecb99 gossipd: add assertions to try to catch mysterious crash. 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
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