@subql/node-ethereum 6.2.1 → 6.2.2-1

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 (44) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/configure/SubqueryProject.js +7 -0
  4. package/dist/configure/SubqueryProject.js.map +1 -1
  5. package/dist/utils/project.d.ts +14 -1
  6. package/dist/utils/project.js +100 -0
  7. package/dist/utils/project.js.map +1 -1
  8. package/dist/utils/string.d.ts +8 -0
  9. package/dist/utils/string.js +202 -1
  10. package/dist/utils/string.js.map +1 -1
  11. package/package.json +4 -3
  12. package/dist/blockchain.service.test.d.ts +0 -1
  13. package/dist/blockchain.service.test.js +0 -27
  14. package/dist/blockchain.service.test.js.map +0 -1
  15. package/dist/ethereum/api.ethereum.test.d.ts +0 -1
  16. package/dist/ethereum/api.ethereum.test.js +0 -266
  17. package/dist/ethereum/api.ethereum.test.js.map +0 -1
  18. package/dist/ethereum/api.service.ethereum.test.d.ts +0 -1
  19. package/dist/ethereum/api.service.ethereum.test.js +0 -91
  20. package/dist/ethereum/api.service.ethereum.test.js.map +0 -1
  21. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.d.ts +0 -1
  22. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.js +0 -33
  23. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.js.map +0 -1
  24. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.d.ts +0 -1
  25. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.js +0 -63
  26. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.js.map +0 -1
  27. package/dist/ethereum/ethers/op/op-provider.spec.d.ts +0 -1
  28. package/dist/ethereum/ethers/op/op-provider.spec.js +0 -32
  29. package/dist/ethereum/ethers/op/op-provider.spec.js.map +0 -1
  30. package/dist/indexer/dictionary/utils.spec.d.ts +0 -1
  31. package/dist/indexer/dictionary/utils.spec.js +0 -101
  32. package/dist/indexer/dictionary/utils.spec.js.map +0 -1
  33. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.d.ts +0 -1
  34. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js +0 -519
  35. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js.map +0 -1
  36. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.d.ts +0 -1
  37. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js +0 -585
  38. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js.map +0 -1
  39. package/dist/indexer/dictionary/v2/utils.spec.d.ts +0 -1
  40. package/dist/indexer/dictionary/v2/utils.spec.js +0 -92
  41. package/dist/indexer/dictionary/v2/utils.spec.js.map +0 -1
  42. package/dist/indexer/unfinalizedBlocks.service.spec.d.ts +0 -1
  43. package/dist/indexer/unfinalizedBlocks.service.spec.js +0 -169
  44. package/dist/indexer/unfinalizedBlocks.service.spec.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  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
8
  ## [Unreleased]
9
+ ### Added
10
+ - Support for `indexed` option in event topic0 filters (#400)
8
11
 
9
12
  ## [6.2.1] - 2025-07-30
10
13
  ### Changed