-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wallet] Protect Backup Key and Safeguards with PIN #1556
Conversation
When a user tries to open Backup Key or Safeguards screens she should be asked to confirm PIN before proceeding.
02585e1
to
cffd515
Compare
Codecov Report
@@ Coverage Diff @@
## master #1556 +/- ##
==========================================
+ Coverage 73.61% 73.64% +0.03%
==========================================
Files 277 277
Lines 7443 7480 +37
Branches 956 667 -289
==========================================
+ Hits 5479 5509 +30
- Misses 1852 1858 +6
- Partials 112 113 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!! Just a few comments to address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship it! 💯
* master: (73 commits) Fix Ethstats Image reference (#1577) EU Cookies Behavior Change (#1447) [verifier] Upgrade to RN 61 (#1572) [Wallet] Update link styles and Implement VerificationEducationScreen (#1565) [wallet] Added native phone picker (#1310) [Wallet] Set up new verification screen skeletons (#1563) Bump e2e test migrate numbers where needed (#1567) [Wallet] Create new carousel component (#1555) [Wallet] Protect Backup Key and Safeguards with PIN (#1556) Increase ganache gas limit (#1569) Re-work locked gold requirements for validators and groups (#1474) Fix e2e on CI (#1537) Allow a specified address to disable/enable the Exchange (#1467) Avoid re-encrypting key files with yarn keys:encrypt command (#1560) Support protocol hotfixing (#613) Point e2e tests back (#1562) Refactor to Accounts.sol (#1392) Add selectIssuers Transaction (#1327) [Wallet] Get React Native Hot Reloading Working (#1551) Unify to prefix messages for signing (#1473) ...
Description
When a user tries to open Backup Key or Safeguards screens
she should be asked to confirm PIN before proceeding.
See the video - https://drive.google.com/open?id=1--tRRChcnbivpPvIftAdF0_6M89xIq5z
Tested
Ran on Android device
Other changes
This PR introduces
APP/NAVIGATE_PIN_PROTECTED
action, which can be used to navigate to a screen, which should be protected by PIN.Related issues
Backwards compatibility
Yes