You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/account-tree-controller/CHANGELOG.md
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.17.0]
11
+
12
+
### Changed
13
+
14
+
- Single group sync events will not get enqueued anymore if a full sync is in progress ([#6651](https://github.com/MetaMask/core/pull/6651))
15
+
- This prevents too many unnecessary storage fetches (which would prevent being rate limited).
16
+
- This could rarely lead to inconsistencies until the next single updates or next full sync.
17
+
18
+
## [0.16.1]
19
+
20
+
### Added
21
+
22
+
- Export user storage paths for account syncing ([#6643](https://github.com/MetaMask/core/pull/6643))
23
+
24
+
### Changed
25
+
26
+
- Swallow group creation errors in backup and sync `createMultichainAccountGroup` ([#6642](https://github.com/MetaMask/core/pull/6642))
27
+
28
+
### Removed
29
+
30
+
- Remove full sync triggers when single sync operations are enqueued and `hasSyncedAtLeastOnce` is `false` ([#6634](https://github.com/MetaMask/core/pull/6634))
31
+
32
+
## [0.16.0]
33
+
10
34
### Changed
11
35
36
+
-**BREAKING:** Use `:getSelectedMultichainAccount` instead of `:getSelectedAccount` to compute currently selected account group ([#6608](https://github.com/MetaMask/core/pull/6608))
37
+
- Coming from the old account model, a non-EVM account could have been selected and the lastly selected EVM account might not be using the same group index.
12
38
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
39
+
- Bump `@metamask/base-controller` from `^8.3.0` to `^8.4.0` ([#6632](https://github.com/MetaMask/core/pull/6632))
40
+
41
+
### Removed
42
+
43
+
- Remove use of `:getSelectedAccount` action ([#6608](https://github.com/MetaMask/core/pull/6608))
13
44
14
45
## [0.15.1]
15
46
@@ -232,7 +263,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments