1421 Commits (93cf28553dbbcb014dafbb488a1718c6e5542541)

Author SHA1 Message Date
Rusty Russell ef33dd2998 jsonrpc: reduce debug log spam for JSON commands. 6 years ago
Rene Pickhardt 88ef2246e8 exchanged code containing goto with a do while loop (#1758) 6 years ago
Christian Decker d6048de100 json-rpc: Shutdown the JSON-RPC in the context of a DB transaction 6 years ago
Simon Vrouwe a80622edab at startup initialize smoothed feerate to polled feerate 6 years ago
Rusty Russell 641b33349b peer_control: annotate feature bitfields as being taken. 6 years ago
Rusty Russell 722dd05e9d lightningd: keep features arrays for connected peers. 6 years ago
Rusty Russell d241bd762c connectd: don't use gossip_getnodes_entry. 6 years ago
Rusty Russell c9435787cb connectd: remove gossip-related fields. 6 years ago
Rusty Russell 7b2641ed0d gossipd: remove peer-related fields and wire messages. 6 years ago
Rusty Russell 5c066b9a25 connectd: wean off gossip_wire message types, use our own. 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 eab83ca79b connectd: new daemon to handle connections. 6 years ago
Rusty Russell 8e3bc84634 lightningd: tell gossipd when we kill an opening channel. 6 years ago
Rusty Russell eee84b198b listnodes: display global_features. 6 years ago
Rusty Russell a52d522525 gossipd: handle ping messages for remote peers too. 6 years ago
Rusty Russell 231f14e645 lightningd: get basepoints from hsmd, don't ever get seed. 6 years ago
Rusty Russell 429aad8ac7 closingd: use hsmfd to get signatures, don't use seed. 6 years ago
Rusty Russell cdc97f5114 channeld: use HSM for signatures and to get per_commitment_point, remove seed. 6 years ago
Rusty Russell 8f9408a072 channeld: store next per_commit_point. 6 years ago
Rusty Russell 89b1cc69ef openingd: take hsmfd, use it to sign commitment transaction and get commitment_point 6 years ago
Rusty Russell 613b65eede onchaind: use the HSM to get the per-commitment-point. 6 years ago
Rusty Russell 4098f47cfc onchaind: use HSM to sign "to-us" transactions. 6 years ago
Rusty Russell dfaf74d972 hsmd: add routines to sign onchain transactions, part 1. 6 years ago
Rusty Russell 93b8217eb0 lightningd: get HSM to sign the last commitment tx for us. 6 years ago
Rusty Russell f456fdfab1 lightningd: keep local_basepoints and local_funding_pubkey. 6 years ago
Rusty Russell 289e39a0a3 bitcoin/pubkey: add pubkey_from_secret. 6 years ago
Hiroki Gondo 552b00e2c1 lightningd: fix crash on rpc.invoice with clang 6 years ago
Rusty Russell d84d358562 lightningd: fix crash on listpeers. 6 years ago
Mark Beckwith f850849486 Modern param style for all remaining files 6 years ago
Mark Beckwith b876c601a6 Modern param style for chaintopology.c, ... 6 years ago
Rusty Russell 28c3706f87 hsmd: fix missing status messages. 6 years ago
Rusty Russell ff6a6f8deb lightningd: create hsm_get_client_fd() helper. 6 years ago
Rusty Russell f9e5dc7ee8 hsmd: take dbid for client. 6 years ago
Rusty Russell b2b85100d7 common/derive_basepoints: add routines for marshal/unmarshal. 6 years ago
Rusty Russell e217bc1220 per-commit-secret is a struct secret, not a sha256. 6 years ago
Rusty Russell 6c98457ef2 per-peer seed is a 'struct secret' not a 'struct privkey'. 6 years ago
Hiroki Gondo 070aa08709 fix: compile error with clang 6 years ago
Mark Beckwith 19a0b78fec param: renamed files 6 years ago
SimonVrouwe f2ffb6d03e improves exponential smoothing of feerate estimates (#1699) 6 years ago
arowser 97118c558e add --conf parameter 6 years ago
Mark Beckwith cf12130627 params: shortened names 6 years ago
Mark Beckwith 891dee739d params: Fix arg size 6 years ago
Mark Beckwith 7ce19b0bc8 Improved comment. 6 years ago
Rusty Russell cf86c74870 params: add helper to provide default initialization. 6 years ago
Rusty Russell 68a8eeea21 htlc_wire: rename malformed to failcode in struct failed_htlc. 6 years ago
Rusty Russell 6e9ae98e1e lightningd: don't send uninialized malformed fields to channeld. 6 years ago
Rusty Russell b14cc0c9f7 lightningd/params: fix typesafe check. 6 years ago
Rusty Russell 9fa738a741 listpeers: expose peer features as 'local_features' and 'global_features' 6 years ago
Rusty Russell 7b735fbeee gossipd: fix json_listpeers printing node information. 6 years ago