@subql/node-ethereum 5.1.7 → 5.2.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.
Files changed (31) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/ethereum/api.ethereum.test.js +9 -14
  4. package/dist/ethereum/api.ethereum.test.js.map +1 -1
  5. package/dist/ethereum/ethers/celo/celo-provider.d.ts +3 -3
  6. package/dist/indexer/blockDispatcher/block-dispatcher.service.d.ts +2 -2
  7. package/dist/indexer/blockDispatcher/block-dispatcher.service.js +4 -5
  8. package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +1 -1
  9. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.d.ts +3 -3
  10. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +5 -6
  11. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +1 -1
  12. package/dist/indexer/fetch.module.js +4 -4
  13. package/dist/indexer/fetch.module.js.map +1 -1
  14. package/dist/indexer/fetch.service.d.ts +2 -2
  15. package/dist/indexer/fetch.service.js +4 -4
  16. package/dist/indexer/fetch.service.js.map +1 -1
  17. package/dist/indexer/project.service.d.ts +2 -2
  18. package/dist/indexer/project.service.js.map +1 -1
  19. package/dist/indexer/unfinalizedBlocks.service.d.ts +5 -5
  20. package/dist/indexer/unfinalizedBlocks.service.js +16 -11
  21. package/dist/indexer/unfinalizedBlocks.service.js.map +1 -1
  22. package/dist/indexer/unfinalizedBlocks.service.spec.js +13 -5
  23. package/dist/indexer/unfinalizedBlocks.service.spec.js.map +1 -1
  24. package/dist/indexer/worker/worker.service.d.ts +3 -7
  25. package/dist/indexer/worker/worker.service.js +2 -0
  26. package/dist/indexer/worker/worker.service.js.map +1 -1
  27. package/dist/subcommands/reindex.module.js +6 -1
  28. package/dist/subcommands/reindex.module.js.map +1 -1
  29. package/dist/subcommands/testing.module.js +6 -1
  30. package/dist/subcommands/testing.module.js.map +1 -1
  31. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [5.2.0] - 2024-11-28
10
+ ### Added
11
+ - Support for historical indexing by timestamp as well as block height
12
+ - Add an `--enable-cache` flag, allowing you to choose between DB or cache for IO operations.
13
+
9
14
  ## [5.1.7] - 2024-10-24
10
15
  ### Fixed
11
16
  - When there is no log data for fullBlock, it is determined as lightBlock. (#350)
@@ -568,7 +573,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
568
573
  ### Added
569
574
  - Init release
570
575
 
571
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...HEAD
576
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...HEAD
577
+ [5.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...node-ethereum/5.2.0
572
578
  [5.1.7]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.6...node-ethereum/5.1.7
573
579
  [5.1.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.5...node-ethereum/5.1.6
574
580
  [5.1.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.4...node-ethereum/5.1.5