File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 9.0.2]
10
+ ### Fixed
11
+ - Put back missing empty ` params ` to ` eth_blockNumber ` call removed in 9.0.1 ([ #198 ] ( https://github.com/MetaMask/eth-block-tracker/pull/198 ) )
12
+
9
13
## [ 9.0.1]
10
14
### Fixed
11
15
- Concurrency fix: Prevent multiple simultaneous polling loops ([ #208 ] ( https://github.com/MetaMask/eth-block-tracker/pull/208 ) )
@@ -155,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155
159
### Added
156
160
- Add RpcBlockTracker
157
161
158
- [ Unreleased ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.1...HEAD
162
+ [ Unreleased ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.2...HEAD
163
+ [ 9.0.2 ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.1...v9.0.2
159
164
[ 9.0.1 ] : https://github.com/MetaMask/eth-block-tracker/compare/v9.0.0...v9.0.1
160
165
[ 9.0.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v8.1.0...v9.0.0
161
166
[ 8.1.0 ] : https://github.com/MetaMask/eth-block-tracker/compare/v8.0.0...v8.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/eth-block-tracker" ,
3
- "version" : " 9.0.1 " ,
3
+ "version" : " 9.0.2 " ,
4
4
"description" : " A block tracker for the Ethereum blockchain. Keeps track of the latest block." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments