Skip to content

Commit

Permalink
chore: update @metamask/bitcoin-wallet-snap to 0.4.0 (#26229)
Browse files Browse the repository at this point in the history
## **Description**

Bump the BTC Snap to version 0.4.0.
- This new release adds the account name suggestion during account
creation, which allows us to use the new Snap account creation flow.

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/25808?quickstart=1)

## **Related issues**

N/A

## **Manual testing steps**

N/A

## **Screenshots/Recordings**

### **Before**

### **After**

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
  • Loading branch information
ccharly authored Jul 30, 2024
1 parent a26c725 commit ef812e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
"@metamask/approval-controller": "^7.0.0",
"@metamask/assets-controllers": "^36.0.0",
"@metamask/base-controller": "^5.0.1",
"@metamask/bitcoin-wallet-snap": "^0.3.0",
"@metamask/bitcoin-wallet-snap": "^0.4.0",
"@metamask/browser-passworder": "^4.3.0",
"@metamask/contract-metadata": "^2.5.0",
"@metamask/controller-utils": "^10.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4921,10 +4921,10 @@ __metadata:
languageName: node
linkType: hard

"@metamask/bitcoin-wallet-snap@npm:^0.3.0":
version: 0.3.0
resolution: "@metamask/bitcoin-wallet-snap@npm:0.3.0"
checksum: 10/092f2fc4f77377f77145b6bafb9f71cdf3a13e228736d795fd1243f64235820e9d0519445aec9a72b1ac5f5c96b99f520cde05fafab132bbd66d7270d6d609fa
"@metamask/bitcoin-wallet-snap@npm:^0.4.0":
version: 0.4.0
resolution: "@metamask/bitcoin-wallet-snap@npm:0.4.0"
checksum: 10/2f118e65e8ab2c213218b470dca0d347ea443a2c54635fd2b14b929307d101d7e23f9e16fa18fe60ec8ca2037ee96f62c6d2de7e1976129ed721aafbfc0a7691
languageName: node
linkType: hard

Expand Down Expand Up @@ -25257,7 +25257,7 @@ __metadata:
"@metamask/assets-controllers": "npm:^36.0.0"
"@metamask/auto-changelog": "npm:^2.1.0"
"@metamask/base-controller": "npm:^5.0.1"
"@metamask/bitcoin-wallet-snap": "npm:^0.3.0"
"@metamask/bitcoin-wallet-snap": "npm:^0.4.0"
"@metamask/browser-passworder": "npm:^4.3.0"
"@metamask/build-utils": "npm:^1.0.0"
"@metamask/contract-metadata": "npm:^2.5.0"
Expand Down

0 comments on commit ef812e1

Please sign in to comment.