Skip to content

Commit 4c0a2f4

Browse files
committed
docs: Update changelogs
1 parent ea28c55 commit 4c0a2f4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

packages/eth-json-rpc-middleware/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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]

packages/network-controller/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)