@subql/node-ethereum 3.4.5-0 → 3.4.5
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 +7 -1
- package/dist/.tsbuildinfo +1 -1
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,9 +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.4.5] - 2024-01-04
|
|
8
10
|
### Fixed
|
|
9
11
|
- Timestamp filters not working (#229)
|
|
10
12
|
|
|
13
|
+
### Changed
|
|
14
|
+
- Update node-core with DB query fix
|
|
15
|
+
|
|
11
16
|
## [3.4.4] - 2023-12-20
|
|
12
17
|
### Fixed
|
|
13
18
|
- Metadata lastProcessedHeight undefined issue via `@subql/node-core`
|
|
@@ -362,7 +367,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
362
367
|
### Added
|
|
363
368
|
- Init release
|
|
364
369
|
|
|
365
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.
|
|
370
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.5...HEAD
|
|
371
|
+
[3.4.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.4...node-ethereum/3.4.5
|
|
366
372
|
[3.4.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.3...node-ethereum/3.4.4
|
|
367
373
|
[3.4.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.2...node-ethereum/3.4.3
|
|
368
374
|
[3.4.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.1...node-ethereum/3.4.2
|