Andy Wermke
Andy Wermke
Ledger wallets come with a pretty convenient SDK: . - Check for connected hardware wallets and show them in the accounts list - Show some "hardware wallet" icon next to...
Need to set some account data when making an account multi-sig. > A multisig account adds a data entry with the key `config.multisig.domain` and the value of a hostname used...
Add a function to check if an app password has been set ~~and one to check if a given password is the correct app password~~ (might not even be necessary...
Create a view for setting the app password. Show it if there is no app password set yet (and feature flag for now!) right after the T&Cs screen. Nice to...
We need to re-encrypt the accounts' secret keys using the app password. Place a big action button "Unlock" (or "Update?") on the account view if the account needs to be...
Extend the view for setting the app password (see #1021) or create an additional one, so you can change the app password. Add a settings item to the app settings....
Replace the old change / remove password dialog in the account settings by a new inline setting: #### New setting "Restrict transactions" - If biometric auth enabled: Dropdown with options...
Re-use the app unlock view (see #1019) for authenticating transactions.