1603 Commits (9984c34f14ede94cb40c159874fbe1eda3a5c772)

Author SHA1 Message Date
niftynei eec5dfe6aa elements: update output amounts for elements test 5 years ago
Christian Decker 0aa5c197ec pytest: Fix tests broken by the pay and paystatus changes 5 years ago
Christian Decker 2ac87c1490 paymod: Reorder paymod arguments to match pay 5 years ago
Christian Decker da8eb6fb4c paymod: Expose riskfactor and wire through to getroute 5 years ago
Christian Decker 5601a1ab21 paymod: Add a deadline to the pay command and retry modifier 5 years ago
Christian Decker f557955515 paymod: Consolidate parsing RPC results in libplugin 5 years ago
Christian Decker 6a75497eb2 pytest: Add a `compat()` fixture allowing checks for specific flags 5 years ago
Christian Decker cb00cbac7c paymod: Add support for the msatoshi override argument 5 years ago
Christian Decker 2331cd62e1 paymod: Add user-provided label back into the paystatus result 5 years ago
Christian Decker 935578e567 paymod: Exclude most expensive/slowest chan if limits are exceeded 5 years ago
Christian Decker 4648d2867f paymod: Compute fee and CLTV delta limits for a payment 5 years ago
Christian Decker 2f0e535b81 paymod: Add reason why a payment was attempted 5 years ago
Rusty Russell 3fec96a7b1 tests: fix flake in test_partial_payment_htlc_loss 5 years ago
Rusty Russell 1708fb91e5 wallet: clean up json output creation, part 2. 5 years ago
Rusty Russell 7aa8ffa2a0 bitcoin: add weight calculation helpers. 5 years ago
Rusty Russell fc2561fd9e pytest: fix test breakage added by d0c85033d2 5 years ago
Christian Decker ddb0424a4d paymod: Remove the dummy payment modifier 5 years ago
Christian Decker 81dce4096e pytest: Fix up test_pay_no_secret to wait for node_announcements 5 years ago
Christian Decker b5c9dcab5a pytest: Fix up the payload replacement test 5 years ago
ZmnSCPxj jxPCSnmZ deabab8934 lightningd/opening_control.c: `fundchannel_cancel` no longer requires a `channel_id` argument. 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
ZmnSCPxj jxPCSnmZ d0c85033d2 wallet/walletrpc.c: `txprepare`d transactions now use current tip blockheight by default. 5 years ago
Christian Decker 04c9c5e0d1 paymod: Collect and return results of a tree of partial payments 5 years ago
Christian Decker 23b4dca3c7 paymod: Add a simple test-command to test the paymod state-machine 5 years ago
Rusty Russell 6b3bcd49d2 tests: fix flake in test_penalty_htlc_tx_fulfill 5 years ago
Rusty Russell dd4a1a3510 tests: fix flake in test_txprepare_restart 5 years ago
niftynei 2e9c387f45 coin_moves: update withdrawal logic to account for 'variable owner' txs 5 years ago
niftynei 9830c94778 rpc: new signpsbt + sendpsbt rpcs 5 years ago
niftynei 103dce63ef reserve/unreserve input: new RPC commands for reserving inputs/outputs 5 years ago
niftynei a66415a43e plugins-test: use pyln.client, not lightning to import Plugin 5 years ago
ZmnSCPxj jxPCSnmZ c100de6d93 common/utils.c: Correctly handle NULL `take`n pointer in `tal_dup_talarr`. 5 years ago
ZmnSCPxj jxPCSnmZ a25af262e9 tests/test_pay.py: Add test to replicate #3757. 5 years ago
ZmnSCPxj jxPCSnmZ 5db69f1b41 lightningd/opening_control.c: Remove 'Try fundchannel_cancel again' error. 5 years ago
Antoine Poinsot 4302afd9a5 rpc: don't go below feerate_floor when converting vbytes 5 years ago
Antoine Poinsot 0b99e2cc42 pytest: reproduce issue #3591 5 years ago
niftynei 2900da6112 migrations: ignore channels that don't have a peer_id 5 years ago
Christian Decker cbc959ef30 pytest: Mark test_funding_push as network-specific 5 years ago
niftynei 971f615695 psbt: affirm database upgrade works for last_tx -> psbt 5 years ago
Rusty Russell ce9e559aed features: do not set option_support_large_channel in channel_announcement. 5 years ago
Rusty Russell b3eef81f19 pytest: add test for channel_announcement feature bits. 5 years ago
Rusty Russell f4f8a363dd pytest: fix feature mask for EXPERIMENTAL_FEATURES, add wumbo support. 5 years ago
Antoine Poinsot 5dfd2436db wallet: show input txid in little endian for json_listtransactions 5 years ago
Antoine Poinsot 1061cd95c9 pytest: add a sanity check for the listtransactions command 5 years ago
lisa neigut 1fb9a078b6 txprepare: return psbt serialized version of tx as well 5 years ago
Antoine Poinsot 0088147d9e pytest: add sanity check for --commit-fee 5 years ago
Rusty Russell cfb320c972 wire: move remaining bitcoin functions out to bitcoin/ files. 5 years ago
Rusty Russell abb16b4226 cli: implement new 'flattened JSON' mode. 5 years ago
Rusty Russell 679d3494b4 cli: tweak -H output to remove format-hint fields. 5 years ago