@subql/node 6.4.5 → 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 +6 -1
- package/dist/.tsbuildinfo +1 -1
- package/dist/blockchain.service.js +0 -2
- package/dist/blockchain.service.js.map +1 -1
- package/dist/indexer/worker/worker.service.d.ts +1 -1
- package/dist/indexer/worker/worker.service.js +3 -4
- package/dist/indexer/worker/worker.service.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [6.4.6] - 2025-11-26
|
|
10
|
+
### Fixed
|
|
11
|
+
- skipTransactions combined with workers throwing an error getting the block timestamp (#2978)
|
|
12
|
+
|
|
9
13
|
## [6.4.5] - 2025-11-25
|
|
10
14
|
### Fixed
|
|
11
15
|
- Updating models updateOnDuplicate field being calculated incorrectly (#2976)
|
|
@@ -1488,7 +1492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1488
1492
|
### Changed
|
|
1489
1493
|
- bump @polkadot/api to 3.1.1
|
|
1490
1494
|
|
|
1491
|
-
[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
|
|
1492
1497
|
[6.4.5]: https://github.com/subquery/subql/compare/node/6.4.4...node/6.4.5
|
|
1493
1498
|
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
|
|
1494
1499
|
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|