175 Commits (5cd72c9620e50a064c871a05e041ac911786b1fd)

Author SHA1 Message Date
Christian Decker 6627da5eb5 routing: Do not consider risk when capping transfers 6 years ago
Christian Decker 84905eac2b routing: Make the capacity a parameter to new_chan 6 years ago
Christian Decker 8201764117 routing: Skip channels that require larger HTLCs than we are routing 6 years ago
Christian Decker 14000a22bc routing: Skip channels that don't have sufficient capacity 6 years ago
Christian Decker 8a34933c1a gossip: Annotate locally added channels with their capacity 6 years ago
Rusty Russell 584ee26200 gossipd: fix thinko in node_announcement address parsing which made us miss final address 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell 3c66d5fa03 gossipd: add flag for locally disabling channel. 6 years ago
Rusty Russell 7b2641ed0d gossipd: remove peer-related fields and wire messages. 6 years ago
Rusty Russell ef59a8f4aa gossipd: suppress redundant local updates which we would generate. 6 years ago
Rusty Russell 8e571ba688 listnodes: expose global features. 6 years ago
Rusty Russell fed5a117e7 Update ccan/structeq. 6 years ago
Rusty Russell 4a1ca0fb99 gossipd: don't use raw secp256k1_pubkey in routing. 6 years ago
Rusty Russell 833e8387aa gossipd: fix up BOLT references. 6 years ago
Christian Decker 985af483cf gossip: Wrap insert_broadcast and gossip_store_add in persistent_broadcast 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 552ddb8dfd gossip: Pass broadcast_state to gossip_store 6 years ago
Rusty Russell da55d3c0ff gossipd: handle node_announcement when channel_announcement removed. 6 years ago
Rusty Russell a38c619486 gossipd: keep index of node and channel announcements. 6 years ago
Rusty Russell 5ec454c7b2 gossipd: don't queue node_announce unless we've queued channel_announce. 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 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 2431742285 gossipd: don't publish private updates after channel_announce. 6 years ago
Rusty Russell 88053bd1ca gossipd: remove too-loose timestamp workaround. 7 years ago
Rusty Russell adbe02c6be gossip: temporarily allow replacement of updates with same timestamp. 7 years ago
Rusty Russell c546b1bbb6 gossipd: specify origin of updates in errors. 7 years ago
Rusty Russell 8ee60e2d8e testing: make sure we don't see gossip in bad order. 7 years ago
Rusty Russell 177a1fc88e gossipd: handle local channel creation separately from update. 7 years ago
Rusty Russell b965ef7d1d routing: make sure we fail if we can't unmarshal announcements. 7 years ago
Rusty Russell cca791d1cb routing: clean up channel public/active states. 7 years ago
Rusty Russell 9d1e496b11 gossipd: use a real update in local_add_channel. 7 years ago
Rusty Russell c71e16f784 broadcast: invert ownership of messages. 7 years ago
Rusty Russell 8940528bdb gossipd: don't include private announcements into broadcast map. 7 years ago
Rusty Russell d40d22b68e gossipd: don't try to connect to non-routable addresses. 7 years ago
Christian Decker 9cfd09dc4a gossip: HalfChans are public if we have an update and the Chan is 7 years ago
Christian Decker b028a363d8 gossip: Make sure we never add a channel twice 7 years ago
Rusty Russell 8a16963f22 channeld: get told when announce depth already reached. 7 years ago
Christian Decker 7497f972f1 moveonly: Move handle_local_add_channel to routing.h 7 years ago
conanoc 7170521895 change spaces to tabs, align function parameters 7 years ago
conanoc 0733770559 Adjust indents 7 years ago
Rusty Russell 3e1b584e73 gossipd: always add message internally before store. 7 years ago
Rusty Russell abbbfac8e2 gossipd: return bool from message announce routines. 7 years ago
Rusty Russell e8a052eb6d routing: add more debugging to announcement replaced fail. 7 years ago
Rusty Russell 30c1ab424f gossipd: reorder handle_node_announcement 7 years ago
Rusty Russell 4aca909acb routing: don't store node_announce unannounced nodes. 7 years ago
ZmnSCPxj 86290b54d4 routing: Use 64-bit msatoshi for messages to and from routing. 7 years ago