Skip to content

Commit

Permalink
Add stub for ZIP 332: Wallet Recovery from zcashd HD Seeds
Browse files Browse the repository at this point in the history
Signed-off-by: Daira Emma Hopwood <[email protected]>
  • Loading branch information
daira committed Mar 3, 2023
1 parent d1b91d9 commit 3e4bffe
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<tr> <td>321</td> <td class="left"><a href="zip-0321">Payment Request URIs</a></td> <td>Proposed</td>
<tr> <td><span class="reserved">322</span></td> <td class="left"><a class="reserved" href="zip-0322">Generic Signed Message Format</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">323</span></td> <td class="left"><a class="reserved" href="zip-0323">Specification of getblocktemplate for Zcash</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">332</span></td> <td class="left"><a class="reserved" href="zip-0332">Wallet Recovery from zcashd HD Seeds</a></td> <td>Reserved</td>
<tr> <td><span class="reserved">339</span></td> <td class="left"><a class="reserved" href="zip-0339">Wallet Recovery Words</a></td> <td>Reserved</td>
<tr> <td>400</td> <td class="left"><a href="zip-0400">Wallet.dat format</a></td> <td>Draft</td>
<tr> <td>401</td> <td class="left"><a href="zip-0401">Addressing Mempool Denial-of-Service</a></td> <td>Active</td>
Expand Down
17 changes: 17 additions & 0 deletions zip-0332.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html>
<head>
<title>ZIP 332: Wallet Recovery from zcashd HD Seeds</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: 332
Title: Wallet Recovery from zcashd HD Seeds
Owners: Daira Emma Hopwood &lt;[email protected]&gt;
Status: Reserved
Category: Wallet
Discussions-To: &lt;<a href="https://github.com/zcash/zips/issues/675">https://github.com/zcash/zips/issues/675</a>&gt;</pre>
</section>
</body>
</html>
8 changes: 8 additions & 0 deletions zip-0332.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
::

ZIP: 332
Title: Wallet Recovery from zcashd HD Seeds
Owners: Daira Emma Hopwood <[email protected]>
Status: Reserved
Category: Wallet
Discussions-To: <https://github.com/zcash/zips/issues/675>

0 comments on commit 3e4bffe

Please sign in to comment.