Specify Zebra Client will only support Unifed Addresses (#2706)

This commit is contained in:
Deirdre Connolly 2021-08-30 18:40:07 -04:00 committed by GitHub
parent a66ecbc16d
commit 5afefd55bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -308,7 +308,7 @@ Supporting a wallet assumes risk. Effort required to implement wallet functiona
- generate unified address from a new seed phrase (or one provided by the user) - generate unified address from a new seed phrase (or one provided by the user)
- user can just backup seed phrase rather than a set of private keys - user can just backup seed phrase rather than a set of private keys
- handles arbitrary keys from `zcashd` and other wallets, even if they weren't generated from a seed phrase - handles arbitrary keys from `zcashd` and other wallets, even if they weren't generated from a seed phrase
- handles Sprout funds without `zebra-client` having to support Sprout balances - ~handles Sprout funds without `zebra-client` having to support Sprout balances~
- startup is incredibly fast - startup is incredibly fast
- sweep takes a few minutes to be confirmed - sweep takes a few minutes to be confirmed
- scanning the entire chain could take hours - scanning the entire chain could take hours
@ -335,6 +335,8 @@ Protocol, or something similar?
viewing key (requires crypto). this could allow public access to the client viewing key (requires crypto). this could allow public access to the client
endpoint endpoint
- Use Unified Addresses only, no legacy addrs.
<!-- Think about what the natural extension and evolution of your proposal would --> <!-- Think about what the natural extension and evolution of your proposal would -->
<!-- be and how it would affect Zebra and Zcash as a whole. Try to use this --> <!-- be and how it would affect Zebra and Zcash as a whole. Try to use this -->
<!-- section as a tool to more fully consider all possible --> <!-- section as a tool to more fully consider all possible -->