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