@subql/node-ethereum 2.9.2-1 → 2.9.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 -3
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -6,9 +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.9.2] - 2023-07-12
9
10
  ### Fixed
10
- - Handle RPC error for oversized block responses
11
- - Sync with @subql/node-core@3.1.2, various improvements for POI feature (#1869)
11
+ - Sync with @subql/node-core@3.1.2 (#130)
12
+ - Various improvements for POI feature
13
+ - Handle RPC error for oversize block responses
14
+ - Missing format transaction in log (#128)
12
15
 
13
16
  ## [2.9.1] - 2023-07-07
14
17
  ### Fixed
@@ -171,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
171
174
  - Retry request when encouraging timeout/rate limit behaviours (#9)
172
175
 
173
176
  ## [0.1.0] - 2022-10-31
174
- [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...HEAD
177
+ [Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...HEAD
178
+ [2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
175
179
  [2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
176
180
  [2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
177
181
  [2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "2.9.2-1",
3
+ "version": "2.9.2",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "Apache-2.0",
@@ -66,6 +66,5 @@
66
66
  "files": [
67
67
  "/dist",
68
68
  "/bin"
69
- ],
70
- "stableVersion": "2.9.2-0"
69
+ ]
71
70
  }