Skip to content

Commit

Permalink
[release] 20230707 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jul 7, 2023
1 parent ab1cb89 commit ed84a15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
Empty file removed .yarn/versions/826406a4.yml
Empty file.
8 changes: 6 additions & 2 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.9.1] - 2023-07-07
### Fixed
- Sync with @subql/node-core@3.1.1, fixed Poi table missing mmr issue
- Finalization check with BSC and improved rate limit handling (#126)

## [2.9.0] - 2023-07-05
Expand Down Expand Up @@ -164,8 +167,9 @@ 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/v2.9.0...HEAD
[2.9.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/v2.8.0...node-ethereum/v2.9.0
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.9.1...HEAD
[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
[2.6.1]: https://github.com/subquery/subql-ethereum/compare/node/2.6.0...node-ethereum/2.6.1
[2.6.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/2.5.3...node-ethereum/2.6.0
Expand Down
7 changes: 3 additions & 4 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.1-0",
"version": "2.9.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^2.3.0",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^3.1.0",
"@subql/node-core": "^3.1.1",
"@subql/testing": "^2.0.0",
"@subql/types": "^2.1.2",
"@subql/types-ethereum": "workspace:*",
Expand Down Expand Up @@ -66,6 +66,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.9.0"
]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3017,9 +3017,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^3.1.0":
version: 3.1.0
resolution: "@subql/node-core@npm:3.1.0"
"@subql/node-core@npm:^3.1.1":
version: 3.1.1
resolution: "@subql/node-core@npm:3.1.1"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
Expand All @@ -3045,7 +3045,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 68081ded371cbf1f291009e7db4278e0ce23eb6a3d1935004a0a138d993531d02431d24c95b26f077a4783f76c9acd74c962e54f8e099b03417b9d99b0a1295f
checksum: 3fb14771a1d233b4f1e531b73e4159dff9348b445d57ad090e76b950d2632709c1bc3ac75544c0cbcec5b08bae43926b4b5410f69e9229c73247a901f30d3a30
languageName: node
linkType: hard

Expand All @@ -3063,7 +3063,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^2.3.0
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^3.1.0
"@subql/node-core": ^3.1.1
"@subql/testing": ^2.0.0
"@subql/types": ^2.1.2
"@subql/types-ethereum": "workspace:*"
Expand Down

0 comments on commit ed84a15

Please sign in to comment.