@subql/node-ethereum 3.7.1-2 → 3.7.2-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,11 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+ ### Fixed
9
+ - Remove unnecessary logging relating to light blocks (#249)
10
+
11
+ ## [3.7.1] - 2024-02-07
8
12
  ### Added
9
13
  - The ability to filter transactions with no input data (#243)
10
14
 
11
15
  ### Fixed
12
16
  - Error handling for fetching dictionary chain aliases and switch to built in nodejs fetch (#247)
17
+ - Critical bug introduced in 3.6.0 which broke historical indexing
13
18
 
14
19
  ## [3.7.0] - 2024-01-30
15
20
  ### Added
@@ -395,7 +400,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
395
400
  ### Added
396
401
  - Init release
397
402
 
398
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...HEAD
403
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...HEAD
404
+ [3.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...node-ethereum/3.7.1
399
405
  [3.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.6.0...node-ethereum/3.7.0
400
406
  [3.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.2...node-ethereum/3.6.0
401
407
  [3.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...node-ethereum/3.5.2