rgb-cln/tests
Rusty Russell 7f5fe52320 gossipd: remove online gossip_store compaction.
It was an obscure dev command, as it never worked reliably.
It would be much easier to re-implement once this is done.

This turned out to reveal a tiny leak on
tests/test_gossip.py::test_gossip_store_load_amount_truncated where we
didn't immedately free chan_ann if it was dangling.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-02-04 09:24:44 +10:30
..
data
fuzz
plugins libplugin: support version strings for deprecations. 2024-01-26 10:30:22 +10:30
vectors
benchmark.py
conftest.py
fixtures.py
rkls_github_canned_server.py
test_bookkeeper.py Convert fee result into msats 2024-02-02 17:31:23 +01:00
test_cln_rs.py
test_clnrest.py
test_closing.py tests: augment test_onchain_their_unilateral_out to check to_remote witness generation 2024-01-31 15:51:31 +01:00
test_connection.py pytest: fix another gossip flake. 2024-02-02 16:14:53 +01:00
test_db.py pytest: fix psbt db test. 2024-01-31 09:15:46 +10:30
test_gossip.py gossipd: remove online gossip_store compaction. 2024-02-04 09:24:44 +10:30
test_invoices.py pytest: note where we use very deprecated features, so tests don't rbeak. 2024-01-26 10:30:22 +10:30
test_misc.py lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
test_mkfunding.py
test_onion.py
test_opening.py lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
test_pay.py lightningd: ignore gossip messages from channeld, switch to our own. 2024-01-31 14:47:33 +10:30
test_plugin.py lightningd: expose last_stable_connection in RPC. 2024-01-31 14:47:33 +10:30
test_reckless.py
test_renepay.py renepay: flow routes limited by htlc_max/min 2024-02-02 11:28:47 +01:00
test_runes.py
test_splicing.py pytest: fix flake in test_wumbo_channels 2024-01-31 14:47:33 +10:30
test_splicing_disconnect.py pytest: fix splicing tests to be more explicit, and not rely in private gossip messages. 2024-01-31 09:15:46 +10:30
test_splicing_insane.py
test_wallet.py
utils.py lightningd: make option_static_remotekey compulsory. 2024-01-29 13:40:34 +10:30
valgrind-suppressions.txt