Skip to content
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

Show number of invalid private keys in V0 extension migration step #1809

Merged
merged 1 commit into from
Dec 19, 2023

Conversation

lukaw3d
Copy link
Member

@lukaw3d lukaw3d commented Dec 19, 2023

No description provided.

@lukaw3d lukaw3d requested a review from buberdds December 19, 2023 00:03
Copy link

github-actions bot commented Dec 19, 2023

Deployed to Cloudflare Pages

Latest commit: 64ff6a7d55ea2edf3539553ee75e098d2ea64aee
Status:✅ Deploy successful!
Preview URL: https://e8b39e87.oasis-wallet.pages.dev

@@ -242,7 +242,8 @@
"migrateV0Extension": {
"backupInvalidPrivateKeys": {
"confirm": "I’ve safely stored my private keys",
"description": "Some of your private keys have typos and won’t be stored by the new wallet extension. Please make sure to copy them and store them elsewhere before proceeding.",
"description": "{{count}} of your private keys have typos and won’t be stored by the new wallet extension. Please make sure to copy them and store them elsewhere before proceeding, so you can correct them later.",
Copy link
Contributor

@buberdds buberdds Dec 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here we want singular form (keys->key, them->it etc), right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can add that too 🤷 1 sec

Copy link

codecov bot commented Dec 19, 2023

Codecov Report

Merging #1809 (ca9e2d8) into master (14a7216) will increase coverage by 0.06%.
The diff coverage is 0.00%.

❗ Current head ca9e2d8 differs from pull request most recent head 64ff6a7. Consider uploading reports for the commit 64ff6a7 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1809      +/-   ##
==========================================
+ Coverage   81.47%   81.53%   +0.06%     
==========================================
  Files         191      191              
  Lines        5046     5048       +2     
  Branches      924      926       +2     
==========================================
+ Hits         4111     4116       +5     
+ Misses        935      932       -3     
Flag Coverage Δ
cypress 46.02% <0.00%> (-0.03%) ⬇️
jest 77.45% <0.00%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
src/app/components/Persist/MigrateV0StateForm.tsx 31.34% <0.00%> (-0.97%) ⬇️

... and 2 files with indirect coverage changes

@lukaw3d lukaw3d merged commit 21ceaf6 into master Dec 19, 2023
10 checks passed
@lukaw3d lukaw3d deleted the lw/num-invalid branch December 19, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants