core-lightning/tests
niftynei 26f5dcd2a5 wallet: mark coinbase outputs as 'immature' until spendable
Changelog-Changed: JSON-RPC: `listfunds` now lists coinbase outputs as 'immature' until they're spendable
Changelog-Changed: JSON-RPC: UTXOs aren't spendable while immature
2022-11-09 11:55:25 +01:00
..
data pytest: add test for migrations upgrade which breaks 'fees_collected_msat'. 2022-09-27 14:42:03 +09:30
fuzz tests/fuzz: don't pull in JSON common at all. 2022-11-09 20:25:58 +10:30
plugins lightningd: figure out optimal channel *before* forward_htlc hook. 2022-09-26 13:52:04 +02:00
vectors
benchmark.py
conftest.py
db.py
fixtures.py
test_bookkeeper.py bkpr-test: maybe fix race in test_bookkeeping_closing_trimmed_htlcs 2022-09-14 15:59:37 +09:30
test_cln_rs.py pytest: Add test for optional options in cln-plugin 2022-11-03 11:28:22 +01:00
test_closing.py pytest: fix flake in test_onchain_different_fees 2022-09-23 14:40:16 -05:00
test_connection.py channeld: send error, not warning, if peer has old commitment number. 2022-09-26 11:36:09 +02:00
test_db.py delforward: allow deletion of "unknown in_htlc_id" and fix autoclean to use it. 2022-09-27 14:42:03 +09:30
test_gossip.py pytest: test for gossip store corruption by private channel updates 2022-11-03 11:29:11 +01:00
test_invoices.py gossipd: don't close non-local channels immediately, add 12 block delay. 2022-09-24 15:22:27 +09:30
test_misc.py lightning-cli: support --filter parameter. 2022-11-09 20:25:58 +10:30
test_onion.py
test_opening.py wallet: mark coinbase outputs as 'immature' until spendable 2022-11-09 11:55:25 +01:00
test_pay.py keysend: Allow quoted numbers in extratlvs 2022-11-01 17:05:30 +01:00
test_plugin.py common/sphinx: don't use fixed lengths anywhere. 2022-11-08 17:40:57 +01:00
test_wallet.py lightningd: don't log JSON ids as debug, use log io. 2022-09-16 12:31:45 +09:30
utils.py db: add scid field to channels table. 2022-09-22 15:19:46 +02:00
valgrind-suppressions.txt