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