@subql/node-ethereum 3.7.1-2 → 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 +5 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -5,11 +5,14 @@ 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
|
|
|
11
13
|
### Fixed
|
|
12
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
|
|
13
16
|
|
|
14
17
|
## [3.7.0] - 2024-01-30
|
|
15
18
|
### Added
|
|
@@ -395,7 +398,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
395
398
|
### Added
|
|
396
399
|
- Init release
|
|
397
400
|
|
|
398
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.7.
|
|
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
|
|
399
403
|
[3.7.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.6.0...node-ethereum/3.7.0
|
|
400
404
|
[3.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.2...node-ethereum/3.6.0
|
|
401
405
|
[3.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.5.1...node-ethereum/3.5.2
|