4214 Commits (337075dc8c07871cdf516d97eada83999acdb86c)
 

Author SHA1 Message Date
Rusty Russell 641b33349b peer_control: annotate feature bitfields as being taken. 7 years ago
Rusty Russell f2e0c35916 connectd: hack in a gossip flush as a workaround. 7 years ago
Rusty Russell 722dd05e9d lightningd: keep features arrays for connected peers. 7 years ago
Rusty Russell b5fcd54ef0 channeld: don't read from gossipfd while we're reconnecting. 7 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 7 years ago
Rusty Russell c9435787cb connectd: remove gossip-related fields. 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 5c066b9a25 connectd: wean off gossip_wire message types, use our own. 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 b4ed954435 connectd: do socket binding during initial setup. 7 years ago
Rusty Russell 5a8091c853 connectd: cleanup gossip connection properly 7 years ago
Rusty Russell eab83ca79b connectd: new daemon to handle connections. 7 years ago
Rusty Russell 8e3bc84634 lightningd: tell gossipd when we kill an opening channel. 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 f4e2a9c921 pytest: don't expect alias and color in listpeers. 7 years ago
Rusty Russell eee84b198b listnodes: display global_features. 7 years ago
Rusty Russell a52d522525 gossipd: handle ping messages for remote peers too. 7 years ago
William Casarin f8fa4213f1 tools: use /usr/bin/env bash instead of /bin/bash 7 years ago
Mark Beckwith 369bd274a1 Updated docs to reflect bech32 default 7 years ago
Rusty Russell 231f14e645 lightningd: get basepoints from hsmd, don't ever get seed. 7 years ago
Rusty Russell 9bf238e001 hsmd: provide message for master to get basepoints & funding pubkey for a channel 7 years ago
Rusty Russell 429aad8ac7 closingd: use hsmfd to get signatures, don't use seed. 7 years ago
Rusty Russell 6b700f904d hsmd: add message to sign the mutual close transaction. 7 years ago
Rusty Russell cdc97f5114 channeld: use HSM for signatures and to get per_commitment_point, remove seed. 7 years ago
Rusty Russell 8f9408a072 channeld: store next per_commit_point. 7 years ago
Rusty Russell 909bda938b channeld: add hsm_req() helper. 7 years ago
Rusty Russell 89b1cc69ef openingd: take hsmfd, use it to sign commitment transaction and get commitment_point 7 years ago
Rusty Russell b9ff130e9e hsmd: routines to sign remote commitment and HTLC txs. 7 years ago
Rusty Russell 613b65eede onchaind: use the HSM to get the per-commitment-point. 7 years ago
Rusty Russell 2575dbf493 hsmd: provide routine to get the per-commitment point. 7 years ago
Rusty Russell 14d6fc4a31 onchaind: use HSM for signing htlc transactions. 7 years ago
Rusty Russell 522b9dc96b hsmd: add routing to sign a local htlc transaction for onchaind. 7 years ago
Rusty Russell 4098f47cfc onchaind: use HSM to sign "to-us" transactions. 7 years ago
Rusty Russell 437b65eba1 onchaind: clean up types for penalty transactions. 7 years ago
Rusty Russell dfaf74d972 hsmd: add routines to sign onchain transactions, part 1. 7 years ago
Rusty Russell 93b8217eb0 lightningd: get HSM to sign the last commitment tx for us. 7 years ago
Rusty Russell 5d815238cf common/derive_basepoints: complete the set of single-value derive functions. 7 years ago
Rusty Russell dd2773dfc0 common/keyset: use struct basepoints rather than open-coding fields. 7 years ago
Rusty Russell 76cc428923 onchaind: make commit number a global. 7 years ago
Rusty Russell f456fdfab1 lightningd: keep local_basepoints and local_funding_pubkey. 7 years ago
Rusty Russell 289e39a0a3 bitcoin/pubkey: add pubkey_from_secret. 7 years ago
Rusty Russell 9dd0415a15 channeld: don't free msg in init. 7 years ago
Rusty Russell 26deec0c82 channeld: remove duplicate call to channel_announcement_negotiate(). 7 years ago
Mark Beckwith 05d4e8519c improved testing section 7 years ago
wintercooled e0a5c8144e Change withdrawal documentation failure outcome - referred to channel not transaction. (#1726) 7 years ago