@subql/node-ethereum 2.11.1-3 → 2.12.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
@@ -5,10 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
7
  ## [Unreleased]
8
+
9
+ ## [2.12.1] - 2023-09-01
10
+ ### Fixed
11
+ - Update `node-core` to 4.2.6, fix timeout issue for unavailable networks in dictionary resolver.
12
+
13
+ ## [2.12.0] - 2023-09-01
8
14
  ### Fixed
9
15
  - Fallback to singular provider if batch provider is not supported (#144)
10
16
  - Fix missing ds option for event in dictionary query entries (#145)
11
-
17
+ - Update `node-core` to 4.2.5, fix dictionary failed to get token issue.
12
18
  ### Added
13
19
  - Custom provider for Celo (#147)
14
20
 
@@ -204,14 +210,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
204
210
  ### Added
205
211
  - Init release
206
212
 
207
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...HEAD
213
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...HEAD
214
+ [2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
215
+ [2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0
208
216
  [2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1
209
217
  [2.10.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...node-ethereum/2.10.0
210
218
  [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
211
219
  [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
212
220
  [2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
213
221
  [2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
214
- [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
222
+ [2.6.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum//2.6.0...node-ethereum/2.6.1
215
223
  [2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
216
224
  [2.5.3]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.2...node-ethereum/2.5.3
217
225
  [2.5.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.1...node-ethereum/2.5.2