@@ -6,6 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 16.0.0]
10
+ ### Added
11
+ - Support updated EIP-5792 specification ([ #363 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/363 ) )
12
+ - Add optional ` id ` to ` SendCallsParams ` .
13
+ - Add optional ` capabilities ` to each call in ` SendCallsParams ` .
14
+ - Add ` optional ` property to both top-level and call-level capabilities.
15
+ - Add ` SendCallsResult ` type.
16
+ - Add ` id ` , ` version ` , and optional ` capabilities ` to ` GetCallsStatusResult ` .
17
+ - Add ` GetCallsStatusCode ` enum.
18
+ - Add ` GetCallsStatusHook ` type.
19
+ - Add optional ` chainIds ` argument to ` GetCapabilitiesParams ` .
20
+
21
+ ### Changed
22
+ - ** BREAKING:** Support updated EIP-5792 specification ([ #363 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/363 ) )
23
+ - Return ` SendCallsResult ` from ` wallet_sendCalls ` instead of ` string ` .
24
+ - Change ` GetCallsStatusParams ` to contain ` Hex ` instead of ` string ` .
25
+ - Change ` status ` in ` GetCallsStatusResult ` to ` number ` instead of ` string ` .
26
+ - Replace ` GetTransactionReceiptsByBatchIdHook ` with ` GetCallsStatusHook ` .
27
+
28
+ ### Removed
29
+ - ** BREAKING:** Support updated EIP-5792 specification ([ #363 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/363 ) )
30
+ - Remove ` GetCallsStatusReceipt ` type.
31
+ - Remove ` GetTransactionReceiptsByBatchIdHook ` type.
32
+
9
33
## [ 15.3.0]
10
34
### Added
11
35
- Support EIP-5792 ([ #357 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/359 ) )
@@ -282,7 +306,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
282
306
- ` json-rpc-engine@5.3.0 ` ([ #53 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/53 ) )
283
307
- ` eth-rpc-errors@3.0.0 ` ([ #55 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/55 ) )
284
308
285
- [ Unreleased ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.3.0...HEAD
309
+ [ Unreleased ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.0...HEAD
310
+ [ 16.0.0 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.3.0...v16.0.0
286
311
[ 15.3.0 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.2.0...v15.3.0
287
312
[ 15.2.0 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.2...v15.2.0
288
313
[ 15.1.2 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.1.1...v15.1.2
0 commit comments