Skip to content

Commit a4b5e03

Browse files
committed
refactor: use v2 keyrings for setSelectedAccounts
1 parent 2adb638 commit a4b5e03

3 files changed

Lines changed: 377 additions & 178 deletions

File tree

packages/snap-account-service/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3838
- If the migration is not successful, it will get retried everytime we need to interact with any Snap keyring (v2) instances.
3939
- It is conccurent-free and can safely be called by multiple execution flows.
4040
- Once the migration has ran, the legacy Snap keyring will be emptied, thus, consumers are expected to use the new per-Snap keyring (v2) instances instead.
41+
- Selected-account forwarding now targets v2 Snap keyrings.
42+
- The service messenger now requires the `KeyringController:withKeyringV2Unsafe`.
4143

4244
### Changed
4345

0 commit comments

Comments
 (0)