-
Notifications
You must be signed in to change notification settings - Fork 415
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
fix: vault crash on export seed auth fail #1279
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
arthurgeron
requested review from
luizstacio,
pedronauck,
LuizAsFight and
helciofranco
as code owners
May 6, 2024 21:16
Coverage report for
|
St.❔ |
Category | Percentage | Covered / Total |
---|---|---|---|
🟡 | Statements | 62.43% | 3225/5166 |
🔴 | Branches | 41.9% | 626/1494 |
🔴 | Functions | 46.87% | 681/1453 |
🟡 | Lines | 63% | 3108/4933 |
Test suite run success
240 tests passing in 70 suites.
Report generated by 🧪jest coverage report action from 00997e1
HoTandy
approved these changes
May 23, 2024
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.
Apologies for the late review but looks good!!
LuizAsFight
approved these changes
May 27, 2024
LuizAsFight
pushed a commit
that referenced
this pull request
May 28, 2024
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## fuels-wallet@0.20.0 ### Minor Changes - [#1317](#1317) [`f1dab207`](f1dab20) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) Updated Fuels package to tag pr-2395 Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 ### Patch Changes - [#1313](#1313) [`b5766321`](b576632) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Fix error not showing on Dapp Approve transaction - [#1313](#1313) [`b5766321`](b576632) Thanks [@LuizAsFight](https://github.com/LuizAsFight)! - Re-add block explorer link to transaction header - [#1279](#1279) [`9ffddf70`](9ffddf7) Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault crash on export seed auth fail - [#1280](#1280) [`6e94172c`](6e94172) Thanks [@arthurgeron](https://github.com/arthurgeron)! - vault client not propagating lock unlock events from server - [#1290](#1290) [`57f87f84`](57f87f8) Thanks [@arthurgeron](https://github.com/arthurgeron)! - - Re-enabled E2E contract tests - Fixed biome trying to validate files generated by playwright test runs - Fixed Playwright tests starting up before CRX files are available, now runs `build` beforehand. - Fixed CRX dev server reloading during playwright tests, causing instabilities - Fixed NODE_ENV being set to default (production) on local E2E tests, leading to the wrong version (i.e. production) being installed - Fixed bug where only the first test file in a suite run would use the local CRX build, it'd then download and use a production build of the Wallet for the rest - Updated dependencies \[[`f1dab207`](f1dab20)]: - @fuel-wallet/connections@0.20.0 ## @fuel-wallet/connections@0.20.0 ### Minor Changes - [#1317](#1317) [`f1dab207`](f1dab20) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) Updated Fuels package to tag pr-2395 Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 ## @fuel-wallet/types@0.20.0 ### Minor Changes - [#1317](#1317) [`f1dab207`](f1dab20) Thanks [@arthurgeron](https://github.com/arthurgeron)! - Fixes bug where wrong Asset Id is shown for other tokens (e.g. ETH) Updated Fuels package to tag pr-2395 Updated NPM Packs dependencies packages (e.g. @fuels/react, @fuels/ts-config) to new minor 0.20.0 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes soft-locked state after wrong password in
View Seed Phrase
screen