566 Commits (d8aee68ba85861d7aa1216c596f18a8ff1c73b8d)

Author SHA1 Message Date
Rusty Russell 96f05549b2 common/utils.h: add tal_arr_expand helper. 6 years ago
Rusty Russell e450c6bbdb gossipd: remove time-delayed local channel_update, produce DISABLE on-demand. 6 years ago
Rusty Russell 16e16a725e gossipd: apply private updates to announce channel. 6 years ago
Rusty Russell 66105e83ea gossipd: simplify "broadcast channel_announcement now we have channel_update" logic 6 years ago
Rusty Russell 8455b12781 Revert "gossipd: handle premature node_announcements in the store." 6 years ago
Rusty Russell 48de77d56e gossipd: invalidate old gossip_stores. 6 years ago
lisa neigut b1ceaf9910 gossipd: Update BOLT-split flags in channel_update 6 years ago
Rusty Russell e012e94ab2 hsmd: rename hsm_client_wire_csv to hsm_wire.csv 6 years ago
Rusty Russell 8f1f1784b3 hsmd: remove hsmd/client.c 6 years ago
Rusty Russell 704d30edce ping: complete JSON RPC ping commands even if one ping gets no response. 6 years ago
Rusty Russell 97c7ba2f80 gossipd: fix reordering of node_announcements in presence of a unannounced channel. 6 years ago
Rusty Russell e2f426903d gossipd: handle premature node_announcements in the store. 6 years ago
Rusty Russell 0d46a3d6b0 Put the 'd' back in the daemons. 6 years ago
Rusty Russell 317a830e94 devtools: dump-gossipstore. 6 years ago
Rusty Russell f80955c932 broadcast: don't leak in broadcast_del. 6 years ago
Rusty Russell 5d1f71c3c0 gossipd: don't leak fields in create_node_announcement. 6 years ago
Rusty Russell a475098928 gossipd: fix leak in gossip_store_add_channel_delete. 6 years ago
Rusty Russell 1c81486b48 routing: fix falsely flagged leak. 6 years ago
Rusty Russell b10bae1ceb gossipd: use ctx arg in create_channel_update. 6 years ago
Rusty Russell 2db77f5d1d gossipd: minor modifications for memleak detection to work. 6 years ago
Rusty Russell 83eadb3548 gossipd: fix SUPERVERBOSE usage, enhance, when turned on. 6 years ago
Rusty Russell 74521b3fb7 gossipd: don't delay the very first channel_update. 6 years ago
conanoc b1900b18ab Fix DEVELOPER guard for ping 6 years ago
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 0b08601951 sync_crypto_write/sync_crypto_read: just fail, don't return NULL. 6 years ago
practicalswift 7969cc335e Allocate off ctx instead of tmpctx in encode_short_channel_ids_start(const tal_t *ctx) 6 years ago
practicalswift b5682a773b Remove dead stores 6 years ago
Rusty Russell 5cf34d6618 Remove tal_len, use tal_count() or tal_bytelen(). 6 years ago
Rusty Russell 36730ddb6d gossipd: dev-suppress-gossip. 6 years ago
Rusty Russell 73b3782943 gossipd: send latest update in error message, even if delayed. 6 years ago
Rusty Russell 3c66d5fa03 gossipd: add flag for locally disabling channel. 6 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 6 years ago
Rusty Russell 7b2641ed0d gossipd: remove peer-related fields and wire messages. 6 years ago
Rusty Russell 0d442b5ff2 gossipd: move files into connectd. 6 years ago
Rusty Russell dba7f9002f gossipd: provide connectd with address resolution. 6 years ago
Rusty Russell 3d3d2ef9af gossipd: remove connectd functionality, enable connectd. 6 years ago
Rusty Russell 92d66a5451 gossipd: take connectd fd on initialization. 6 years ago
Rusty Russell e1dfb1b178 gossipd: simplify per-peer features. 6 years ago
Rusty Russell f747ad8f73 common/daemon_conn: add daemon_conn_wake() helper. 6 years ago
Rusty Russell 16b8f1eb83 gossipd: actually use global features to create our own node_announcement. 6 years ago
Rusty Russell a52d522525 gossipd: handle ping messages for remote peers too. 6 years ago
Rusty Russell 9bf238e001 hsmd: provide message for master to get basepoints & funding pubkey for a channel 6 years ago
Rusty Russell dfaf74d972 hsmd: add routines to sign onchain transactions, part 1. 6 years ago
Rusty Russell 019ba86b91 gossipd: use optional fields. 6 years ago
Christian Decker 14c6310a4f gossip: Fix concurrent PR merge issue with structeq 6 years ago