@subql/node-ethereum 2.9.2-1 → 2.9.3-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.
package/CHANGELOG.md CHANGED
@@ -7,8 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
  ## [Unreleased]
8
8
 
9
9
  ### Fixed
10
- - Handle RPC error for oversized block responses
11
- - Sync with @subql/node-core@3.1.2, various improvements for POI feature (#1869)
10
+ - Fixed missing mmrQueryService in indexer module
11
+
12
+ ## [2.9.2] - 2023-07-12
13
+ ### Fixed
14
+ - Sync with @subql/node-core@3.1.2 (#130)
15
+ - Various improvements for POI feature
16
+ - Handle RPC error for oversize block responses
17
+ - Missing format transaction in log (#128)
12
18
 
13
19
  ## [2.9.1] - 2023-07-07
14
20
  ### Fixed
@@ -171,7 +177,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171
177
  - Retry request when encouraging timeout/rate limit behaviours (#9)
172
178
 
173
179
  ## [0.1.0] - 2022-10-31
174
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...HEAD
180
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...HEAD
181
+ [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
175
182
  [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
176
183
  [2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
177
184
  [2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0