8145 Commits (25f1db30762f7d46290f45551ad4bf41a5879875)
 

Author SHA1 Message Date
Christian Decker 2e88249a7b paymod: Make the transition to FAILED a function call 5 years ago
ZmnSCPxj jxPCSnmZ 4a89819cdd plugins/Makefile: Change plugins build procedure. 5 years ago
ZmnSCPxj jxPCSnmZ 7f24646139 tools/hsmtool.c: Make password optional for `guesstoremote` and `dumpcommitments` commands. 5 years ago
joe.miyamoto 0b1f8fdbf0 Take LIGHTNINGD_NETWORK env variable in Dockerfile. 5 years ago
Rusty Russell 3fec96a7b1 tests: fix flake in test_partial_payment_htlc_loss 5 years ago
Rusty Russell e12defa7fb wallet: no longer expose wallet_add_utxo function. 5 years ago
Rusty Russell 4271fc8652 wallet: add explicit API for onchaind to register UTXOs. 5 years ago
Rusty Russell 1708fb91e5 wallet: clean up json output creation, part 2. 5 years ago
Rusty Russell 5b82271187 wallet: clean up json output creation, part 1. 5 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 5 years ago
Christian Decker 1ef0ca51b0 ci: Add pytest-sentry so we have a place to collect failing tests 5 years ago
Christian Decker 324d39bb6b docker: Add python3 to the docker image 5 years ago
ZmnSCPxj jxPCSnmZ a6374ad431 openingd/openingd.c: Fix a mild deviation from BOLT#2. 5 years ago
Rusty Russell fc2561fd9e pytest: fix test breakage added by d0c85033d2 5 years ago
Christian Decker 7981f4c4d9 paymod: Extract the channel hints update into its own function 5 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 5 years ago
Christian Decker fc714bf2df paymod: Fill in the `pay` return value 5 years ago
Christian Decker 9aff885828 paymod Collect the final failure when aggregating the tree results 5 years ago
Christian Decker 2acb86bfe3 paymod: Consider new payments when checking if an attempt is ongoing 5 years ago
Christian Decker 7a266b8239 paymod: Make payment_tree_result public to users can query state 5 years ago
Christian Decker fbd8cf1495 paymod: Keep a copy of the serialized bolt11 in the root payment 5 years ago
Christian Decker 895542c6f1 paymod: Simplify retry mod logic and add abort logic 5 years ago
Christian Decker 73fc10e25f paymod: Parse error from waitsendpay and exclude failed chans 5 years ago
Christian Decker 81dce4096e pytest: Fix up test_pay_no_secret to wait for node_announcements 5 years ago
Christian Decker 9d7a48d0f4 pay: Key the MPP payments based on the payment_hash not the bolt11 5 years ago
Christian Decker be9b55fcb5 pyln: Add a traceback if a hook or rpc method fails 5 years ago
Christian Decker b5c9dcab5a pytest: Fix up the payload replacement test 5 years ago
Christian Decker 957a3a01b9 json: Add helper to decode sha256 hashes 5 years ago
Christian Decker 0b85b983ac paymod: Teach the retry_mod not to insist when it's futile 5 years ago
Christian Decker 10f231bcb5 paymod: Include excludes resulting from channel_hints for getrotue 5 years ago
Christian Decker c2538392e9 json: Add helper to serialize short_channel_id_dir 5 years ago
Christian Decker 5e3134083e paymod: Add a local_channel_hints modifier to collect local channels 5 years ago
Christian Decker b1e9f4923b paymod: Add the final cltv delta to the getroute call 5 years ago
Christian Decker 6fbfe24e3e paymod: Add a COMPAT_090 flag 5 years ago
ZmnSCPxj jxPCSnmZ deabab8934 lightningd/opening_control.c: `fundchannel_cancel` no longer requires a `channel_id` argument. 5 years ago
niftynei 2ab41af8e2 rm pullpush: cleans up unused methods for push/pull 5 years ago
niftynei 8185474bfb liquid-compat: update coinmove check to be liquid compatible 5 years ago
niftynei ba6e4b6ef2 tests: mark as regtest only 5 years ago
niftynei 20193496bb tests: use chain's directory for finding sqlite3 file (works for liquid-regtests) 5 years ago
niftynei ad6ca610b8 bugfix: tx_parts omits two byte counts in serialization 5 years ago
niftynei 77946bd9fe fromwire: return NULL if array empty 5 years ago
ZmnSCPxj jxPCSnmZ d0c85033d2 wallet/walletrpc.c: `txprepare`d transactions now use current tip blockheight by default. 5 years ago
Christian Decker 6af5ab9504 paymod: Move onion payload construction into its own function 5 years ago
Christian Decker b15876c112 paymod: Implement TLV onion payload generation 5 years ago
Christian Decker c0b30ac907 wiregen: Add enums for TLV types so we can call them by their name 5 years ago
Christian Decker cb9debc229 tlv: Add generic getters and setters for tlvstream 5 years ago
Christian Decker 958eb41cbb paymod: Do not pass cmd to sub-payments, plugin suffices 5 years ago
Christian Decker df94ec35ba paymod: Do not reply to the same JSON-RPC command multiple times 5 years ago
Christian Decker c35df400b2 paymod: Maintain a list of current and past payments 5 years ago
Christian Decker 8207b4eac8 paymod: Use reasonable partids 5 years ago