@subql/node-ethereum 2.12.1 → 2.12.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [2.12.2] - 2023-09-04
10
+ ### Fixed
11
+ - Previous failed release
12
+
9
13
  ## [2.12.1] - 2023-09-01
10
14
  ### Fixed
11
15
  - Update `node-core` to 4.2.6, fix timeout issue for unavailable networks in dictionary resolver.
@@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
19
  - Fallback to singular provider if batch provider is not supported (#144)
16
20
  - Fix missing ds option for event in dictionary query entries (#145)
17
21
  - Update `node-core` to 4.2.5, fix dictionary failed to get token issue.
22
+
18
23
  ### Added
19
24
  - Custom provider for Celo (#147)
20
25
 
@@ -27,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
32
  ## [2.10.0] - 2023-07-31
28
33
  ### Added
29
34
  - Added `!null` filter for logs (#135)
35
+
30
36
  ### Changed
31
37
  - Update license to GPL-3.0 (#137)
32
38
  - Updated retry logic for eth requests (#134)
@@ -211,6 +217,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
211
217
  - Init release
212
218
 
213
219
  [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.2...HEAD
220
+ [2.12.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.1...node-ethereum/2.12.2
214
221
  [2.12.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.12.0...node-ethereum/2.12.1
215
222
  [2.12.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.11.1...node-ethereum/2.12.0
216
223
  [2.11.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.10.0...node-ethereum/2.11.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "GPL-3.0",
@@ -25,11 +25,11 @@
25
25
  "@nestjs/platform-express": "^9.4.0",
26
26
  "@nestjs/schedule": "^3.0.1",
27
27
  "@subql/common": "^2.6.0",
28
- "@subql/common-ethereum": "2.2.3",
28
+ "@subql/common-ethereum": "2.2.4",
29
29
  "@subql/node-core": "^4.2.6",
30
30
  "@subql/testing": "^2.0.0",
31
31
  "@subql/types": "^2.1.4",
32
- "@subql/types-ethereum": "2.2.4",
32
+ "@subql/types-ethereum": "2.2.5",
33
33
  "@willsoto/nestjs-prometheus": "^4.4.0",
34
34
  "cacheable-lookup": "6",
35
35
  "cron-converter": "^1.0.2",