@subql/node-ethereum 5.1.2 → 5.1.3

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 (101) hide show
  1. package/CHANGELOG.md +7 -1
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/app.module.js +2 -2
  4. package/dist/app.module.js.map +1 -1
  5. package/dist/configure/SubqueryProject.js +1 -2
  6. package/dist/configure/SubqueryProject.js.map +1 -1
  7. package/dist/configure/configure.module.js +2 -2
  8. package/dist/configure/configure.module.js.map +1 -1
  9. package/dist/ethereum/api.connection.js.map +1 -1
  10. package/dist/ethereum/api.ethereum.js.map +1 -1
  11. package/dist/ethereum/api.ethereum.test.js.map +1 -1
  12. package/dist/ethereum/api.service.ethereum.js +2 -2
  13. package/dist/ethereum/api.service.ethereum.js.map +1 -1
  14. package/dist/ethereum/api.service.ethereum.test.js +1 -1
  15. package/dist/ethereum/api.service.ethereum.test.js.map +1 -1
  16. package/dist/ethereum/block.ethereum.js +4 -5
  17. package/dist/ethereum/block.ethereum.js.map +1 -1
  18. package/dist/ethereum/ethers/celo/celo-provider.d.ts +69 -70
  19. package/dist/ethereum/ethers/json-rpc-batch-provider.d.ts +0 -1
  20. package/dist/ethereum/ethers/json-rpc-batch-provider.js.map +1 -1
  21. package/dist/ethereum/ethers/json-rpc-batch-provider.spec.js.map +1 -1
  22. package/dist/ethereum/ethers/json-rpc-provider.js.map +1 -1
  23. package/dist/ethereum/ethers/op/op-provider.d.ts +92 -93
  24. package/dist/ethereum/ethers/op/op-provider.js +2 -2
  25. package/dist/ethereum/ethers/op/op-provider.js.map +1 -1
  26. package/dist/ethereum/ethers/web/geturl.js +1 -2
  27. package/dist/ethereum/ethers/web/geturl.js.map +1 -1
  28. package/dist/ethereum/ethers/web/index.d.ts +0 -2
  29. package/dist/ethereum/ethers/web/index.js +3 -4
  30. package/dist/ethereum/ethers/web/index.js.map +1 -1
  31. package/dist/ethereum/ethers/web/types.d.ts +0 -2
  32. package/dist/ethereum/safe-api.js.map +1 -1
  33. package/dist/ethereum/utils.ethereum.js +9 -10
  34. package/dist/ethereum/utils.ethereum.js.map +1 -1
  35. package/dist/indexer/blockDispatcher/block-dispatcher.service.js +2 -2
  36. package/dist/indexer/blockDispatcher/block-dispatcher.service.js.map +1 -1
  37. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js +2 -2
  38. package/dist/indexer/blockDispatcher/worker-block-dispatcher.service.js.map +1 -1
  39. package/dist/indexer/dictionary/ethDictionary.service.js +2 -2
  40. package/dist/indexer/dictionary/ethDictionary.service.js.map +1 -1
  41. package/dist/indexer/dictionary/utils.d.ts +4 -3
  42. package/dist/indexer/dictionary/utils.js +17 -19
  43. package/dist/indexer/dictionary/utils.js.map +1 -1
  44. package/dist/indexer/dictionary/utils.spec.js +24 -6
  45. package/dist/indexer/dictionary/utils.spec.js.map +1 -1
  46. package/dist/indexer/dictionary/v1/ethDictionaryV1.d.ts +4 -8
  47. package/dist/indexer/dictionary/v1/ethDictionaryV1.js +64 -68
  48. package/dist/indexer/dictionary/v1/ethDictionaryV1.js.map +1 -1
  49. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js +64 -12
  50. package/dist/indexer/dictionary/v1/ethDictionaryV1.spec.js.map +1 -1
  51. package/dist/indexer/dictionary/v2/ethDictionaryV2.d.ts +1 -2
  52. package/dist/indexer/dictionary/v2/ethDictionaryV2.js +48 -69
  53. package/dist/indexer/dictionary/v2/ethDictionaryV2.js.map +1 -1
  54. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js +39 -3
  55. package/dist/indexer/dictionary/v2/ethDictionaryV2.spec.js.map +1 -1
  56. package/dist/indexer/dictionary/v2/utils.js +1 -2
  57. package/dist/indexer/dictionary/v2/utils.js.map +1 -1
  58. package/dist/indexer/dictionary/v2/utils.spec.js.map +1 -1
  59. package/dist/indexer/ds-processor.service.js +2 -2
  60. package/dist/indexer/ds-processor.service.js.map +1 -1
  61. package/dist/indexer/dynamic-ds.service.js +2 -2
  62. package/dist/indexer/dynamic-ds.service.js.map +1 -1
  63. package/dist/indexer/fetch.module.js +2 -2
  64. package/dist/indexer/fetch.module.js.map +1 -1
  65. package/dist/indexer/fetch.service.js +2 -2
  66. package/dist/indexer/fetch.service.js.map +1 -1
  67. package/dist/indexer/indexer.manager.js +2 -2
  68. package/dist/indexer/indexer.manager.js.map +1 -1
  69. package/dist/indexer/project.service.js +2 -2
  70. package/dist/indexer/project.service.js.map +1 -1
  71. package/dist/indexer/project.service.test.js +1 -1
  72. package/dist/indexer/project.service.test.js.map +1 -1
  73. package/dist/indexer/unfinalizedBlocks.service.js +2 -2
  74. package/dist/indexer/unfinalizedBlocks.service.js.map +1 -1
  75. package/dist/indexer/unfinalizedBlocks.service.spec.js +1 -1
  76. package/dist/indexer/unfinalizedBlocks.service.spec.js.map +1 -1
  77. package/dist/indexer/worker/worker-fetch.module.js +2 -2
  78. package/dist/indexer/worker/worker-fetch.module.js.map +1 -1
  79. package/dist/indexer/worker/worker.js.map +1 -1
  80. package/dist/indexer/worker/worker.module.js +2 -2
  81. package/dist/indexer/worker/worker.module.js.map +1 -1
  82. package/dist/indexer/worker/worker.service.js +2 -2
  83. package/dist/indexer/worker/worker.service.js.map +1 -1
  84. package/dist/init.js +1 -2
  85. package/dist/init.js.map +1 -1
  86. package/dist/main.js.map +1 -1
  87. package/dist/subcommands/forceClean.module.js +2 -2
  88. package/dist/subcommands/forceClean.module.js.map +1 -1
  89. package/dist/subcommands/reindex.module.js +4 -4
  90. package/dist/subcommands/reindex.module.js.map +1 -1
  91. package/dist/subcommands/testing.init.js +1 -2
  92. package/dist/subcommands/testing.init.js.map +1 -1
  93. package/dist/subcommands/testing.module.js +4 -4
  94. package/dist/subcommands/testing.module.js.map +1 -1
  95. package/dist/subcommands/testing.service.js +2 -2
  96. package/dist/subcommands/testing.service.js.map +1 -1
  97. package/dist/utils/project.js +5 -6
  98. package/dist/utils/project.js.map +1 -1
  99. package/dist/utils/string.js +4 -5
  100. package/dist/utils/string.js.map +1 -1
  101. package/package.json +1 -1
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.1.3] - 2024-08-28
10
+ ### Fixed
11
+ - Dictionary grouping optimisation regression (#344)
12
+ - Dictionary query not being used if address specified but no other filters (#344)
13
+
9
14
  ## [5.1.2] - 2024-08-27
10
15
  ### Changed
11
16
  - Use constant for filter `!null` value (#341)
@@ -547,7 +552,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
547
552
  ### Added
548
553
  - Init release
549
554
 
550
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...HEAD
555
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.3...HEAD
556
+ [5.1.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.2...node-ethereum/5.1.3
551
557
  [5.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.1...node-ethereum/5.1.2
552
558
  [5.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.0...node-ethereum/5.1.1
553
559
  [5.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.0.1...node-ethereum/5.1.0