You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to test the transaction verifier code on post-Sapling and post-Blossom blocks.
Suggested Solution
There are two types of checks in the transaction verifier:
semantic checks, which should be run on all the post-Sapling blocks in the mainnet and testnet zebra_test vectors
contextual checks, which require previous UTXOs as inputs to the test
Contextual Testing Hint:
Some testnet blocks might only spend UTXOs from a single previous block - look for a testnet block with only 2 transactions, and only 1 transaction input. Then test with that block and its dependent block.
Some blocks might only spend UTXOs generated within that block.
Related Issues
#1376 and #1367 - previous bug fixes for the transaction verifier.
The text was updated successfully, but these errors were encountered:
Motivation
We want to test the transaction verifier code on post-Sapling and post-Blossom blocks.
Suggested Solution
There are two types of checks in the transaction verifier:
zebra_test
vectorsContextual Testing Hint:
Some testnet blocks might only spend UTXOs from a single previous block - look for a testnet block with only 2 transactions, and only 1 transaction input. Then test with that block and its dependent block.
Some blocks might only spend UTXOs generated within that block.
Related Issues
#1376 and #1367 - previous bug fixes for the transaction verifier.
The text was updated successfully, but these errors were encountered: