Strip transparent data from GetBlockNullifiers response#546
Merged
LarryRuane merged 1 commit intomasterfrom Feb 20, 2026
Merged
Strip transparent data from GetBlockNullifiers response#546LarryRuane merged 1 commit intomasterfrom
LarryRuane merged 1 commit intomasterfrom
Conversation
Collaborator
|
Looks good. I verified that diff |
GetBlockNullifiers was not clearing the vin and vout fields from transactions, causing transparent data to leak through a method that should only return shielded nullifier information. Test added by Larry Ruane <larry@z.cash> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6785464 to
28b9439
Compare
LarryRuane
approved these changes
Feb 20, 2026
Collaborator
LarryRuane
left a comment
There was a problem hiding this comment.
To save you the trouble, I went ahead and force-pushed to add the test; that's all I changed. Hope that's okay.
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.
GetBlockNullifiers was not clearing the vin and vout fields from transactions, causing transparent data to leak through a method that should only return shielded nullifier information.
Please ensure this checklist is followed for any pull requests for this repo. This checklist must be checked by both the PR creator and by anyone who reviews the PR.
As a note, all CI tests need to be passing and all appropriate code reviews need to be done before this PR can be merged