1471 Commits (deced56344e6866bdfde7a46170c5ee1d1405e7c)

Author SHA1 Message Date
ZmnSCPxj jxPCSnmZ 2d86014e53 tests/test_pay.py: Test for overload of number of HTLCs at the payee. 4 years ago
ZmnSCPxj jxPCSnmZ 9587425f2d plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 4 years ago
niftynei 9771273c4d elements: these can coin moves can arrive in either order 4 years ago
niftynei eab7fcf8e5 test_utxopsbt: account for fee output diff when elements 4 years ago
niftynei 4311c658d0 test_txprepare: skip over fee outputs (elements) 4 years ago
niftynei 250af67908 elements: run sign + send psbt check for elements tests 4 years ago
Christian Decker bd811fbd1a pyln: Add safe fallback results for hooks 4 years ago
Christian Decker 3d6c4e93b3 pytest: Add a test to reproduce #3748 4 years ago
Michael Schmoock 160c564e5f fix: suppress duplicated channel_state_changed events 4 years ago
Michael Schmoock ddc759c49e test: plugin channel_state_changed notification 4 years ago
ZmnSCPxj jxPCSnmZ c6186829df tests/test_wallet.py: Simple multiwithdraw tests. 4 years ago
Christian Decker c7f5889a32 pytest: Skip test_sign_and_send_psbt for elements 4 years ago
Christian Decker 0260a4d212 pytest: Skip test_feerates for elements 4 years ago
niftynei b3cbb0b653 tests: plugin for dual-funding tests in ln-prototest 4 years ago
niftynei 6607f1d629 openingd: pull out common code, rename some things 4 years ago
niftynei 864f2f3e21 channel_id: save to database, dont derive from funding_txid 4 years ago
niftynei 437ca83fa5 elementsd: add a fee output to a fund/utxopsbt for elements transactions 4 years ago
ZmnSCPxj jxPCSnmZ 45e1b3828a plugins/multifundchannel.c: Add minchannels flag to multifundchannel. 4 years ago
ZmnSCPxj jxPCSnmZ c9f78d4e0a tests/test_connection.py: Add more complex multifunding tests. 4 years ago
ZmnSCPxj jxPCSnmZ 1162655b0e tests/test_connection.py: Add simple multifunding tests. 4 years ago
Rusty Russell 91caf4cc30 options: handle wumbo and large-channels aliases properly. 4 years ago
ZmnSCPxj jxPCSnmZ 5bac63c6a3 tests/test_closing.py: Test new onchaind earth-scorching behavior. 4 years ago
ZmnSCPxj jxPCSnmZ ee276bcb86 plugins/bcli.c: `sendrawtransaction` now has a required `allowhighfees` argument. 4 years ago
Rusty Russell dbfaa9c4d4 pytest: work around flaky test. 4 years ago
Rusty Russell 62f80f74ec pytest: fix flake in test_mpp_interference_2 4 years ago
Rusty Russell 83298c030a wallet: switch over to withdraw in module, remove lots of unused code. 4 years ago
Rusty Russell 7a93363b0b pytest: remove duplicate tests. 4 years ago
Rusty Russell 2696ec6ccb pytest: fix assumptions in test_withdraw_misc 4 years ago
Rusty Russell e5f7e5b577 pytest: allow variable-order coin_moves, and give more information on failure. 4 years ago
Rusty Russell 3b8c0a7397 sendpsbt: just reserve (maybe bump) inputs on send, don't mark spent. 4 years ago
Rusty Russell 6b2a3f4dfb txprepare: remove old code, switch to plugin. 4 years ago
Rusty Russell 843d3d6745 pytest: remove test_txprepare_restart 4 years ago
Michael Schmoock 2816c08036 openchannel: test new hook chainable mechanics 4 years ago
Rusty Russell e4b5a1e0e8 dev: option to set what features we offer. 4 years ago
Rusty Russell 39e4796ae3 json_command: command_fail_badparam helper. 4 years ago
Rusty Russell 74e960c20b pytest: increase channel sizes so they reach min capacity with option_anchor_outputs 4 years ago
Rusty Russell 9fabf614f4 pytest: run test_opening_tiny_channel with option_anchor_outputs. 4 years ago
Rusty Russell 9b8f08a8a0 lightningd: return min-capacity-sat to its intended purpose. 4 years ago
Rusty Russell 1746406e41 Makefile: normalize all the Makefiles 4 years ago
Christian Decker 94d4d20d5f pytest: Stabilize test_mpp_interference_2 4 years ago
Christian Decker 8b080dff90 pytest: Test that amountless invoices show the received amount 4 years ago
Christian Decker 1884500bf8 pytest: Fix a typo in a test plugin 4 years ago
Christian Decker e420bfd6a8 pytest: Skip test_lockup_drain if VALGRIND and not DEVELOPER 4 years ago
Rusty Russell dd8cd81e91 listpeers: add `features` array using BOLT9 names. 4 years ago
Rusty Russell 4a9c162211 pytest: disable test_mpp_interference_2. 4 years ago
Christian Decker 21d87f7075 pay: Implement simple presplit fix for ludicrous amounts 4 years ago
Christian Decker 3f6809c934 pytest: Reproduce ludicrous presplit issue 4 years ago
Christian Decker bdad5a6f94 pytest: Stabilize test_onchain_middleman 4 years ago
Christian Decker 8f028272f4 pytest: Stabilize test_pay_get_error_with_update 4 years ago
Christian Decker 8f05d28049 pytest: Stabilize test_onchaind_replay 4 years ago