bitcoin-keeper
bitcoin-keeper copied to clipboard
Assisted Keys+: Text update
Task Description We'll have to update the name of Signing Sever to "Signing Server +" and Inheritance Key to "Inheritance Key +" across the app. From screens to know more screens.
It is relatively easy to verify whether the user is using an Assisted Key or an Assisted Key + using the isBIP85 flag, which is available on the Signer object.
Also, while adding an Inheritance Key or Signing Server(AddSigningDevice screen) on the latest app, the name should by default be Inheritance Key + and Signing Server +, as all the new apps will have BIP85 based signers.
@ASN-BitHyve Do we need to make corresponding changes to the UX as well?
I think the text change (new type of key) is programmatic. Don't see a UX change. Old user will see IK/ SS. New users will see IK+/ SS+.
Completed