@metamask-previews/multichain-transactions-controller 0.7.0-preview-b4d33c51 → 0.7.1-preview-3db01c5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Fixed
11
+
12
+ - `@metamask/snaps-controllers` peer dependency is no longer also a direct dependency ([#5464](https://github.com/MetaMask/core/pull/5464)))
13
+
14
+ ## [0.7.1]
15
+
16
+ ### Fixed
17
+
18
+ - Check if `KeyringController` is unlocked before processing account events in `MultichainTransactionsController` ([#5473](https://github.com/MetaMask/core/pull/5473))
19
+ - This is needed since some Snaps might decrypt their state which needs the `KeyringController` to be unlocked.
20
+
10
21
  ## [0.7.0]
11
22
 
12
23
  ### Changed
@@ -81,7 +92,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
92
 
82
93
  - Initial release ([#5133](https://github.com/MetaMask/core/pull/5133)), ([#5177](https://github.com/MetaMask/core/pull/5177))
83
94
 
84
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.0...HEAD
95
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.1...HEAD
96
+ [0.7.1]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.7.0...@metamask/multichain-transactions-controller@0.7.1
85
97
  [0.7.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.6.0...@metamask/multichain-transactions-controller@0.7.0
86
98
  [0.6.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.5.0...@metamask/multichain-transactions-controller@0.6.0
87
99
  [0.5.0]: https://github.com/MetaMask/core/compare/@metamask/multichain-transactions-controller@0.4.0...@metamask/multichain-transactions-controller@0.5.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/multichain-transactions-controller",
3
- "version": "0.7.0-preview-b4d33c51",
3
+ "version": "0.7.1-preview-3db01c5",
4
4
  "description": "This package is responsible for getting transactions from our Bitcoin and Solana snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -52,7 +52,6 @@
52
52
  "@metamask/keyring-internal-api": "^6.0.0",
53
53
  "@metamask/keyring-snap-client": "^4.0.1",
54
54
  "@metamask/polling-controller": "^12.0.3",
55
- "@metamask/snaps-controllers": "^9.19.0",
56
55
  "@metamask/snaps-sdk": "^6.17.1",
57
56
  "@metamask/snaps-utils": "^8.10.0",
58
57
  "@metamask/utils": "^11.2.0",
@@ -64,6 +63,7 @@
64
63
  "@metamask/accounts-controller": "^26.1.0",
65
64
  "@metamask/auto-changelog": "^3.4.4",
66
65
  "@metamask/keyring-controller": "^21.0.0",
66
+ "@metamask/snaps-controllers": "^9.19.0",
67
67
  "@types/jest": "^27.4.1",
68
68
  "deepmerge": "^4.2.2",
69
69
  "jest": "^27.5.1",