File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/eth-json-rpc-middleware Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010### Changed
1111
12+ - ** BREAKING:** Migrate to ` JsonRpcEngineV2 ` ([ #6976 ] ( https://github.com/MetaMask/core/pull/6976 ) )
13+ - Migrates all middleware from ` JsonRpcEngine ` to ` JsonRpcEngineV2 ` .
14+ - To continue using this package with the legacy ` JsonRpcEngine ` , use the ` asLegacyMiddleware ` backwards compatibility function.
1215- ** BREAKING:** Use ` InternalProvider ` instead of ` SafeEventEmitterProvider ` ([ #6796 ] ( https://github.com/MetaMask/core/pull/6796 ) )
1316 - Wherever a ` SafeEventEmitterProvider ` was expected, an ` InternalProvider ` is now expected instead.
1417- Migrate all uses of ` interface ` to ` type ` ([ #6885 ] ( https://github.com/MetaMask/core/pull/6885 ) )
You can’t perform that action at this time.
0 commit comments