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