File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/network-controller Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212- ** BREAKING:** Use ` InternalProvider ` instead of ` SafeEventEmitterProvider ` ([ #6796 ] ( https://github.com/MetaMask/core/pull/6796 ) )
1313 - Providers accessible either via network clients or global proxies no longer emit events (or inherit from EventEmitter, for that matter).
14+ - ** BREAKING:** Migrate ` NetworkClient ` to ` JsonRpcEngineV2 ` ([ #6976 ] ( https://github.com/MetaMask/core/pull/6976 ) )
15+ - This ought to be unobservable, but we mark it as breaking out of an abundance of caution.
1416- ** BREAKING:** Stop retrying ` undefined ` results for methods that include a block tag parameter ([ #7001 ] ( https://github.com/MetaMask/core/pull/7001 ) )
1517 - The network client middleware, via ` @metamask/eth-json-rpc-middleware ` , will now throw an error if it encounters an
1618 ` undefined ` result when dispatching a request with a later block number than the originally requested block number.
You can’t perform that action at this time.
0 commit comments