Skip to content

Commit

Permalink
Update node core (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Jan 23, 2024
1 parent 1c5132d commit f30dff0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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]
### Changed
- Update `@subql/node-core` with a performance fix when using modulo filters with other datasources

## [3.5.2] - 2024-01-18
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.3.1-1",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^7.0.8-0",
"@subql/node-core": "7.0.9-1",
"@subql/testing": "^2.0.2",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3337,9 +3337,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^7.0.8-0":
version: 7.0.8-0
resolution: "@subql/node-core@npm:7.0.8-0"
"@subql/node-core@npm:7.0.9-1":
version: 7.0.9-1
resolution: "@subql/node-core@npm:7.0.9-1"
dependencies:
"@apollo/client": ^3.8.8
"@nestjs/common": ^9.4.0
Expand All @@ -3349,7 +3349,7 @@ __metadata:
"@subql/common": 3.3.1
"@subql/testing": 2.1.0
"@subql/types": 3.3.0
"@subql/utils": 2.6.2-0
"@subql/utils": 2.6.3-0
"@willsoto/nestjs-prometheus": ^5.4.0
async-lock: ^1.4.0
async-mutex: ^0.4.0
Expand All @@ -3363,7 +3363,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 33f35c92258ee8756857c40c833e05ef27e0571e861fc953cf275c67efb78e3ea42108996629247f52874cfb0584fc483c5b4798469c05cb5cab5dac1c3a9e01
checksum: f8553ea0f7491b2a91aba0f2471e57adc3cf7f4d37f3086d078376917f73a47eaac640cc1fc49dceacc866db62dc747fa3cad9963b5971e83f22debdb0acbf71
languageName: node
linkType: hard

Expand All @@ -3381,7 +3381,7 @@ __metadata:
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.3.1-1
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^7.0.8-0
"@subql/node-core": 7.0.9-1
"@subql/testing": ^2.0.2
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down Expand Up @@ -3486,9 +3486,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/utils@npm:2.6.2-0":
version: 2.6.2-0
resolution: "@subql/utils@npm:2.6.2-0"
"@subql/utils@npm:2.6.3-0":
version: 2.6.3-0
resolution: "@subql/utils@npm:2.6.3-0"
dependencies:
"@polkadot/util": ^12.5.1
"@polkadot/util-crypto": ^12.5.1
Expand All @@ -3504,7 +3504,7 @@ __metadata:
rotating-file-stream: ^3.0.2
semver: ^7.5.2
tar: ^6.1.11
checksum: e7e8eb3403525502723605a4fad0a0dc4e009f1e6229835be59dc219cc43b39283afd0ca0475b5818eca095790bcc9b14b5b55fdf61edc0cfd3766251803d19f
checksum: 7f1495963f30837d3bd74ab5f3dcc9d35a50af5cd88104ac055811de559d6946c2de70137bdc325b67e67196e3100bcde669e550be800c5af3e6c237ac9eeaeb
languageName: node
linkType: hard

Expand Down

0 comments on commit f30dff0

Please sign in to comment.