Skip to content

Commit

Permalink
Merge pull request #743 from daira/zip-231-stub
Browse files Browse the repository at this point in the history
Add stub for ZIP 231: Decouple Memos from Transaction Outputs
  • Loading branch information
daira authored Dec 8, 2023
2 parents d3ea7d9 + f18b12d commit 57d2d72
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Index of ZIPs
<tr> <td><span class="reserved">226</span></td> <td class="left"><a class="reserved" href="zip-0226.rst">Transfer and Burn of Zcash Shielded Assets</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">227</span></td> <td class="left"><a class="reserved" href="zip-0227.rst">Issuance of Zcash Shielded Assets</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">230</span></td> <td class="left"><a class="reserved" href="zip-0230.rst">Version 6 Transaction Format</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">231</span></td> <td class="left"><a class="reserved" href="zip-0231.rst">Decouple Memos from Transaction Outputs</a></td> <td>Reserved</td>
<tr> <td>239</td> <td class="left"><a href="zip-0239.rst">Relay of Version 5 Transactions</a></td> <td>Final</td>
<tr> <td>243</td> <td class="left"><a href="zip-0243.rst">Transaction Signature Validation for Sapling</a></td> <td>Final</td>
<tr> <td>244</td> <td class="left"><a href="zip-0244.rst">Transaction Identifier Non-Malleability</a></td> <td>Final</td>
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<tr> <td><span class="reserved">226</span></td> <td class="left"><a class="reserved" href="zip-0226">Transfer and Burn of Zcash Shielded Assets</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">227</span></td> <td class="left"><a class="reserved" href="zip-0227">Issuance of Zcash Shielded Assets</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">230</span></td> <td class="left"><a class="reserved" href="zip-0230">Version 6 Transaction Format</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">231</span></td> <td class="left"><a class="reserved" href="zip-0231">Decouple Memos from Transaction Outputs</a></td> <td>Reserved</td>
<tr> <td>239</td> <td class="left"><a href="zip-0239">Relay of Version 5 Transactions</a></td> <td>Final</td>
<tr> <td>243</td> <td class="left"><a href="zip-0243">Transaction Signature Validation for Sapling</a></td> <td>Final</td>
<tr> <td>244</td> <td class="left"><a href="zip-0244">Transaction Identifier Non-Malleability</a></td> <td>Final</td>
Expand Down
21 changes: 21 additions & 0 deletions zip-0231.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>ZIP 231: Decouple Memos from Transaction Outputs</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="css/style.css"></head>
<body>
<section>
<pre>ZIP: 231
Title: Decouple Memos from Transaction Outputs
Owners: Jack Grigg &lt;[email protected]&gt;
Kris Nuttycombe &lt;[email protected]&gt;
Daira Emma Hopwood &lt;[email protected]&gt;
Credits: Sean Bowe
Nate Wilcox
Status: Reserved
Category: Consensus / Wallet
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/627">https://github.com/zcash/zips/issues/627</a>&gt;</pre>
</section>
</body>
</html>
12 changes: 12 additions & 0 deletions zip-0231.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
::

ZIP: 231
Title: Decouple Memos from Transaction Outputs
Owners: Jack Grigg <[email protected]>
Kris Nuttycombe <[email protected]>
Daira Emma Hopwood <[email protected]>
Credits: Sean Bowe
Nate Wilcox
Status: Reserved
Category: Consensus / Wallet
Discussions-To: <https://github.com/zcash/zips/issues/627>

0 comments on commit 57d2d72

Please sign in to comment.