@subql/node-ethereum 2.6.2-5 → 2.8.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 (32) hide show
  1. package/CHANGELOG.md +32 -24
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/indexer/dictionary.service.d.ts +3 -3
  4. package/dist/indexer/dictionary.service.js +10 -13
  5. package/dist/indexer/dictionary.service.js.map +1 -1
  6. package/dist/indexer/fetch.module.js +2 -2
  7. package/dist/indexer/fetch.module.js.map +1 -1
  8. package/dist/indexer/indexer.module.js +1 -0
  9. package/dist/indexer/indexer.module.js.map +1 -1
  10. package/dist/indexer/worker/worker.unfinalizedBlocks.service.d.ts +1 -0
  11. package/dist/indexer/worker/worker.unfinalizedBlocks.service.js +4 -0
  12. package/dist/indexer/worker/worker.unfinalizedBlocks.service.js.map +1 -1
  13. package/dist/meta/meta.module.js +2 -8
  14. package/dist/meta/meta.module.js.map +1 -1
  15. package/dist/subcommands/forceClean.module.d.ts +0 -2
  16. package/dist/subcommands/forceClean.module.js +2 -12
  17. package/dist/subcommands/forceClean.module.js.map +1 -1
  18. package/dist/subcommands/mmrMigrate.module.d.ts +0 -2
  19. package/dist/subcommands/mmrMigrate.module.js +2 -22
  20. package/dist/subcommands/mmrMigrate.module.js.map +1 -1
  21. package/dist/subcommands/mmrRegenerate.module.d.ts +0 -2
  22. package/dist/subcommands/mmrRegenerate.module.js +2 -18
  23. package/dist/subcommands/mmrRegenerate.module.js.map +1 -1
  24. package/dist/subcommands/reindex.module.js +1 -0
  25. package/dist/subcommands/reindex.module.js.map +1 -1
  26. package/dist/subcommands/reindex.service.d.ts +5 -21
  27. package/dist/subcommands/reindex.service.js +5 -62
  28. package/dist/subcommands/reindex.service.js.map +1 -1
  29. package/dist/yargs.d.ts +0 -1
  30. package/dist/yargs.js +2 -3
  31. package/dist/yargs.js.map +1 -1
  32. package/package.json +15 -17
package/CHANGELOG.md CHANGED
@@ -4,8 +4,15 @@ 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
+
10
+ ## [2.8.0] - 2023-06-27
11
+ ### Changed
12
+ - Update dependencies and sync with changes from main sdk (#118)
13
+
8
14
  ### Added
15
+ - Custom Error for `api.ethereum`, expose error code. (#115)
9
16
  - Add flag `query-address-limit` for dictionary queries (#111)
10
17
 
11
18
  ### Fixed
@@ -149,27 +156,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
149
156
  - Retry request when encouraging timeout/rate limit behaviours (#9)
150
157
 
151
158
  ## [0.1.0] - 2022-10-31
152
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/v2.6.1...HEAD
153
- [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.6.0...node/v2.6.1
154
- [2.6.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.3...node/v2.6.0
155
- [2.5.3]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.2...node/v2.5.3
156
- [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.1...node/v2.5.2
157
- [2.5.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.5.0...node/v2.5.1
158
- [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node/2.2.2...node/2.5.0
159
- [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.2.0.../node/v2.2.2
160
- [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.2.../node/v2.2.0
161
- [2.1.2]: https://github.com/subquery/subql-ethereum/compare/node/v2.1.0.../node/v2.1.2
162
- [2.1.0]: https://github.com/subquery/subql-ethereum/compare/node/v2.0.1.../node/v2.1.0
163
- [2.0.1]: https://github.com/subquery/subql-ethereum/compare/node/v2.0.0.../node/v2.0.1
164
- [2.0.0]: https://github.com/subquery/subql-ethereum/compare/node/v1.0.2.../node/v2.0.0
165
- [1.0.2]: https://github.com/subquery/subql-ethereum/compare/node/v1.0.1.../node/v1.0.2
166
- [1.0.1]: https://github.com/subquery/subql-ethereum/compare/node/v1.0.0.../node/v1.0.1
167
- [1.0.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.4.0.../node/v1.0.0
168
- [0.4.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.3.0.../node/v0.4.0
169
- [0.3.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.3.../node/v0.3.0
170
- [0.2.3]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.2.../node/v0.2.3
171
- [0.2.2]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.1.../node/v0.2.2
172
- [0.2.1]: https://github.com/subquery/subql-ethereum/compare/node/v0.2.0.../node/v0.2.1
173
- [0.2.0]: https://github.com/subquery/subql-ethereum/compare/node/v0.1.1.../node/v0.2.0
174
- [0.1.1]: https://github.com/subquery/subql-ethereum/compare/node/v0.1.0.../node/v0.1.1
175
- [0.1.0]: https://github.com/subquery/subql-ethereum/tags/v0.1.0
159
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...HEAD
160
+ [2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
161
+ [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
162
+ [2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
163
+ [2.5.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.2...node-ethereum/2.5.3
164
+ [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.1...node-ethereum/2.5.2
165
+ [2.5.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.0...node-ethereum/2.5.1
166
+ [2.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.2...node-ethereum/2.5.0
167
+ [2.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.2.0.../node-ethereum/2.2.2
168
+ [2.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.2.../node-ethereum/2.2.0
169
+ [2.1.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.1.0.../node-ethereum/2.1.2
170
+ [2.1.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.1.../node-ethereum/2.1.0
171
+ [2.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.0.0.../node-ethereum/2.0.1
172
+ [2.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.2.../node-ethereum/2.0.0
173
+ [1.0.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.1.../node-ethereum/1.0.2
174
+ [1.0.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/1.0.0.../node-ethereum/1.0.1
175
+ [1.0.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.4.0.../node-ethereum/1.0.0
176
+ [0.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.3.0.../node-ethereum/0.4.0
177
+ [0.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.3.../node-ethereum/0.3.0
178
+ [0.2.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.2.../node-ethereum/0.2.3
179
+ [0.2.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.1.../node-ethereum/0.2.2
180
+ [0.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.2.0.../node-ethereum/0.2.1
181
+ [0.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.1.../node-ethereum/0.2.0
182
+ [0.1.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/0.1.0.../node-ethereum/0.1.1
183
+ [0.1.0]: https://github.com/subquery/subql-ethereum/tags/node-ethereum/0.1.0