Skip to content

Commit 813a025

Browse files
15.3.0 (#361)
See `CHANGELOG.md`.
1 parent f212564 commit 813a025

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [15.3.0]
10+
### Added
11+
- Support EIP-5792 ([#357](https://github.com/MetaMask/eth-json-rpc-middleware/pull/359))
12+
- Add support for RPC methods:
13+
- `wallet_sendCalls`
14+
- `wallet_getCallsStatus`
15+
- `wallet_getCapabilities`
16+
- Add optional hooks to `WalletMiddlewareOptions`:
17+
- `getCapabilities`
18+
- `getTransactionReceiptsByBatchId`
19+
- `processSendCalls`
20+
- Add types:
21+
- `GetCallsStatusParams`
22+
- `GetCallsStatusReceipt`
23+
- `GetCallsStatusResult`
24+
- `GetCapabilitiesHook`
25+
- `GetCapabilitiesParams`
26+
- `GetCapabilitiesResult`
27+
- `GetTransactionReceiptsByBatchIdHook`
28+
- `ProcessSendCallsHook`
29+
- `SendCalls`
30+
- `SendCallsParams`
31+
932
## [15.2.0]
1033
### Added
1134
- Add a way to pass an RPC service to `createFetchMiddleware` ([#357](https://github.com/MetaMask/eth-json-rpc-middleware/pull/357))
@@ -259,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259282
- `[email protected]` ([#53](https://github.com/MetaMask/eth-json-rpc-middleware/pull/53))
260283
- `[email protected]` ([#55](https://github.com/MetaMask/eth-json-rpc-middleware/pull/55))
261284

262-
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.2.0...HEAD
285+
[Unreleased]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.3.0...HEAD
286+
[15.3.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.2.0...v15.3.0
263287
[15.2.0]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.2...v15.2.0
264288
[15.1.2]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.1...v15.1.2
265289
[15.1.1]: https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.0...v15.1.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/eth-json-rpc-middleware",
3-
"version": "15.2.0",
3+
"version": "15.3.0",
44
"description": "Ethereum-related json-rpc-engine middleware.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)