Add support for ZSA state management (non-refactored) to the demo#89
Merged
dmidem merged 66 commits intozsa-integration-demofrom Nov 3, 2025
Merged
Add support for ZSA state management (non-refactored) to the demo#89dmidem merged 66 commits intozsa-integration-demofrom
dmidem merged 66 commits intozsa-integration-demofrom
Conversation
…n-finalized chain.
…callyVerifiedBlock types, updates `IssuedAssetsChange::from_transactions()` method return type
…heckpointVerifiedBlock
…f BE for amount, read amount after asset base)
…state, add a couple of FIXMEs
…ror in the function of the crate (this may not be a fully correct fix). Add a couple of FIXME comments explaining the problem.
…64 to prevent serialization errors and enable defining BurnItem in orchard, facilitating its reuse along with related functions
…instead of try_from')
…instead of try_from') (2)
…tead of amount (with_asset is used to process orchard burn) - this allows avoiding the use of try_into for burn in binding_verification_key function
… provided and the finalize flag is set to true
…st data from files, introduce and use OrchardWorkflowBlock there
dmidem
added a commit
to QED-it/zcash_tx_tool
that referenced
this pull request
Sep 28, 2025
PaulLaux
approved these changes
Nov 3, 2025
PaulLaux
left a comment
There was a problem hiding this comment.
Approved in combination with
Tested only for functionality. Not code correctness.
dmidem
added a commit
to QED-it/zcash_tx_tool
that referenced
this pull request
Nov 5, 2025
* Temporary: point zebra-test-ci to zsa-integration-demo-with-state (validate QED-it/zebra#89) * Return Result from mining helpers and add finalization negative test (reject issue after finalize) * Fix clippy issues * Minor fixes * CI: temporarily pin Zebra checkout to 'zsa-integration-demo-with-state' (bypass env var); add FIXME to revert after PR verification * Update FIXME comment in zebra-test-ci.yaml * Apply PR #42 review feedback: adjust CI workflow and fix a minor issue in transactions.rs * ci: free disk space in zebra-test-ci to fix 'No space left on device'
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.
Add support for ZSA state management (non-refactored) to the demo.
Corresponding PR in the
zcash_tx_toolrepository to validate this change withzcash_tx_toolCI:QED-it/zcash_tx_tool#42