@subql/node-ethereum 2.10.0 → 2.11.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
+ ## [2.11.1] - 2023-08-14
10
+ ### Changed
11
+ - Synced with main sdk:
12
+ - add `--primary-network-endpoint` cli option
13
+ - Support for update availability logs
14
+
9
15
  ## [2.10.0] - 2023-07-31
10
16
  ### Added
11
17
  - Added `!null` filter for logs (#135)
@@ -192,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
192
198
  ### Added
193
199
  - Init release
194
200
 
195
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...HEAD
201
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...HEAD
202
+ [2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1
196
203
  [2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
197
204
  [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
198
205
  [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1