Skip to content

Commit

Permalink
[release] 20230712 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 12, 2023
1 parent f750fb1 commit a1790a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .yarn/versions/78b2b939.yml

This file was deleted.

Empty file removed .yarn/versions/f59551a5.yml
Empty file.
10 changes: 7 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.9.2] - 2023-07-12
### Fixed
- Handle RPC error for oversized block responses
- Sync with @subql/node-core@3.1.2, various improvements for POI feature (#1869)
- Sync with @subql/node-core@3.1.2 (#130)
- Various improvements for POI feature
- Handle RPC error for oversize block responses
- Missing format transaction in log (#128)

## [2.9.1] - 2023-07-07
### Fixed
Expand Down Expand Up @@ -171,7 +174,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Retry request when encouraging timeout/rate limit behaviours (#9)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.2...HEAD
[2.9.2]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...node-ethereum/2.9.2
[2.9.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.0...node-ethereum/2.9.1
[2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.8.0...node-ethereum/2.9.0
[2.8.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.6.1...node-ethereum/2.8.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-ethereum",
"version": "2.9.2-1",
"version": "2.9.2",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -66,6 +66,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.9.2-0"
]
}

0 comments on commit a1790a5

Please sign in to comment.