Skip to content

Commit 36a1cb5

Browse files
committed
docs: Update changelogs
1 parent b5f12ec commit 36a1cb5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add `providerFromMiddlewareV2` ([#7001](https://github.com/MetaMask/core/pull/7001))
1313
- This accepts the new middleware from `@metamask/json-rpc-engine/v2`.
14+
- Add `context` option to `InternalProvider.request()` ([#7061](https://github.com/MetaMask/core/pull/7061))
15+
- Enables passing a `MiddlewareContext` to the JSON-RPC server.
1416

1517
### Changed
1618

packages/json-rpc-engine/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12-
- Add `JsonRpcEngineV2` ([#6176](https://github.com/MetaMask/core/pull/6176), [#6971](https://github.com/MetaMask/core/pull/6971), [#6975](https://github.com/MetaMask/core/pull/6975), [#6990](https://github.com/MetaMask/core/pull/6990), [#6991](https://github.com/MetaMask/core/pull/6991), [#7001](https://github.com/MetaMask/core/pull/7001), [#7032](https://github.com/MetaMask/core/pull/7032))
12+
- Add `JsonRpcEngineV2` ([#6176](https://github.com/MetaMask/core/pull/6176), [#6971](https://github.com/MetaMask/core/pull/6971), [#6975](https://github.com/MetaMask/core/pull/6975), [#6990](https://github.com/MetaMask/core/pull/6990), [#6991](https://github.com/MetaMask/core/pull/6991), [#7001](https://github.com/MetaMask/core/pull/7001), [#7032](https://github.com/MetaMask/core/pull/7032), [#7061](https://github.com/MetaMask/core/pull/7061))
1313
- This is a complete rewrite of `JsonRpcEngine`, intended to replace the original implementation. See the readme for details.
1414

1515
## [10.1.1]

0 commit comments

Comments
 (0)