4184 Commits (162879d6a2f6e33f94e82ae56ee3485b931c81b8)
 

Author SHA1 Message Date
Rusty Russell 162879d6a2 channeld: use fulfilled_htlc and failed_htlc msgs in single htlc case. 6 years ago
Rusty Russell f76203727d htlc_wire: be stricter in marshaling/unmarshaling struct failed_htlc. 6 years ago
Rusty Russell 3c651f19a8 channeld: send correct channel_update when reporting failure. 6 years ago
Rusty Russell 1119dd5577 channeld: always receive and maintain short_channel_id of failing channel. 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 93cf28553d devtools/decodemsg: add --onion option for decoding onion errors. 6 years ago
Rusty Russell ef33dd2998 jsonrpc: reduce debug log spam for JSON commands. 6 years ago
Rusty Russell 2f78c90782 pytest: fix flakiness in test_penalty_outhtlc 6 years ago
Rusty Russell f73ea5d0ba pytest: test for correct wallet balances, re-enable penalty test. 6 years ago
Rusty Russell ae8b459932 onchaind: tell wallet when we see our revoked commitment tx `to_remote` output 6 years ago
William Casarin 8869204730 test: add pytest-xdist to the python test requirements 6 years ago
William Casarin 6e4745b28a doc: update python test requirements in HACKING 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
Christian Decker ead0c8e17a pytest: Add test for issue 1737 that is expected to fail 6 years ago
Simon Vrouwe a80622edab at startup initialize smoothed feerate to polled feerate 6 years ago
Rusty Russell 378d73cd96 channeld: fix dev_disconnect doublefree crash. 6 years ago
Mark Beckwith e8edecfbf7 Add lightningd-config(5) to install 6 years ago
ueno 21e61a5232 fix: make devtools-clean 6 years ago
Rusty Russell 641b33349b peer_control: annotate feature bitfields as being taken. 6 years ago
Rusty Russell f2e0c35916 connectd: hack in a gossip flush as a workaround. 6 years ago
Rusty Russell 722dd05e9d lightningd: keep features arrays for connected peers. 6 years ago
Rusty Russell b5fcd54ef0 channeld: don't read from gossipfd while we're reconnecting. 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 0d442b5ff2 gossipd: move files into connectd. 6 years ago
Rusty Russell 5c066b9a25 connectd: wean off gossip_wire message types, use our own. 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 b4ed954435 connectd: do socket binding during initial setup. 6 years ago
Rusty Russell 5a8091c853 connectd: cleanup gossip connection properly 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 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 f4e2a9c921 pytest: don't expect alias and color in listpeers. 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
William Casarin f8fa4213f1 tools: use /usr/bin/env bash instead of /bin/bash 6 years ago
Mark Beckwith 369bd274a1 Updated docs to reflect bech32 default 6 years ago
Rusty Russell 231f14e645 lightningd: get basepoints from hsmd, don't ever get seed. 6 years ago
Rusty Russell 9bf238e001 hsmd: provide message for master to get basepoints & funding pubkey for a channel 6 years ago
Rusty Russell 429aad8ac7 closingd: use hsmfd to get signatures, don't use seed. 6 years ago
Rusty Russell 6b700f904d hsmd: add message to sign the mutual close transaction. 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