Skip to content

Commit

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

* revert changelog

* update

* update

* update
  • Loading branch information
jiqiang90 authored Oct 18, 2023
1 parent 83ca549 commit caed61f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 42 deletions.
Empty file removed .yarn/versions/5007f2da.yml
Empty file.
7 changes: 6 additions & 1 deletion packages/common-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.4] - 2023-10-18
### Changed
- Version bump with `common` 3.1.3

## [3.0.3] - 2023-10-12
### Changed
- Version bump with `@subql/common` 3.1.2
Expand Down Expand Up @@ -93,7 +97,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sync with main sdk (#14)

## [0.1.0] - 2022-10-31
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.3...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.4...HEAD
[3.0.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.3...common-ethereum/3.0.4
[3.0.3]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.2...common-ethereum/3.0.3
[3.0.2]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.1...common-ethereum/3.0.2
[3.0.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/3.0.0...common-ethereum/3.0.1
Expand Down
4 changes: 2 additions & 2 deletions packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "3.0.3",
"version": "3.0.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -14,7 +14,7 @@
"main": "dist/index.js",
"license": "GPL-3.0",
"dependencies": {
"@subql/common": "3.1.2",
"@subql/common": "3.1.3",
"@subql/types-ethereum": "workspace:*",
"@typechain/ethers-v5": "^11.1.1",
"js-yaml": "^4.1.0",
Expand Down
13 changes: 7 additions & 6 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.6] - 2023-10-18
### Fixed
- Update node-core, additional fix for store bulk methods failing with workers

## [3.0.5] - 2023-10-17
### Fixed
- Update `@subql/node-core` to fix:
Expand All @@ -16,17 +20,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [3.0.4] - 2023-10-12
### Changed
- debug has changed from a boolean to a string to allow scoping debug log level (#2077)

### Fixed
- Sync with node-core.
- Fix issues with using object destructing for store interface and workers
- Fixed Poi migration performance issue.
- Fixed AutoQueue timeout issue.
- Fixed Poi sync could block DB IO and drop connection issue.

## [3.0.4] - 2023-10-12
### Fixed
- Update `@subql/node-core` to fix issues with using object destructing for store interface and workers

## [3.0.3] - 2023-10-05
### Changed
- Version bump with `@subql/types-ethereum` 3.0.2
Expand Down Expand Up @@ -285,7 +285,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Init release

[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.6...HEAD
[3.0.6]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.5...node-ethereum/3.0.6
[3.0.5]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.4...node-ethereum/3.0.5
[3.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...node-ethereum/3.0.4
[3.0.4]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/3.0.3...node-ethereum/3.0.4
Expand Down
6 changes: 3 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": "3.0.5",
"version": "3.0.6",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -25,9 +25,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "3.1.2",
"@subql/common": "3.1.3",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^6.0.3",
"@subql/node-core": "^6.0.4",
"@subql/testing": "^2.0.2",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down
42 changes: 12 additions & 30 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3172,7 +3172,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-ethereum@workspace:packages/common-ethereum"
dependencies:
"@subql/common": 3.1.2
"@subql/common": 3.1.3
"@subql/types-ethereum": "workspace:*"
"@typechain/ethers-v5": ^11.1.1
"@types/ejs": ^3.1.2
Expand All @@ -3192,27 +3192,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.1.2":
version: 3.1.2
resolution: "@subql/common@npm:3.1.2"
dependencies:
"@subql/types-core": 0.1.1
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: e979fac54089276de67a3a498bdf53396ac3726542d9f38350bced06f45921ab937a885a9c6cf183f3f5e7c82877c8ce9e27a5a5bf1f6fae6113baf68b4b3e55
languageName: node
linkType: hard

"@subql/common@npm:3.1.3-0":
version: 3.1.3-0
resolution: "@subql/common@npm:3.1.3-0"
"@subql/common@npm:3.1.3":
version: 3.1.3
resolution: "@subql/common@npm:3.1.3"
dependencies:
"@subql/types-core": 0.1.2-0
axios: ^0.27.2
Expand All @@ -3224,20 +3206,20 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 7feacfae6ce121162bcd034944182b53b0f2182e1d516cff80dffdb5ec5d4ad11ecae1b79662deebd125722a9c77bceba0aea67808875eacc4300f761de9391f
checksum: 2e5f145a44913dda9d8cd5d9cfe1bbda6be8e46ef74b278191f67310ffbfeea6ce76c4ff79c5b6b4a9e21a93d60994bc31db29e7bd198cdafe4203723b59893c
languageName: node
linkType: hard

"@subql/node-core@npm:^6.0.3":
version: 6.0.3
resolution: "@subql/node-core@npm:6.0.3"
"@subql/node-core@npm:^6.0.4":
version: 6.0.4
resolution: "@subql/node-core@npm:6.0.4"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/apollo-links": ^1.0.2
"@subql/common": 3.1.3-0
"@subql/common": 3.1.3
"@subql/testing": 2.1.0
"@subql/types": 3.1.3-1
"@subql/utils": 2.4.5-0
Expand All @@ -3255,7 +3237,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 0ca10dfd76b3f451e0a6480dc737dbb90b30805ad5137b15d6ca82a6d01f0441be980e6f7efb42f1ce2238e65b919a5319efed0d8987c1952f3764184687822b
checksum: 164a25af46d3ad47573bb8fb5e037707fe0835be995f24dff0210e0edd38589d7f15774f20b824bf8671d5c9f52bdca4dbecf854a27b78cb02459bd3d07f7ea3
languageName: node
linkType: hard

Expand All @@ -3271,9 +3253,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": 3.1.2
"@subql/common": 3.1.3
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^6.0.3
"@subql/node-core": ^6.0.4
"@subql/testing": ^2.0.2
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down

0 comments on commit caed61f

Please sign in to comment.