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: