Skip to content

Commit 9f02238

Browse files
runway-github[bot]Battambangmetamaskbot
authored
release(runway): cherry-pick fix: cp-13.10.0 bump bitcoin (#37911)
- fix: cp-13.10.0 bump bitcoin (#37906) <!-- 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** Updates bitcoin to 1.6.0, which updates from and to fields in the confirmation modal. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/37906?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: Added `from` and `to` to send confirmation view ([#563](MetaMask/snap-bitcoin-wallet#563)) ## **Related issues** Fixes: [Send - Bitcoin - When I perform a Bitcoin Send I can't see the Recipient address in the last confirmation screen, and missleading Account field #37845](#37845) ## **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] > Bumps `@metamask/bitcoin-wallet-snap` dependency to 1.6.0. > > - **Dependencies**: > - Update `@metamask/bitcoin-wallet-snap` from `^1.5.0` to `^1.6.0` in `package.json` and `yarn.lock`. > - **Attributions**: > - Reflect version change to `1.6.0` in `attribution.txt`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 23c209e. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> [eadd65b](eadd65b) --------- Co-authored-by: Fred <frederic.heng@consensys.net> Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
1 parent 0a3aad2 commit 9f02238

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

attribution.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28113,7 +28113,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2811328113
******************************
2811428114

2811528115
@metamask/bitcoin-wallet-snap
28116-
1.5.0 <https://github.com/MetaMask/snap-bitcoin-wallet>
28116+
1.6.0 <https://github.com/MetaMask/snap-bitcoin-wallet>
2811728117
license: (MIT-0 OR Apache-2.0)
2811828118
authors: undefined
2811928119

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": "^88.0.0",
274274
"@metamask/base-controller": "^9.0.0",
275-
"@metamask/bitcoin-wallet-snap": "^1.5.0",
275+
"@metamask/bitcoin-wallet-snap": "^1.6.0",
276276
"@metamask/bridge-controller": "^60.1.0",
277277
"@metamask/bridge-status-controller": "^60.1.0",
278278
"@metamask/browser-passworder": "^4.3.0",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5733,10 +5733,10 @@ __metadata:
57335733
languageName: node
57345734
linkType: hard
57355735

5736-
"@metamask/bitcoin-wallet-snap@npm:^1.5.0":
5737-
version: 1.5.0
5738-
resolution: "@metamask/bitcoin-wallet-snap@npm:1.5.0"
5739-
checksum: 10/39a1b26132ceaf676a069295b1b2307d80ec6e80db41bde0cf600593a4fcbe880fd29b8740ddea3205ba69b7beb73c0cd845a4916281a240afae9aa24e9a2ae9
5736+
"@metamask/bitcoin-wallet-snap@npm:^1.6.0":
5737+
version: 1.6.0
5738+
resolution: "@metamask/bitcoin-wallet-snap@npm:1.6.0"
5739+
checksum: 10/e5d391ecc88c52fa56b888e0a341331da8c8fec18a228ae3238f9ace9c0216012ef2af06134cab25fe251e6e829a14db706aa8d01ed70976fe47fd40017a6c8d
57405740
languageName: node
57415741
linkType: hard
57425742

@@ -32510,7 +32510,7 @@ __metadata:
3251032510
"@metamask/assets-controllers": "npm:^88.0.0"
3251132511
"@metamask/auto-changelog": "npm:^5.1.0"
3251232512
"@metamask/base-controller": "npm:^9.0.0"
32513-
"@metamask/bitcoin-wallet-snap": "npm:^1.5.0"
32513+
"@metamask/bitcoin-wallet-snap": "npm:^1.6.0"
3251432514
"@metamask/bridge-controller": "npm:^60.1.0"
3251532515
"@metamask/bridge-status-controller": "npm:^60.1.0"
3251632516
"@metamask/browser-passworder": "npm:^4.3.0"

0 commit comments

Comments
 (0)