Skip to content

Commit

Permalink
[release] 20230705 (#125)
Browse files Browse the repository at this point in the history
* [release] 20230705

* fix changelog
  • Loading branch information
jiqiang90 authored Jul 5, 2023
1 parent ef58920 commit 2547650
Show file tree
Hide file tree
Showing 15 changed files with 13 additions and 16 deletions.
Empty file removed .yarn/versions/09e8022a.yml
Empty file.
Empty file removed .yarn/versions/23ccb56b.yml
Empty file.
Empty file removed .yarn/versions/519cf560.yml
Empty file.
Empty file removed .yarn/versions/58a6e18e.yml
Empty file.
Empty file removed .yarn/versions/bd99a65f.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/c1ef82b4.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .yarn/versions/cbec37f2.yml

This file was deleted.

Empty file removed .yarn/versions/db78df02.yml
Empty file.
Empty file removed .yarn/versions/dfd30aec.yml
Empty file.
Empty file removed .yarn/versions/f3d16252.yml
Empty file.
Empty file removed .yarn/versions/f5471c26.yml
Empty file.
Empty file removed .yarn/versions/fb6f9df0.yml
Empty file.
8 changes: 5 additions & 3 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +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]
## Fixed
- Limit the number of calls to eth_chainId (#123)

## [2.9.0] - 2023-07-05
### Fixed
- Limit the number of calls to eth_chainId (#123)
### Added
- `store-cache-upper-limit` flag to limit the max size of the store cache. (#124)

Expand Down Expand Up @@ -160,7 +161,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.8.0...HEAD
[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
[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.8.1-2",
"version": "2.9.0",
"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": "dev",
"@subql/node-core": "^3.1.0",
"@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.8.1-1"
]
}
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:dev":
version: 3.0.1-0
resolution: "@subql/node-core@npm:3.0.1-0"
"@subql/node-core@npm:^3.1.0":
version: 3.1.0
resolution: "@subql/node-core@npm:3.1.0"
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: 563a21f0ae7b72dd2ec95d8caa51e2832859a1a78827845edcc7f0304b1eace08d15585cc88e61618cc9aa11461b4ae844602d8b43f57392084294f86998d080
checksum: 68081ded371cbf1f291009e7db4278e0ce23eb6a3d1935004a0a138d993531d02431d24c95b26f077a4783f76c9acd74c962e54f8e099b03417b9d99b0a1295f
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": dev
"@subql/node-core": ^3.1.0
"@subql/testing": ^2.0.0
"@subql/types": ^2.1.2
"@subql/types-ethereum": "workspace:*"
Expand Down

0 comments on commit 2547650

Please sign in to comment.