test: Add functional test for bitcoin-chainstate

Adds basic coverage for successfully validating a mainnet block as well
as some duplicate and invalid data.
This commit is contained in:
TheCharlatan
2025-03-06 13:31:08 +01:00
parent 3f9c716e7f
commit ca55613fd1
5 changed files with 66 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ BASE_SCRIPTS = [
'feature_bind_extra.py',
'mempool_resurrect.py',
'wallet_txn_doublespend.py --mineblock',
'tool_bitcoin_chainstate.py',
'tool_wallet.py --legacy-wallet',
'tool_wallet.py --legacy-wallet --bdbro',
'tool_wallet.py --legacy-wallet --bdbro --swap-bdb-endian',