@metamask-previews/multichain-account-service 0.9.0-preview-8cfb0d7 → 0.9.0-preview-34d02af7
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -16,9 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
16
16
|
### Fixed
|
|
17
17
|
|
|
18
18
|
- No longer create temporary EVM account during discovery ([#6650](https://github.com/MetaMask/core/pull/6650))
|
|
19
|
-
- We used to create the EVM account and remove it if there
|
|
19
|
+
- We used to create the EVM account and remove it if there was no activity for that account. Now we're just deriving the next address directly, which avoids state mutation.
|
|
20
20
|
- This prevents `:accountAdded` event from being published, which also prevents account-tree and multichain-account service updates.
|
|
21
|
-
- Backup & sync will no longer synchronize this temporary account group, which was causing a bug
|
|
21
|
+
- Backup & sync will no longer synchronize this temporary account group, which was causing a bug that persisted it on the user profile and left it permanently.
|
|
22
22
|
|
|
23
23
|
## [0.9.0]
|
|
24
24
|
|