@subql/node 6.4.5-0 → 6.4.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 +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 +3 -3
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
|
### Fixed
|
|
9
|
+
- skipTransactions combined with workers throwing an error getting the block timestamp (#2978)
|
|
10
|
+
|
|
11
|
+
## [6.4.5] - 2025-11-25
|
|
12
|
+
### Fixed
|
|
9
13
|
- Updating models updateOnDuplicate field being calculated incorrectly (#2976)
|
|
10
14
|
|
|
11
15
|
## [6.4.4] - 2025-11-20
|
|
@@ -1486,7 +1490,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1486
1490
|
### Changed
|
|
1487
1491
|
- bump @polkadot/api to 3.1.1
|
|
1488
1492
|
|
|
1489
|
-
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.
|
|
1493
|
+
[Unreleased]: https://github.com/subquery/subql/compare/node/6.4.5...HEAD
|
|
1494
|
+
[6.4.5]: https://github.com/subquery/subql/compare/node/6.4.4...node/6.4.5
|
|
1490
1495
|
[6.4.4]: https://github.com/subquery/subql/compare/node/6.4.3...node/6.4.4
|
|
1491
1496
|
[6.4.3]: https://github.com/subquery/subql/compare/node/6.4.2...node/6.4.3
|
|
1492
1497
|
[6.4.2]: https://github.com/subquery/subql/compare/node/6.4.0...node/6.4.2
|