Merge with the zsa-integration-consensus-ag (integrate support of a single action group serialization and other changes)#46
Merged
dmidem merged 204 commits intozsa-integration-statefrom Jun 8, 2025
Conversation
…y.rs as it causes several tests to fail
…saction::arbitrary_with function in zebra-chain/src/transaction/arbitrary.rs
… zebra-chain/src/transaction/arbitrary.rs
… the same as in librustzcash
…c/orchard_zsa tests.rs module)
…ew variant gated by the tx-v6 feature flag. Use ValueSum from the orchard crate as the value type to support both Amount (value balance) and NoteValue (burn). Add TODO comments for future orchard crate enhancements to simplify type conversions by reusing existing APIs.
…a-test (for vanilla - restore the original names, i.e. remove vanilla suffix, for zsa - move zsa suffix to the end)
…re no such tests for Vanilla Orchard, tests from zebra-chain/src/transaction/tests/vectors.rs used instead - so we need to add ZSA related tests there)
…by converting them into verify_v5_and_v6_transaction generic. The ame for verify_v6_transaction_network_upgrade function
…s_zsa.rs and add a doc comment there
… make this flag non-default in Cargo.toml files and enable it by default in .cargo/config.toml
… provided and the finalize flag is set to true
…st data from files, introduce and use OrchardWorkflowBlock there
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge with the zsa-integration-consensus-ag (integrate support of a single action group serialization and other changes)