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
* chore: roll sdk for overhauled privkey export
Roll SDK for overhauled privkey export in KDF branch `offline_key_export` and implement privkey methods into SDK
* chore: roll SDK
* wip: settings private key export
* chore: roll sdk
* chore: roll SDK
* fix(ui): polish private key export
* chore: roll SDK
* fix(lint): fix lint warning
* fix: minor private key fixes
* feat(ui): Simplify/polish private key export
* feat: pubkey unbanning
* refactor: clean up pubkey unbanning
* fix: remove duplicate pubkey unbanning message
* fix(ui): Enforce max scaffold message width for unbanning
* fix(ui): Remove redundant pubkey unban control
Remove redundant pubkey unban control in the general settings page since it is also in the security settings page.
* refactor: make password confirmation re-usable
* fix(password): allow auto-fill for password confirmation
* feat: password manager integration for password confirmation
* chore: roll SDK for pubkey unban fix
* chore: roll SDK
* fix: include failed activations in privkey export
* fix(ui): show tooltip for sparkline chart
Display a tooltip for the sparkline chart so users can understand what the data represents, considering that we no longer display table headings.
* chore: roll SDK
Roll SDK for address generation errors
* chore: delete unused types
Delete HD-related types. Previous references have likely been migrated to the SDK types.
TODO: Investigate if there are any other similar cases.
* chore: roll SDK
"privateKeySecurityWarning": "Your private keys provide complete control over your funds. Keep them secure and never share them with anyone. Store them in a safe place offline.",
532
+
"privateKeyBackupConfirmation": "I have securely saved my private keys in a safe location and understand that anyone with access to these keys can control my funds.",
"privateKeyExportSuccessDescription": "Your private keys have been exported and confirmed as backed up. Keep them secure and never share them with anyone.",
536
+
"iHaveSavedMyPrivateKeys": "I've Saved My Private Keys",
520
537
"copyWarning": "Your clipboard isn't a safe place for your private key! Copying the seed phrase or private keys can make them vulnerable to clipboard hacks. Please handle with caution and only copy if absolutely necessary.",
521
538
"seedConfirmTitle": "Let's double check your seed phrase",
522
539
"seedConfirmDescription": "Your seed phrase is the only way to access Your funds. That's why we want to ensure you saved it safely. Please input your seed phrase into text filed below.",
@@ -682,6 +699,7 @@
682
699
"amountFieldCheckboxListTile": "Send maximum amount",
683
700
"customFeeToggleTitle": "Custom fee",
684
701
"priceChartCenterText": "Select an interval to load data",
0 commit comments