File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ 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 - Wherever a ` SafeEventEmitterProvider ` was expected, an ` InternalProvider ` is now expected instead.
14+ - ** BREAKING:** Stop retrying ` undefined ` results for methods that include a block tag parameter ([ #7001 ] ( https://github.com/MetaMask/core/pull/7001 ) )
15+ - The ` retryOnEmpty ` middleware will now throw an error if it encounters an ` undefined ` result when dispatching
16+ a request with a later block number than the originally requested block number.
17+ - In practice, this should happen rarely if ever.
1418- Migrate all uses of ` interface ` to ` type ` ([ #6885 ] ( https://github.com/MetaMask/core/pull/6885 ) )
1519
1620## [ 21.0.0]
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ 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:** Stop retrying ` undefined ` results for methods that include a block tag parameter ([ #7001 ] ( https://github.com/MetaMask/core/pull/7001 ) )
15+ - The network client middleware, via ` @metamask/eth-json-rpc-middleware ` , will now throw an error if it encounters an
16+ ` undefined ` result when dispatching a request with a later block number than the originally requested block number.
17+ - In practice, this should happen rarely if ever.
1418- Bump ` @metamask/controller-utils ` from ` ^11.14.1 ` to ` ^11.15.0 ` ([ #7003 ] ( https://github.com/MetaMask/core/pull/7003 ) )
1519
1620### Fixed
You can’t perform that action at this time.
0 commit comments