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+ ## [ 8.0.0]
10+ ### Changed
11+ - Bump @metamask/utils from ^5.0.2 to ^8.1.0 ([ #178 ] ( https://github.com/MetaMask/eth-block-tracker/pull/178 ) )
12+ - ** BREAKING** : Bump @metamask/eth-json-rpc-provider from ^1.0.0 to ^2.1.0 ([ #174 ] ( https://github.com/MetaMask/eth-block-tracker/pull/174 ) )
13+ - ** BREAKING** : Increase minimum Node.js version to 16 ([ #173 ] ( https://github.com/MetaMask/eth-block-tracker/pull/173 ) )
14+
915## [ 7.2.0]
1016### Added
1117- Typescript: Export ` BlockTracker ` interface ([ #168 ] ( https://github.com/MetaMask/eth-block-tracker/pull/168 ) )
@@ -136,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136142### Added
137143- Add RpcBlockTracker
138144
139- [ Unreleased ] : https://github.com/MetaMask/eth-block-tracker/compare/v7.2.0...HEAD
145+ [ Unreleased ] : https://github.com/MetaMask/eth-block-tracker/compare/v8.0.0...HEAD
146+ [ 8.0.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v7.2.0...v8.0.0
140147[ 7.2.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v7.1.0...v7.2.0
141148[ 7.1.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v7.0.1...v7.1.0
142149[ 7.0.1 ] : https://github.com/MetaMask/eth-block-tracker/compare/v7.0.0...v7.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " eth-block-tracker" ,
3- "version" : " 7.2 .0" ,
3+ "version" : " 8.0 .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