@subql/node-ethereum 6.2.2-0 → 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/utils/string.js +2 -1
  4. package/dist/utils/string.js.map +1 -1
  5. package/package.json +3 -3
  6. package/dist/blockchain.service.test.d.ts +0 -1
  7. package/dist/blockchain.service.test.js +0 -27
  8. package/dist/blockchain.service.test.js.map +0 -1
  9. package/dist/ethereum/api.ethereum.test.d.ts +0 -1
  10. package/dist/ethereum/api.ethereum.test.js +0 -266
  11. package/dist/ethereum/api.ethereum.test.js.map +0 -1
  12. package/dist/ethereum/api.service.ethereum.test.d.ts +0 -1
  13. package/dist/ethereum/api.service.ethereum.test.js +0 -91
  14. package/dist/ethereum/api.service.ethereum.test.js.map +0 -1
  15. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.d.ts +0 -1
  16. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.js +0 -33
  17. package/dist/ethereum/ethers/celo/celo-ws-provider.spec.js.map +0 -1
  18. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.d.ts +0 -1
  19. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.js +0 -63
  20. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.js.map +0 -1
  21. package/dist/ethereum/ethers/op/op-provider.spec.d.ts +0 -1
  22. package/dist/ethereum/ethers/op/op-provider.spec.js +0 -32
  23. package/dist/ethereum/ethers/op/op-provider.spec.js.map +0 -1
  24. package/dist/indexer/dictionary/utils.spec.d.ts +0 -1
  25. package/dist/indexer/dictionary/utils.spec.js +0 -101
  26. package/dist/indexer/dictionary/utils.spec.js.map +0 -1
  27. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.d.ts +0 -1
  28. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js +0 -519
  29. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js.map +0 -1
  30. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.d.ts +0 -1
  31. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js +0 -585
  32. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js.map +0 -1
  33. package/dist/indexer/dictionary/v2/utils.spec.d.ts +0 -1
  34. package/dist/indexer/dictionary/v2/utils.spec.js +0 -92
  35. package/dist/indexer/dictionary/v2/utils.spec.js.map +0 -1
  36. package/dist/indexer/unfinalizedBlocks.service.spec.d.ts +0 -1
  37. package/dist/indexer/unfinalizedBlocks.service.spec.js +0 -169
  38. package/dist/indexer/unfinalizedBlocks.service.spec.js.map +0 -1
  39. package/dist/utils/project.spec.d.ts +0 -1
  40. package/dist/utils/project.spec.js +0 -99
  41. package/dist/utils/project.spec.js.map +0 -1
  42. package/dist/utils/string.spec.d.ts +0 -1
  43. package/dist/utils/string.spec.js +0 -103
  44. package/dist/utils/string.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