8049 Commits (1b057f025cfda912a5bae6354011b9277e47577a)
 

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