Skip to content

Commit 031dda4

Browse files
authored
chore: cp-13.9.0 bump bitcoin 1.4.5 (#37657)
<!-- Please submit this PR as a draft initially. Do not mark it as "Ready for review" until the template has been completely filled out, and PR status checks have passed at least once. --> ## **Description** Upgrading bitcoin to `1.4.5` * https://github.com/MetaMask/snap-bitcoin-wallet/releases/tag/v1.4.5 <!-- Write a short description of the changes included in this pull request, also include relevant motivation and context. Have in mind the following questions: 1. What is the reason for the change? 2. What is the improvement/solution? --> [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/37657?quickstart=1) ## **Changelog** <!-- If this PR is not End-User-Facing and should not show up in the CHANGELOG, you can choose to either: 1. Write `CHANGELOG entry: null` 2. Label with `no-changelog` If this PR is End-User-Facing, please write a short User-Facing description in the past tense like: `CHANGELOG entry: Added a new tab for users to see their NFTs` `CHANGELOG entry: Fixed a bug that was causing some NFTs to flicker` (This helps the Release Engineer do their job more quickly and accurately) --> CHANGELOG entry: null ## **Related issues** Fixes: #37616 ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** <!-- If applicable, add screenshots and/or recordings to visualize the before and after of your change. --> ### **Before** <!-- [screenshots/recordings] --> ### **After** <!-- [screenshots/recordings] --> ## **Pre-merge author checklist** - [ ] I've followed [MetaMask Contributor Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask Extension Coding Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've completed the PR template to the best of my ability - [ ] I’ve included tests if applicable - [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format if applicable - [ ] I’ve applied the right labels on the PR (see [labeling guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.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. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Upgrade `@metamask/bitcoin-wallet-snap` from `1.4.4` to `1.4.5` in `package.json` and `yarn.lock`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 9bb76cf. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 7686502 commit 031dda4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"@metamask/approval-controller": "^8.0.0",
273273
"@metamask/assets-controllers": "^87.0.0",
274274
"@metamask/base-controller": "^9.0.0",
275-
"@metamask/bitcoin-wallet-snap": "^1.4.4",
275+
"@metamask/bitcoin-wallet-snap": "^1.4.5",
276276
"@metamask/bridge-controller": "^56.0.3",
277277
"@metamask/bridge-status-controller": "^56.0.0",
278278
"@metamask/browser-passworder": "^4.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5692,10 +5692,10 @@ __metadata:
56925692
languageName: node
56935693
linkType: hard
56945694

5695-
"@metamask/bitcoin-wallet-snap@npm:^1.4.4":
5696-
version: 1.4.4
5697-
resolution: "@metamask/bitcoin-wallet-snap@npm:1.4.4"
5698-
checksum: 10/bc568397e35a17e04919f320e47b49cd35136cec3a58336ece6131d5ad3a73a75d35909187ea55b2e3b0828be45eb7abbbacbdf7829b6f64ceac897ddaaf232c
5695+
"@metamask/bitcoin-wallet-snap@npm:^1.4.5":
5696+
version: 1.4.5
5697+
resolution: "@metamask/bitcoin-wallet-snap@npm:1.4.5"
5698+
checksum: 10/861d2d4d6b036897cd9dde29f52e598e4b654993307cce99b6f8d0c2616b1728ebfa8d138cefe1fa40e97244a2a7eb6ba86393f8c2610e0247bd6154b9e0a28f
56995699
languageName: node
57005700
linkType: hard
57015701

@@ -31998,7 +31998,7 @@ __metadata:
3199831998
"@metamask/assets-controllers": "npm:^87.0.0"
3199931999
"@metamask/auto-changelog": "npm:^5.1.0"
3200032000
"@metamask/base-controller": "npm:^9.0.0"
32001-
"@metamask/bitcoin-wallet-snap": "npm:^1.4.4"
32001+
"@metamask/bitcoin-wallet-snap": "npm:^1.4.5"
3200232002
"@metamask/bridge-controller": "npm:^56.0.3"
3200332003
"@metamask/bridge-status-controller": "npm:^56.0.0"
3200432004
"@metamask/browser-passworder": "npm:^4.3.0"

0 commit comments

Comments
 (0)