Follow up from the zcash pre-release dependency bump review.
zebra-chain/src/transaction/tests/vectors.rs currently compares Zebra's native V6 ZIP-244 txid/auth digest calculation against librustzcash for the available V6 test vector bytes. That keeps this dependency bump PR scoped, but it should be replaced with direct expected txid/auth digest vectors once the official V6 ZIP-244 test vectors are available.
Follow up work:
- add the official V6 expected txid/auth digest values to the test vectors
- update
assert_native_zip244_matches_librustzcash_for_test_vector or replace it with direct vector assertions
- keep the native separate-entry-point checks covered for V6 transactions
Follow up from the zcash pre-release dependency bump review.
zebra-chain/src/transaction/tests/vectors.rscurrently compares Zebra's native V6 ZIP-244 txid/auth digest calculation against librustzcash for the available V6 test vector bytes. That keeps this dependency bump PR scoped, but it should be replaced with direct expected txid/auth digest vectors once the official V6 ZIP-244 test vectors are available.Follow up work:
assert_native_zip244_matches_librustzcash_for_test_vectoror replace it with direct vector assertions