core-lightning/tests
Rusty Russell 877df5afdd lightningd: don't ignore fee limits on mutual close.
LDK will pick the *upper* limit (see: https://github.com/lightningdevkit/rust-lightning/issues/3014)!

It should not do this, but since you can set a manual range for mutual close, it's probably better to disable this option for close, as it's even more dangerous than documented.

Changelog-Changed: config/JSON: --ignore-fee-limits / setchannel ignorefeelimits no longer applies to mutual close.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Fixes: https://github.com/ElementsProject/lightning/issues/7242
2024-05-22 08:26:51 -05:00
..
data common: add routing test using real data which crashes. 2024-03-07 14:09:14 +01:00
fuzz bolt12: allow first_node_id in blinded path to be a scid. 2024-05-12 19:11:43 -05:00
plugins libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
vectors
benchmark.py
conftest.py pytest: use --developer instead of environment variable. 2023-09-21 20:08:24 +09:30
fixtures.py pytest: use --developer instead of environment variable. 2023-09-21 20:08:24 +09:30
rkls_github_canned_server.py
test_bookkeeper.py pytest: update bookkeeper chan lease fee 2024-05-09 16:14:23 -05:00
test_cln_rs.py pytest: use reserve_unused_port even more 2024-05-17 13:56:18 -05:00
test_clnrest.py pytests: use reserve_unused_port() everywhere 2024-05-16 17:31:02 +02:00
test_closing.py lightningd: don't ignore fee limits on mutual close. 2024-05-22 08:26:51 -05:00
test_connection.py lightningd: don't ignore fee limits on mutual close. 2024-05-22 08:26:51 -05:00
test_db.py pytest: clean up tests/test_db.py::test_last_tx_psbt_upgrade 2024-05-08 21:54:50 -05:00
test_gossip.py pytests: use reserve_unused_port() everywhere 2024-05-16 17:31:02 +02:00
test_invoices.py pytest: rename lightning nodes to reduce confusion. 2024-04-01 13:20:53 +02:00
test_misc.py pytests: use reserve_unused_port() everywhere 2024-05-16 17:31:02 +02:00
test_mkfunding.py
test_onion.py
test_opening.py pytest: fix flake in test_rbf_non_last_mined 2024-05-09 16:14:23 -05:00
test_pay.py offers: add final node's CLTV delta in when creating blinded path payinfo. 2024-05-15 10:55:16 -05:00
test_plugin.py libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
test_reckless.py pytest: add tests for pip and poetry installed virtual envs 2024-02-07 13:24:34 +01:00
test_renepay.py renepay: fix sources 2024-05-08 22:32:13 -05:00
test_runes.py pytest: test parsing of bolt12 invoice strings in runes. 2024-03-27 16:09:23 +10:30
test_splicing_disconnect.py pytest: fix flake in test_splice_disconnect_sig 2024-05-09 16:14:23 -05:00
test_splicing_insane.py splice: Agressive restart testing during splices 2023-12-15 09:42:45 +10:30
test_splicing.py splice: Add support for tx_abort to channeld 2024-02-11 10:46:23 +01:00
test_wallet.py addpsbtoutput: allow command to specify output address. 2023-11-01 14:11:28 +10:30
utils.py lightningd: revert f450dfeb55 to allow non-gossip_query nodes. 2024-03-31 12:32:05 +02:00
valgrind-suppressions.txt