@subql/node 6.4.6-0 → 6.4.6
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 +4 -1
- package/package.json +3 -4
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
|
+
## [6.4.6] - 2025-11-26
|
|
8
10
|
### Fixed
|
|
9
11
|
- skipTransactions combined with workers throwing an error getting the block timestamp (#2978)
|
|
10
12
|
|
|
@@ -1490,7 +1492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1490
1492
|
### Changed
|
|
1491
1493
|
- bump @polkadot/api to 3.1.1
|
|
1492
1494
|
|
|
1493
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.
|
|
1495
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.6...HEAD
|
|
1496
|
+
[6.4.6]: https://github.com/subquery/subql/compare/node/6.4.5...node/6.4.6
|
|
1494
1497
|
[6.4.5]: https://github.com/subquery/subql/compare/node/6.4.4...node/6.4.5
|
|
1495
1498
|
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
|
|
1496
1499
|
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@subql/node",
|
|
3
|
-
"version": "6.4.6
|
|
3
|
+
"version": "6.4.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Ian He",
|
|
6
6
|
"license": "GPL-3.0",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@nestjs/schedule": "^5.0.1",
|
|
28
28
|
"@polkadot/api": "^16.4.7",
|
|
29
29
|
"@subql/common-substrate": "~4.5.5",
|
|
30
|
-
"@subql/node-core": "~
|
|
30
|
+
"@subql/node-core": "~19.0.0",
|
|
31
31
|
"@subql/types": "~3.15.0",
|
|
32
32
|
"@subql/utils": "~2.22.1",
|
|
33
33
|
"fetch-h2": "3.0.2",
|
|
@@ -58,6 +58,5 @@
|
|
|
58
58
|
"LICENSE",
|
|
59
59
|
"README.md",
|
|
60
60
|
"CHANGELOG.md"
|
|
61
|
-
]
|
|
62
|
-
"stableVersion": "6.4.5"
|
|
61
|
+
]
|
|
63
62
|
}
|