8938 Commits (ff090ecfe62fe39ba4b69e5e30dd9b840a9ed8a1)
 

Author SHA1 Message Date
ZmnSCPxj jxPCSnmZ ff090ecfe6 doc/TOR.md: Add missing instructions to add user to Tor group. 4 years ago
niftynei e4cd5eac28 htlc.h: move NUM_SIDES to define, not enum member 4 years ago
YOSHIDA Masanori ff2535651e lightningd: remove unused pid_fd member in struct lightningd 4 years ago
ZmnSCPxj jxPCSnmZ dc83862fc2 doc/PLUGINS.md: Fix typo. 4 years ago
niftynei 66b2bb9a90 Update to v0.9.2 4 years ago
niftynei ce0888d7d6 release: bump to v0.9.2rc2 4 years ago
Rusty Russell 5ae18ecb32 Revert accidental experimental libwally update from f56266c1c1 4 years ago
Rusty Russell f56266c1c1 plugins: undeprecate old form of hooks. 4 years ago
Christian Decker 313976e2f4 pay: Cleanup the route applicability checks for channel hints 4 years ago
Christian Decker 4d6b4a0445 pay: Retry the route computation if we could not apply the chanhints 4 years ago
Christian Decker 544e110c96 pay: Add a pre-apply check to channel_hint updates 4 years ago
Christian Decker 83f57ac300 pay: Move the chanhint update up to payment_getroute 4 years ago
niftynei abad494fcf connectd: properly cleanup 'competing' outgoing connections 4 years ago
niftynei 7e60ef6974 tests: make connection details correct 4 years ago
niftynei 4a3ee19a22 connectd: Update connection list with new address 4 years ago
niftynei cd7d5cdff9 pytest: use the 'contrib' plugin set, not the 'test' set 4 years ago
Michael Schmoock 183f7698c3 chore: reduce CI load merging a testcase 4 years ago
Michael Schmoock 4134c24cc9 pytest: fix a probable flake on test_channel_opener 4 years ago
Michael Schmoock 90a4476f16 pytest: tests closer on unilateral close 4 years ago
Michael Schmoock 36499e6779 fix: closer set to remote for onchain settlement 4 years ago
Michael Schmoock 3e42d08c89 fix: hangup in plugin rescan 4 years ago
niftynei 0f2b3c9179 v0.9.2rc1 - Changelog 4 years ago
niftynei cefb64cd68 htlc_accepted: log BROKEN if both 'failure_msg' + 'failure_onion' 4 years ago
fiatjaf 65cdb78bb4 refactor htlc_accepted_hook_deserialize. 4 years ago
fiatjaf c5aa2ea911 failure_onion: a test that only ensures lightningd doesn't crash. 4 years ago
fiatjaf 9e4bed73d9 optional "failure_onion" in reply to htlc_accepted hook. 4 years ago
niftynei 72dc97c0c1 pytest: silence pytest warnings about unregistered 'slow_test' marker 4 years ago
Rusty Russell 9f5f9e15d0 devtools/decodemsg: handle truncated TLVs properly. 4 years ago
Rusty Russell 50f8da85ac gossipd: fix response for large replies. 4 years ago
Antoine Poinsot 6b347e1895 doc: document output descriptors in hsmtool 4 years ago
Antoine Poinsot fc964edc06 pytest: test onchain wallet descriptor import on bitcoind 4 years ago
Antoine Poinsot a561360334 pytest: create a wallet for bitcoind if none is present 4 years ago
Antoine Poinsot 09fb34c6f3 hsmtool: add a 'testnet' option to 'dumponchaindescriptors' 4 years ago
Antoine Poinsot 9f8e2e0502 tools: add a new 'dumponchaindescriptors' command to hsmtool 4 years ago
Antoine Poinsot 4f2ae48c54 fuzz: add a fuzz target for common/descriptor_checksum 4 years ago
Antoine Poinsot bf0a2f2b85 fuzz: add a 'to_string' function to libfuzz 4 years ago
Antoine Poinsot 419612c4bd common: add a descriptor checksum computation module 4 years ago
Rusty Russell fa006fd2f7 pyln-testing: require bitcoin v0.20 for PSBT handling, and create wallet for v0.21 4 years ago
positiveblue fa1483a00d `hsm_secret` generation from a seed-phrase 4 years ago
Rusty Russell 9b0af9f046 gossipd: minor cleanups. 4 years ago
Rusty Russell 9a575a98a0 gossipd: simplify large reply code. 4 years ago
Rusty Russell 8db5fb7345 gossipd: new struct to hold scids and timestamps together. 4 years ago
Rusty Russell 59f23bf23c gossipd: use straight counter instead of bitmap for query_channel_range replies. 4 years ago
Rusty Russell 4745e7e3d0 pytest: make test_hook_dep tests more stable. 4 years ago
Michael Schmoock f3804daabb pytest: simplify test_openchannel_hook_chaining now order is deterministic. 4 years ago
Rusty Russell fb295ffb51 plugin: sort topological candidates by specified order. 4 years ago
Rusty Russell d429e21db3 pytest: test that we maintain load order unless hook deps require a change. 4 years ago
Rusty Russell 852e14c947 plugins: check order once all plugins have returned from getmanifest. 4 years ago
Rusty Russell a4f79e8e7e pytest: test that we don't complain about missing dependencies at startup. 4 years ago
Rusty Russell ac93b780d5 plugins: deprecate old form of hooks. 4 years ago