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
## Description
This is the release candidate for version 77.0.0. See the changelogs for
more details.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Adds selected-accounts support across keyring packages and bumps
versions (notably `@metamask/keyring-api` to `21.1.0`) with
corresponding client/SDK/bridge updates.
>
> - **Keyring ecosystem enhancements**:
> - `@metamask/keyring-api@21.1.0`: Add optional
`Keyring.setSelectedAccounts`.
> - `@metamask/keyring-snap-client@8.1.0`: Add
`KeyringClient.setSelectedAccounts`.
> - `@metamask/keyring-snap-sdk@7.1.0`: Add `getSelectedAccounts`
helper.
> - `@metamask/eth-snap-keyring@17.3.0`: Support
`SnapKeyring.setSelectedAccounts` and
`snap_manageAccounts.getSelectedAccounts` RPC.
> - **Dependency updates**:
> - Bump to `@metamask/keyring-api@^21.1.0` across packages;
`@metamask/keyring-internal-api@9.1.0` and
`@metamask/keyring-internal-snap-client@7.2.0` with related bumps; add
dep on `@metamask/keyring-snap-sdk@^7.1.0` in bridge.
> - **Monorepo**:
> - Bump root version to `77.0.0`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
6b052eb. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Copy file name to clipboardExpand all lines: packages/keyring-snap-bridge/CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [17.3.0]
11
+
12
+
### Added
13
+
14
+
- Add `SnapKeyring.setSelectedAccounts` and `snap_manageAccounts.getSelectedAccounts` support ([#387](https://github.com/MetaMask/accounts/pull/387))
15
+
- The `SnapKeyring.setSelectedAccounts` method can be invoked by the MetaMask client to inform which accounts are now selected for this Snap.
16
+
- The `snap_manageAccounts.getSelectedAccounts` RPC method can be invoked by the Snap to get the currently selected accounts for this Snap.
17
+
18
+
### Changed
19
+
20
+
- Add dependency to `@metamask/keyring-snap-sdk` version `^7.1.0` ([#387](https://github.com/MetaMask/accounts/pull/387)), ([#388](https://github.com/MetaMask/accounts/pull/388))
21
+
- Bump `@metamask/keyring-api` from `^21.0.0` to `^21.1.0` ([#388](https://github.com/MetaMask/accounts/pull/388))
22
+
10
23
## [17.2.0]
11
24
12
25
### Added
@@ -577,7 +590,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments