File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 17.0.1]
10
+ ### Fixed
11
+ - Bump ` @metamask/eth-block-tracker ` to 12.0.0 ([ #372 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/372 ) )
12
+ - ` getLatestBlock ` will no longer hang, but reject, if an error is thrown while making the request.
13
+ - This error will also no longer be wrapped under "PollingBlockTracker - encountered an error while attempting to update latest block".
14
+
9
15
## [ 17.0.0]
10
16
### Changed
11
17
- ** BREAKING:** Support version ` 2.0.0 ` of EIP-5792 ([ #370 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/370 ) )
@@ -320,7 +326,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
320
326
- ` json-rpc-engine@5.3.0 ` ([ #53 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/53 ) )
321
327
- ` eth-rpc-errors@3.0.0 ` ([ #55 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/55 ) )
322
328
323
- [ Unreleased ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.0.0...HEAD
329
+ [ Unreleased ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.0.1...HEAD
330
+ [ 17.0.1 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v17.0.0...v17.0.1
324
331
[ 17.0.0 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.1...v17.0.0
325
332
[ 16.0.1 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.0...v16.0.1
326
333
[ 16.0.0 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v15.3.0...v16.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/eth-json-rpc-middleware" ,
3
- "version" : " 17.0.0 " ,
3
+ "version" : " 17.0.1 " ,
4
4
"description" : " Ethereum-related json-rpc-engine middleware." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments