rgb-cln/tests
Rusty Russell 0e6f16e93a pay: don't require description for hashdesc invoices (i.e. undeprecate).
Since we didn't hash the descriptions properly (see previous commit), we
cannot immediately deprecate omitting the descriptions (since you'd
have to omit them for backwards compat!).

And move the "must have description or hash" test into bolt11.c core.
Changelog-Deprecated: `pay` has *undeprecated* paying a description-hash invoice without providing the description.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-06-29 10:57:56 -04:00
..
data pytest: add blackbox tests for reckless 2023-04-09 12:41:11 +09:30
fuzz fuzz: add check-fuzz.sh 2023-04-09 12:41:27 +09:30
plugins
vectors
benchmark.py
conftest.py
db.py
fixtures.py
rkls_github_canned_server.py pytest: add blackbox tests for reckless 2023-04-09 12:41:11 +09:30
test_bookkeeper.py
test_cln_rs.py pytest: Add helper to get a grpc stub and test decode 2023-05-05 09:24:07 -07:00
test_closing.py pytest: fix test_penalty_htlc_tx_timeout accounting flake. 2023-04-13 09:03:13 +09:30
test_connection.py
test_db.py
test_gossip.py gossipd: send our own gossip aggressively when a new peer connects. 2023-04-13 08:48:50 -07:00
test_invoices.py pay: don't require description for hashdesc invoices (i.e. undeprecate). 2023-06-29 10:57:56 -04:00
test_misc.py pytest: make sure we wait for all feerates to be gathered. 2023-04-13 09:03:13 +09:30
test_mkfunding.py
test_onion.py
test_opening.py
test_pay.py pay, decodepay: handle descriptions with " inside them where we use hashed descriptions. 2023-06-29 10:57:56 -04:00
test_plugin.py lightningd: do RBF again for all the txs. 2023-04-10 07:31:12 +09:30
test_reckless.py pytest: ignore pip warning 2023-04-24 13:08:15 -07:00
test_wallet.py listtransactions: remove annotations 2023-06-29 10:57:56 -04:00
utils.py
valgrind-suppressions.txt