@subql/node-ethereum 4.7.4-2 → 5.0.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 +14 -2
- package/dist/.tsbuildinfo +1 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,10 +5,20 @@ 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
|
+
## [5.0.1] - 2024-07-29
|
|
10
|
+
### Fixed
|
|
11
|
+
- Docker images not having TZ set to UTC (#333)
|
|
12
|
+
- Bump `@subql/node-core` with fixes for data consitstency issue (#333)
|
|
13
|
+
|
|
14
|
+
## [5.0.0] - 2024-07-26
|
|
8
15
|
### Changed
|
|
9
16
|
- Enable ts strict mode
|
|
10
|
-
- Update to latest `@subql/node-core` (#330)
|
|
11
17
|
- Use Subquery Project code from node core (#331)
|
|
18
|
+
- Breaking change: Update to latest `@subql/node-core`, require indexing environment timezone set to UTC (#330)
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
- Bump with `@subql/node-core`, fixed various issues causing poi inconsistency (#2497)
|
|
12
22
|
|
|
13
23
|
## [4.7.3] - 2024-07-16
|
|
14
24
|
### Fixed
|
|
@@ -522,7 +532,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
522
532
|
### Added
|
|
523
533
|
- Init release
|
|
524
534
|
|
|
525
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/
|
|
535
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.1...HEAD
|
|
536
|
+
[5.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.0...node-ethereum/5.0.1
|
|
537
|
+
[5.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.3...node-ethereum/5.0.0
|
|
526
538
|
[4.7.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.2...node-ethereum/4.7.3
|
|
527
539
|
[4.7.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.1...node-ethereum/4.7.2
|
|
528
540
|
[4.7.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/4.7.0...node-ethereum/4.7.1
|