@subql/node-ethereum 3.7.1-1 → 3.7.1

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,9 +5,15 @@ 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
+
9
+ ## [3.7.1] - 2024-02-07
8
10
  ### Added
9
11
  - The ability to filter transactions with no input data (#243)
10
12
 
13
+ ### Fixed
14
+ - Error handling for fetching dictionary chain aliases and switch to built in nodejs fetch (#247)
15
+ - Critical bug introduced in 3.6.0 which broke historical indexing
16
+
11
17
  ## [3.7.0] - 2024-01-30
12
18
  ### Added
13
19
  - Special support for BEVM Canary (#241)
@@ -392,7 +398,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
392
398
  ### Added
393
399
  - Init release
394
400
 
395
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...HEAD
401
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.1...HEAD
402
+ [3.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.0...node-ethereum/3.7.1
396
403
  [3.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.6.0...node-ethereum/3.7.0
397
404
  [3.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.2...node-ethereum/3.6.0
398
405
  [3.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...node-ethereum/3.5.2