@subql/node-ethereum 5.4.1-3 → 5.5.0
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 +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,8 @@ 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.5.0] - 2025-02-26
|
|
8
10
|
### Fixed
|
|
9
11
|
- `timestamp` field missing on `Header`
|
|
10
12
|
|
|
@@ -13,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
15
|
- Update nestjs dependencies (#363)
|
|
14
16
|
- Update node core and implement blockchain service (#363)
|
|
15
17
|
- Upgrade to Node.js LTS (#367)
|
|
18
|
+
- Update @subql/node-core dependencies (#368)
|
|
16
19
|
|
|
17
20
|
## [5.4.0] - 2025-01-28
|
|
18
21
|
### Changed
|
|
@@ -593,7 +596,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
593
596
|
### Added
|
|
594
597
|
- Init release
|
|
595
598
|
|
|
596
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.
|
|
599
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...HEAD
|
|
600
|
+
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
|
|
597
601
|
[5.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.3.0...node-ethereum/5.4.0
|
|
598
602
|
[5.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.1...node-ethereum/5.3.0
|
|
599
603
|
[5.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...node-ethereum/5.2.1
|