Skip to content

Commit b52694c

Browse files
Battambangabretonc7s
authored andcommitted
fix: bump bitcoin (#23317)
<!-- 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.7.0, which adds signRewardsMessage method. <!-- 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? --> ## **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: Add `signRewardsMessage` method ([#566](MetaMask/snap-bitcoin-wallet#566)) ## **Related issues** Fixes: Add `signRewardsMessage` method. ## **Manual testing steps** ```gherkin Feature: my feature name Scenario: user [verb for user action] Given [describe expected initial app state] When user [verb for user action] Then [describe expected outcome] ``` ## **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 Mobile Coding Standards](https://github.com/MetaMask/metamask-mobile/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-mobile/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 from ^1.6.0 to ^1.7.0. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 2405f60. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent a0dbf9d commit b52694c

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
@@ -199,7 +199,7 @@
199199
"@metamask/approval-controller": "^8.0.0",
200200
"@metamask/assets-controllers": "patch:@metamask/assets-controllers@npm%3A89.0.1#~/.yarn/patches/@metamask-assets-controllers-npm-89.0.1-02fa7acd54.patch",
201201
"@metamask/base-controller": "^9.0.0",
202-
"@metamask/bitcoin-wallet-snap": "^1.6.0",
202+
"@metamask/bitcoin-wallet-snap": "^1.7.0",
203203
"@metamask/bridge-controller": "^61.0.0",
204204
"@metamask/bridge-status-controller": "^61.0.0",
205205
"@metamask/chain-agnostic-permission": "^1.2.2",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7574,10 +7574,10 @@ __metadata:
75747574
languageName: node
75757575
linkType: hard
75767576

7577-
"@metamask/bitcoin-wallet-snap@npm:^1.6.0":
7578-
version: 1.6.0
7579-
resolution: "@metamask/bitcoin-wallet-snap@npm:1.6.0"
7580-
checksum: 10/e5d391ecc88c52fa56b888e0a341331da8c8fec18a228ae3238f9ace9c0216012ef2af06134cab25fe251e6e829a14db706aa8d01ed70976fe47fd40017a6c8d
7577+
"@metamask/bitcoin-wallet-snap@npm:^1.7.0":
7578+
version: 1.7.0
7579+
resolution: "@metamask/bitcoin-wallet-snap@npm:1.7.0"
7580+
checksum: 10/34943af054bdceeaf11ca6ed876f582194257c1bdc06e37cca06aabf650c6f541fe0f9bfaef07c8fe5e4179354f0ae81445194ce6c77a526f53221d3deb6a26c
75817581
languageName: node
75827582
linkType: hard
75837583

@@ -35639,7 +35639,7 @@ __metadata:
3563935639
"@metamask/assets-controllers": "patch:@metamask/assets-controllers@npm%3A89.0.1#~/.yarn/patches/@metamask-assets-controllers-npm-89.0.1-02fa7acd54.patch"
3564035640
"@metamask/auto-changelog": "npm:^5.1.0"
3564135641
"@metamask/base-controller": "npm:^9.0.0"
35642-
"@metamask/bitcoin-wallet-snap": "npm:^1.6.0"
35642+
"@metamask/bitcoin-wallet-snap": "npm:^1.7.0"
3564335643
"@metamask/bridge-controller": "npm:^61.0.0"
3564435644
"@metamask/bridge-status-controller": "npm:^61.0.0"
3564535645
"@metamask/browser-passworder": "npm:^5.0.0"

0 commit comments

Comments
 (0)