You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tr> <td><strike>230</strike></td> <tdclass="left"><strike><ahref="zips/zip-0230.rst">Withdrawn Version 6 Transaction Format</a></strike></td> <td>Withdrawn</td>
253
253
<tr> <td><strike>254</strike></td> <tdclass="left"><strike><ahref="zips/zip-0254.md">Deployment of the NU7 Network Upgrade (Withdrawn)</a></strike></td> <td>Withdrawn</td>
254
254
<tr> <td><strike>313</strike></td> <tdclass="left"><strike><ahref="zips/zip-0313.rst">Reduce Conventional Transaction Fee to 1000 zatoshis</a></strike></td> <td>Obsolete</td>
255
255
<tr> <td><strike>1001</strike></td> <tdclass="left"><strike><ahref="zips/zip-1001.rst">Keep the Block Distribution as Initially Defined — 90% to Miners</a></strike></td> <td>Obsolete</td>
@@ -316,7 +316,7 @@ Index of ZIPs
316
316
<tr> <td>226</td> <tdclass="left"><ahref="zips/zip-0226.rst">Transfer and Burn of Zcash Shielded Assets</a></td> <td>Draft</td>
317
317
<tr> <td>227</td> <tdclass="left"><ahref="zips/zip-0227.rst">Issuance of Zcash Shielded Assets</a></td> <td>Draft</td>
318
318
<tr> <td><spanclass="reserved">228</span></td> <tdclass="left"><aclass="reserved"href="zips/zip-0228.rst">Asset Swaps for Zcash Shielded Assets</a></td> <td>Reserved</td>
Copy file name to clipboardExpand all lines: zips/zip-0226.rst
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ Abstract
42
42
This ZIP (ZIP 226) proposes the Orchard Zcash Shielded Assets (OrchardZSA) protocol, in conjunction with ZIP 227 [#zip-0227]_. The OrchardZSA protocol is an extension of the Orchard protocol that enables the issuance, transfer and burn of custom Assets on the Zcash chain. The issuance of such Assets is defined in ZIP 227 [#zip-0227]_, while the transfer and burn of such Assets is defined in this ZIP (ZIP 226).
43
43
While the proposed OrchardZSA protocol is a modification to the Orchard protocol, it has been designed with adaptation to possible future shielded protocols in mind.
44
44
45
-
This ZIP is defined relative to the Zcash protocol with the changes specified in ZIP 2005 [#zip-2005]_ applied. ZIP 2005 (Orchard Quantum Recoverability) is expected to deploy before any ZSA activation; the references in this document to $\mathsf{H^{rcm,Orchard}}$, $\mathsf{H^{\text{ψ},Orchard}}$, recoverable note plaintexts (lead byte $\mathtt{0x03}$), and related constructs are to be interpreted as defined by ZIP 2005's modifications to the protocol specification.
45
+
This ZIP is defined relative to the Zcash protocol with the changes specified in ZIP 2005 [#zip-2005]_ applied. ZIP 2005 (Orchard Quantum Recoverability) is expected to deploy before any ZSA activation; the references in this document to $\mathsf{H^{rcm,Orchard}}$, $\mathsf{H^{\text{ψ},Orchard}}$, recoverable note plaintexts, and related constructs are to be interpreted as defined by ZIP 2005's modifications to the protocol specification.
46
46
47
47
Motivation
48
48
==========
@@ -159,7 +159,7 @@ The nullifier is generated in the same manner as in the Orchard protocol §4.16
159
159
The OrchardZSA note plaintext also includes the Asset Base $\mathsf{asset\_base} : \mathbb{B}^{[\ell_{\mathbb{P}}]}$ in addition to the components in the Orchard note plaintext [#protocol-notept]_.
160
160
The explicit encoding of the note plaintext is provided in ZIP 230 [#zip-0230-orchard-note-plaintext]_.
161
161
162
-
When § 4.7.3 'Sending Notes (Orchard)' [#protocol-orchardsend]_ or § 4.8.3 'Dummy Notes (Orchard)' [#protocol-orcharddummynotes]_ are invoked directly or indirectly in the computation of $\text{ρ}$ and $\text{ψ}$ for an OrchardZSA note, $\mathsf{leadByte}$ MUST be set to $\mathtt{0x03}$.
162
+
When § 4.7.3 'Sending Notes (Orchard)' [#protocol-orchardsend]_ or § 4.8.3 'Dummy Notes (Orchard)' [#protocol-orcharddummynotes]_ are invoked directly or indirectly in the computation of $\text{ρ}$ and $\text{ψ}$ for an OrchardZSA note, $\mathsf{leadByte}$ MUST be set to {{ZSALEADBYTE}}.
163
163
164
164
The explicit order of addition of the note commitments to the note commitment tree is specified in ZIP 227 [#zip-0227-note-commitment-order]_.
165
165
@@ -392,11 +392,9 @@ The following requirements on wallets are specified and motivated in ZIP 230
392
392
ZEC asset. For other consequences see ZIP 230.
393
393
394
394
* *All* wallets should be ready to receive funds in outputs of v6 transactions as soon
395
-
as ZSAs activate — in particular to support decrypting recoverable note plaintexts
396
-
(lead byte $\mathtt{0x03}$) [#zip-0230-note-plaintexts]_. The consequence of not doing so would
397
-
be that funds sent to Orchard addresses of a wallet without this support could be
398
-
temporarily inaccessible, until the wallet is upgraded to fully support v6 and to
399
-
rescan outputs since v6 activation.
395
+
as ZSAs activate. The consequence of not doing so would be that funds sent to Orchard
396
+
addresses of a wallet without this support could be temporarily inaccessible, until
397
+
the wallet is upgraded to fully support v6 and to rescan outputs since v6 activation.
400
398
401
399
Sighash modifications relative to ZIP 244 [#zip-0244]_
0 commit comments