@subql/node-ethereum 3.3.7-0 → 3.4.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 +6 -2
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,7 +5,10 @@ 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.0] - 2023-11-27
|
|
8
10
|
### Added
|
|
11
|
+
- Update `@subql/node-core` with bug fixes
|
|
9
12
|
- Different method for detecting block forks for chains with probabalistic finalization (#217)
|
|
10
13
|
|
|
11
14
|
## [3.3.6] - 2023-11-23
|
|
@@ -22,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
25
|
|
|
23
26
|
## [3.3.3] - 2023-11-13
|
|
24
27
|
### Changed
|
|
25
|
-
- Updates to match changes in
|
|
28
|
+
- Updates to match changes in
|
|
26
29
|
- Dictionary service to use dictionary registry
|
|
27
30
|
- Use yargs from node core
|
|
28
31
|
|
|
@@ -340,7 +343,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
340
343
|
### Added
|
|
341
344
|
- Init release
|
|
342
345
|
|
|
343
|
-
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.
|
|
346
|
+
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.4.0...HEAD
|
|
347
|
+
[3.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.6...node-ethereum/3.4.0
|
|
344
348
|
[3.3.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.5...node-ethereum/3.3.6
|
|
345
349
|
[3.3.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.4...node-ethereum/3.3.5
|
|
346
350
|
[3.3.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.3.3...node-ethereum/3.3.4
|
package/package.json
CHANGED