Skip to content

Commit

Permalink
Prerelease ethereum 20231016 (#182)
Browse files Browse the repository at this point in the history
* [release] 20231012

* changelog

* fix debug as string

* prerelease node 20231016
  • Loading branch information
jiqiang90 authored Oct 15, 2023
1 parent e46e3d2 commit 97fea59
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 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.4] - 2023-10-12
### Fixed
- Update `@subql/node-core` to fix issues with using object destructing for store interface and workers

## [3.0.4] - 2023-10-12
### Changed
- debug has changed from a boolean to a string to allow scoping debug log level (#2077)
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "3.1.2",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^6.0.1",
"@subql/node-core": "^6.0.2",
"@subql/testing": "^2.0.2",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3055,9 +3055,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^6.0.1":
version: 6.0.1
resolution: "@subql/node-core@npm:6.0.1"
"@subql/node-core@npm:^6.0.2":
version: 6.0.2
resolution: "@subql/node-core@npm:6.0.2"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
Expand All @@ -3082,7 +3082,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 8c118db94ce2756643092ff71b15eb30ec46256cd6bbbd2beefc8f2cae53d7800f9f4d97d2a045d68a7621040c6399da9902717ed25dddd5fea3334d2f2cdbd0
checksum: ff07ba7e9abadcf0ddc9be3672fd4059341a28e1385291cb6bdfb92a3a517796245ee92d421b3d11f533465a3674fab1d32e7c3763ae97144fe034e7d5ecd5a3
languageName: node
linkType: hard

Expand All @@ -3100,7 +3100,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": 3.1.2
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^6.0.1
"@subql/node-core": ^6.0.2
"@subql/testing": ^2.0.2
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down

0 comments on commit 97fea59

Please sign in to comment.