You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement PIN verification for escrow actions and wallet creation
- Added PIN verification before performing escrow transactions in `escrow_screen.dart`.
- Integrated PIN verification when creating a new wallet in `home_screen.dart`.
- Introduced PIN entry for setting a new PIN during wallet import in `login_screen.dart`.
- Enhanced PIN change functionality in `setting_screen.dart` with verification steps.
- Created reusable PIN verification and entry sheets in `app_ui.dart`.
- Updated `security_card.dart` to require PIN verification before expanding to show wallet secrets.
- Added PIN verification for transaction confirmation in `transfer_bottom_sheet.dart`.
- Refactored wallet storage to support PIN-based encryption and verification in `wallet_storage.dart`.
- Updated dependencies in `pubspec.yaml` to include `local_auth` for biometric support.
- Adjusted CMake settings for Windows build to suppress warnings related to coroutines.
0 commit comments