File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
packages/keyring-controller Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -216,6 +216,7 @@ linkStyle default opacity:0.5
216216 earn_controller --> transaction_controller;
217217 eip_5792_middleware --> transaction_controller;
218218 eip_5792_middleware --> keyring_controller;
219+ eip_7702_internal_rpc_middleware --> controller_utils;
219220 eip1193_permission_middleware --> chain_agnostic_permission;
220221 eip1193_permission_middleware --> controller_utils;
221222 eip1193_permission_middleware --> json_rpc_engine;
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - ** BREAKING:** Use new ` Messenger ` from ` @metamask/messenger ` ([ #6370 ] ( https://github.com/MetaMask/core/pull/6370 ) )
13+ - Previously, ` KeyringController ` accepted a ` RestrictedMessenger ` instance from ` @metamask/base-controller ` .
14+ - ** BREAKING:** Metadata property ` anonymous ` renamed to ` includeInDebugSnapshot ` ([ #6370 ] ( https://github.com/MetaMask/core/pull/6370 ) )
15+
1016## [ 23.2.0]
1117
1218### Added
@@ -16,8 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1622
1723### Changed
1824
19- - ** BREAKING:** Use new ` Messenger ` from ` @metamask/messenger ` ([ #6370 ] ( https://github.com/MetaMask/core/pull/6370 ) )
20- - Previously, ` KeyringController ` accepted a ` RestrictedMessenger ` instance from ` @metamask/base-controller ` .
2125- Bump ` @metamask/base-controller ` from ` ^8.4.1 ` to ` ^8.4.2 ` ([ #6917 ] ( https://github.com/MetaMask/core/pull/6917 ) )
2226
2327## [ 23.1.1]
You can’t perform that action at this time.
0 commit comments