This feature allows users refined control over the security of their
wallet. There is an options screen that a user can select to gate
payments, app launch, and mnemonic view. Pin change settings have also
been moved to fall underneath the main app settings screen.
Changes
Moved PIN functionality to separate module under db/pin. There is now
model validation. All pin settings are encrypted. Pin sequence is now
saved under sequence key within the pin object.
Added PIN options screen
Moved PIN change screen into PIN options screen
Added gating logic to mnemonic view and payment
Adjusted all areas using old user pin settings to use db/pin module
Summary
This feature allows users refined control over the security of their wallet. There is an options screen that a user can select to gate payments, app launch, and mnemonic view. Pin change settings have also been moved to fall underneath the main app settings screen.
Changes
TODO