This repository was archived by the owner on Oct 16, 2025. It is now read-only.
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
66
77## [ Unreleased]
88
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+
915## [ 17.0.0]
1016### Changed
1117- ** 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
320326- ` json-rpc-engine@5.3.0 ` ([ #53 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/53 ) )
321327- ` eth-rpc-errors@3.0.0 ` ([ #55 ] ( https://github.com/MetaMask/eth-json-rpc-middleware/pull/55 ) )
322328
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
324331[ 17.0.0 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.1...v17.0.0
325332[ 16.0.1 ] : https://github.com/MetaMask/eth-json-rpc-middleware/compare/v16.0.0...v16.0.1
326333[ 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 11{
22 "name" : " @metamask/eth-json-rpc-middleware" ,
3- "version" : " 17.0.0 " ,
3+ "version" : " 17.0.1 " ,
44 "description" : " Ethereum-related json-rpc-engine middleware." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments