@subql/node-ethereum 2.9.2-0 → 2.9.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.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
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)
12
+
9
13
  ## [2.9.1] - 2023-07-07
10
14
  ### Fixed
11
15
  - Sync with @subql/node-core@3.1.1, fixed Poi table missing mmr issue