Skip to content

ZIPs 226, 227, and 230: ZSA Transfer, Issuance and Burn#976

Closed
vivek-arte wants to merge 4 commits into
zcash:mainfrom
QED-it:zsa1
Closed

ZIPs 226, 227, and 230: ZSA Transfer, Issuance and Burn#976
vivek-arte wants to merge 4 commits into
zcash:mainfrom
QED-it:zsa1

Conversation

@vivek-arte
Copy link
Copy Markdown
Contributor

@vivek-arte vivek-arte commented Feb 6, 2025

This PR continues the discussion on the ZSA ZIPs from the previous #960 , all but the last commit of which was merged in #974.

It contains any recent changes to the following ZIPs:

ZIP 226: Transfer and Burn of Zcash Shielded Assets
ZIP 227: Issuance of Zcash Shielded Assets
ZIP 230: Version 6 Transaction Format

Note that the target issue for the ZSA ZIPs is #618.

The changes include:

  • Movement of the burn information from outside the Action Group to inside the Action Group
  • Renaming of some sub-branches of the txid_digest and signature_digest and auth_digest trees for clearer OrchardZSA separation.

This shifts the information pertaining to the burning of assets into
the OrchardZSA Action Group -- this occurs both in the Transaction
Format and the computation of the TxID digest.
This merges the changes to the repository upstream into the `zsa1`
branch
@vivek-arte
Copy link
Copy Markdown
Contributor Author

One of the changes in this PR shifts the information pertaining to the burning of assets into the OrchardZSA Action Group -- this occurs both in the Transaction Format and the computation of the TxID digest. A pictorial summary of this is included in this comment:

image

The above image shows, on the left, the structure of the OrchardZSA bundle before this PR, and on the right, the changes made to include the burn information into the Action Groups. The image below shows the changes that are to be made correspondingly to the digests:

image

This performs various improvements to the naming of the branches of
the TxID and Signature Digests, and the Authorizing Data Commitment, as
initially suggested in the review of
QED-it/zcash-test-vectors#24.
@vivek-arte
Copy link
Copy Markdown
Contributor Author

I also just pushed a commit which makes various improvements to the naming of the sub-branches of the TxID and Signature Digests, and the Authorizing Data Commitment. The pictures below give a quick overview of these changes.

image
image

@str4d
Copy link
Copy Markdown
Collaborator

str4d commented Feb 26, 2025

FYI we pulled in the renaming commit into #987 because of the changes it implicitly made to where the sighash parts suggested by qedit were located, but we have reverted the renaming therein because it does not make sense once moved into the context of ZIP 246.

This merges the changes from upstream into our working branch
@nuttycom nuttycom marked this pull request as draft April 29, 2025 21:16
@vivek-arte
Copy link
Copy Markdown
Contributor Author

Closing this PR, some of the changes were merged in with #987 (via #991), and as commented above, the renaming of the digests is not being done.

@vivek-arte vivek-arte closed this May 29, 2025
@PaulLaux PaulLaux deleted the zsa1 branch June 3, 2025 08:45
@p0mvn p0mvn mentioned this pull request Mar 5, 2026
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants