@subql/node-ethereum 2.9.3-5 → 2.10.1-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,15 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- ### Add
10
- - Added `!null` filter for logs (#135)
9
+ ### Changed
10
+ - Synced with main sdk:
11
+ - add `--primary-network-endpoint` cli option
12
+ - Support for update availability logs
11
13
 
12
- ### Updated
14
+ ## [2.10.0] - 2023-07-31
15
+ ### Added
16
+ - Added `!null` filter for logs (#135)
17
+ ### Changed
13
18
  - Update license to GPL-3.0 (#137)
14
19
  - Updated retry logic for eth requests (#134)
15
20
  - Adjust batch size for `JsonRpcBatchProvider` dynamically (#121)
16
- - Sync with node-core :
17
- - init db schema manually during test run
21
+ - Sync with node-core :
22
+ - init db schema manually during test run
18
23
  - fix retry logic for workers in connection pool
19
24
  - Performance scoring fix
20
25
 
@@ -189,7 +194,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
189
194
  - Retry request when encouraging timeout/rate limit behaviours (#9)
190
195
 
191
196
  ## [0.1.0] - 2022-10-31
192
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...HEAD
197
+ ### Added
198
+ - Init release
199
+
200
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...HEAD
201
+ [2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
193
202
  [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
194
203
  [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
195
204
  [2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0