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+ ## [ 10.1.0]
10+ ### Changed
11+ - Adapt to EIP-1193 provider changes ([ #252 ] ( https://github.com/MetaMask/eth-block-tracker/pull/252 ) )
12+ - Deprecated ` sendAsync ` method is replaced with ` request ` method
13+ - Bump ` @metamask/eth-json-rpc-provider ` from ` ^4.0.0 ` to ` ^4.1.0 ` ([ #252 ] ( https://github.com/MetaMask/eth-block-tracker/pull/252 ) )
14+
915## [ 10.0.0]
1016### Changed
1117- BREAKING: Drop support for Node.js v16; add support for Node.js v20, v22 ([ #245 ] ( https://github.com/MetaMask/eth-block-tracker/pull/245 ) )
@@ -169,7 +175,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169175### Added
170176- Add RpcBlockTracker
171177
172- [ Unreleased ] : https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...HEAD
178+ [ Unreleased ] : https://github.com/MetaMask/eth-block-tracker/compare/v10.1.0...HEAD
179+ [ 10.1.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v10.0.0...v10.1.0
173180[ 10.0.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.3...v10.0.0
174181[ 9.0.3 ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.2...v9.0.3
175182[ 9.0.2 ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.1...v9.0.2
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/eth-block-tracker" ,
3- "version" : " 10.0 .0" ,
3+ "version" : " 10.1 .0" ,
44 "description" : " A block tracker for the Ethereum blockchain. Keeps track of the latest block." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments