rgb-cln/tests
Rusty Russell 98f64fb623 lightningd: don't crash listpeers if we're opening DF channel.
We call out to connectd to activate the peer, and while we do that,
channel->owner is NULL.  A better pattern would be to set up the unsaved
channel once connectd has given us the peer, but this works for now.

Fixes: #5204
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-04-21 20:45:32 +09:30
..
data inflights: save the whole psbt to the database 2021-05-24 12:17:48 +09:30
fuzz check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
plugins pytest: check for remote_addr 2022-02-22 05:45:47 +10:30
vectors pytest: Remove onion test vectors containing legacy onions. 2022-03-18 09:20:11 +10:30
benchmark.py pytest: always provide payment_secret when making payments. 2021-07-14 14:38:00 -05:00
conftest.py tests: add marker for v1/v2 channel opens 2021-05-12 11:25:41 +09:30
db.py pytest: don't copy db to query it. 2021-08-26 12:44:02 +09:30
fixtures.py pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30
test_cln_rs.py pytest: don't add extra cln-grpc instance now plugin is builtin 2022-04-13 05:25:00 +09:30
test_closing.py doc: big BOLT update to incorporate warnings language. 2022-04-02 09:40:18 +10:30
test_connection.py lightningd: don't crash listpeers if we're opening DF channel. 2022-04-21 20:45:32 +09:30
test_db.py wallet/db_sqlite3.c: Support direct replication of SQLITE3 backends. 2021-11-17 12:10:07 +10:30
test_gossip.py pytest: test that node_announcement regeneration works as expected. 2022-04-21 06:13:55 +09:30
test_invoices.py pay/sendpay: also store description in case bolt11 uses description_hash. 2022-04-04 20:26:04 +09:30
test_misc.py pyln-testing: check the request schemas. 2022-04-02 09:46:01 +10:30
test_onion.py lightningd: remove support for legacy onion format. 2022-03-18 09:20:11 +10:30
test_opening.py plugin-funder: fix typos in option lease-fee-base-msat and funder-fuzz-percent 2022-03-01 09:38:40 +10:30
test_pay.py pytest: test custom config options for fees and htlc limits 2022-04-05 05:45:04 +09:30
test_plugin.py pay: require description if bolt11 only has hash. 2022-04-04 20:26:04 +09:30
test_wallet.py pyln-testing: check the request schemas. 2022-04-02 09:46:01 +10:30
utils.py lightningd: opt_var_onion is now a compulsory feature. 2022-03-18 09:20:11 +10:30
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30