Draft: porting Batch Validator changes on top of the latest zsa1 branch (after PR #81 merge)#88
Closed
Draft: porting Batch Validator changes on top of the latest zsa1 branch (after PR #81 merge)#88
Conversation
…branch (after PR #81 was merged)
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.
This pull request represents draft work related to Batch Validators for the
zsa1branch. Initially, these changes were developed in the ivk-to-bytes-visibility-downgrade-with-burn-validbranch with the intention of integration into the updated Zcash repository. However, we later decided to shift our focus to the Zebra project instead of Zcashd. As Batch Validators are not used in Zebra, we made the decision to revert the related changes from theivk-to-bytes-visibility-downgrade-with-burn-validbranch and merged it intozsa1without those changes (see PR #81).To ensure that the Batch Validator changes are preserved for potential future use, we created the
draft-batch-validators-changesbranch from the latest version ofzsa1after the merge of #81. We then copied the Batch Validators work into this branch and created this draft PR to update thezsa1branch.Please note that this PR is a draft and not intended for immediate merging. It serves as a work in progress and a reference point for the changes made.