core-lightning/tests
Christian Decker 6583f0dead pyln: Create a dedicated pyln-grpc-proto package
Having the grpc bindings in the pyln-testing package was always a bit
strange, however it came with additional issues. Due to the way that
protos are handled by protobuf, any name clash, independently of where
we import the protos, would cause an import error. This usually
happens in diamond-pattern dependencies, and so pull out the generated
files into their own package that everyone else can rely on.

Changelog-None
2023-07-10 13:47:38 +09:30
..
data pytest: add blackbox tests for reckless 2023-04-09 12:41:11 +09:30
fuzz fuzz: initial fuzz-cryptomsg seeds 2023-06-23 13:12:42 +09:30
plugins libplugin: make set callback for options take plugin ptr, check correct type. 2023-06-20 20:08:25 +09: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 test-db-provider: if postgres in tests, startup a bookkeeper db 2022-07-28 12:08:18 +09:30
fixtures.py pyln.testing: remove Throttler. 2023-04-06 09:10:53 +09:30
rkls_github_canned_server.py pytest: add blackbox tests for reckless 2023-04-09 12:41:11 +09:30
test_bookkeeper.py pytest: make dual-funding tests using option_anchors_zero_fee_htlc_tx. 2023-06-29 11:28:47 -04:00
test_cln_rs.py pyln: Create a dedicated pyln-grpc-proto package 2023-07-10 13:47:38 +09:30
test_closing.py pytest: fix flake in test_onchain_middleman_simple with anchors. 2023-07-09 16:49:48 +09:30
test_connection.py multifundchannel: use excess_as_change flag to simplify logic. 2023-06-29 11:28:47 -04:00
test_db.py wallet: fix up PSBTs as a migration. 2023-03-31 09:16:25 +10:30
test_gossip.py lightningd: deprecated --announce-addr-dns. 2023-06-01 09:28:39 +09:30
test_invoices.py pay: don't require description for hashdesc invoices (i.e. undeprecate). 2023-06-22 13:23:21 +09:30
test_misc.py pytest: adapt all the anchor-iff-EXPERIMENTAL tests to --experimental-anchors. 2023-06-29 11:28:47 -04:00
test_mkfunding.py pytest: add tests for devtools/mkfunding 2023-01-09 14:50:30 -06:00
test_onion.py lightningd: remove support for legacy onion format. 2022-03-18 09:20:11 +10:30
test_opening.py pytest: test for emergency minimum fund violations. 2023-06-29 11:28:47 -04:00
test_pay.py pytest: adapt all the anchor-iff-EXPERIMENTAL tests to --experimental-anchors. 2023-06-29 11:28:47 -04:00
test_plugin.py pytest: fix reconnect flake in test_plugin_connected_hook_chaining 2023-06-23 14:36:23 +09:30
test_reckless.py pytest: ignore pip warning 2023-04-24 13:08:15 -07:00
test_wallet.py test_withdraw_bech32m: test that expected outputs exist for bech32(m) withdrawals 2023-05-25 11:07:45 +09:30
utils.py pytest: adapt all the anchor-iff-EXPERIMENTAL tests to --experimental-anchors. 2023-06-29 11:28:47 -04:00
valgrind-suppressions.txt pytest: Use valgrind target suppressions instead of skipping tests 2022-03-10 10:21:41 +10:30