@metamask-previews/account-tree-controller 1.4.1-preview-05b702c4 → 1.4.2-preview-e7dac947
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.
- package/CHANGELOG.md +7 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
|
|
12
12
|
- Fix wallet metadata cleanup when wallets are completely removed ([#6813](https://github.com/MetaMask/core/pull/6813))
|
|
13
|
+
|
|
14
|
+
## [1.4.2]
|
|
15
|
+
|
|
16
|
+
### Fixed
|
|
17
|
+
|
|
13
18
|
- Ensure `isLegacyAccountSyncingDisabled` is always set in `UserStorageSyncedWallet` after one successful full sync ([#6805](https://github.com/MetaMask/core/pull/6805))
|
|
14
19
|
- This was not set in some rare edge case scenarios, and created situations were legacy syncs would always be re-triggered during full syncs.
|
|
15
20
|
- We now verify this field is correctly set, and also catch empty objects for `UserStorageSyncedWallet`.
|
|
@@ -360,7 +365,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
360
365
|
- Initial release ([#5847](https://github.com/MetaMask/core/pull/5847))
|
|
361
366
|
- Grouping accounts into 3 main categories: Entropy source, Snap ID, keyring types.
|
|
362
367
|
|
|
363
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.4.
|
|
368
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.4.2...HEAD
|
|
369
|
+
[1.4.2]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.4.1...@metamask/account-tree-controller@1.4.2
|
|
364
370
|
[1.4.1]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.4.0...@metamask/account-tree-controller@1.4.1
|
|
365
371
|
[1.4.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.3.0...@metamask/account-tree-controller@1.4.0
|
|
366
372
|
[1.3.0]: https://github.com/MetaMask/core/compare/@metamask/account-tree-controller@1.2.0...@metamask/account-tree-controller@1.3.0
|
package/package.json
CHANGED