@subql/node-ethereum 1.0.2-2 → 1.0.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
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.0.2] - 2023-04-12
10
+ ### Fixed
11
+ - Improve error handling with 429 errors (#53)
12
+ - Check result from json-rpc-batch request is array (#54)
13
+ ### Changed
14
+ - Update node-core, update logic for cockroach db (#55)
9
15
 
10
16
  ## [1.0.1] - 2023-04-05
11
17
  ### Fixed