Add ZIP 32 usage to release notes

This commit is contained in:
Jack Grigg 2018-08-29 00:50:13 +01:00
parent b7f9a7ae02
commit 4c1a26fb60
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 13 additions and 0 deletions

View File

@ -4,3 +4,16 @@ release-notes at release time)
Notable changes
===============
Hierarchical Deterministic Key Generation for Sapling
-----------------------------------------------------
All Sapling addresses will use hierarchical deterministic key generation
according to ZIP 32 (keypath m/32'/133'/k' on mainnet). Transparent and
Sprout addresses will still use traditional key generation.
Backups of HD wallets, regardless of when they have been created, can
therefore be used to re-generate all possible Sapling private keys, even the
ones which haven't already been generated during the time of the backup.
Regular backups are still necessary, however, in order to ensure that
transparent and Sprout addresses are not lost.
[Pull request](https://github.com/zcash/zcash/pull/3492), [ZIP 32](https://github.com/zcash/zips/blob/master/zip-0032.mediawiki)