From f8ab117c9f537a06f832a2d244ca1cababc6776d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 16 Jul 2024 04:31:07 +0000 Subject: [PATCH] Render manually, while the CI-based rendering is broken --- README.rst | 2 +- index.html | 2 +- zip-0173.html | 5 + zip-0315.html | 407 +++++++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 410 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 313b78be..920e58e6 100644 --- a/README.rst +++ b/README.rst @@ -115,7 +115,7 @@ Index of ZIPs 312 Shielded Multisignatures using FROST Reserved 313 Reduce Conventional Transaction Fee to 1000 zatoshis Obsolete 314 Privacy upgrades to the Zcash light client protocol Reserved - 315 Best Practices for Wallet Handling of Multiple Pools Reserved + 315 Best Practices for Wallet Implementations Draft 316 Unified Addresses and Unified Viewing Keys Revision 0: Final, Revision 1: Proposed 317 Proportional Transfer Fee Mechanism Active 318 Associated Payload Encryption Reserved diff --git a/index.html b/index.html index c86c21f9..fb400c4e 100644 --- a/index.html +++ b/index.html @@ -90,7 +90,7 @@ 312 Shielded Multisignatures using FROST Reserved 313 Reduce Conventional Transaction Fee to 1000 zatoshis Obsolete 314 Privacy upgrades to the Zcash light client protocol Reserved - 315 Best Practices for Wallet Handling of Multiple Pools Reserved + 315 Best Practices for Wallet Implementations Draft 316 Unified Addresses and Unified Viewing Keys Revision 0: Final, Revision 1: Proposed 317 Proportional Transfer Fee Mechanism Active 318 Associated Payload Encryption Reserved diff --git a/zip-0173.html b/zip-0173.html index 78829305..52e120c7 100644 --- a/zip-0173.html +++ b/zip-0173.html @@ -193,6 +193,11 @@ def bech32_verify_checksum(hrp, data):
  • In C++
  • +
  • Encoders and decoders written specifically for Zcash: + +
  • Encoders and decoders written for Bitcoin: