Skip to content

Commit

Permalink
[release] 20250128 Eth (#361)
Browse files Browse the repository at this point in the history
* Update @subql deps

* [release] 20250128

---------

Co-authored-by: stwiname <3432810+stwiname@users.noreply.github.com>
Co-authored-by: Scott Twiname <skott.twiname@gmail.com>
  • Loading branch information
3 people authored Jan 28, 2025
1 parent 49b8582 commit 6ee225d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 24 deletions.
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]

## [4.6.1] - 2025-01-28
### Changed
- Update `@subql/common` dependency

## [4.6.0] - 2024-12-17
### Changed
- Update `@subql/common` dependency
Expand Down Expand Up @@ -224,7 +228,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/4.6.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.6.1...HEAD
[4.6.1]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.6.0...common-ethereum/4.6.1
[4.6.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.5...common-ethereum/4.6.0
[4.5.5]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.4...common-ethereum/4.5.5
[4.5.4]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.5.3...common-ethereum/4.5.4
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": "4.6.0",
"version": "4.6.1",
"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": "^5.2.2",
"@subql/common": "^5.3.0",
"@subql/types-ethereum": "workspace:*",
"@typechain/ethers-v5": "^11.1.1",
"@zilliqa-js/crypto": "^3.5.0",
Expand Down
7 changes: 6 additions & 1 deletion 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]

## [5.4.0] - 2025-01-28
### Changed
- Update `@subql/node-core` with minor bug fixes and improvements

## [5.3.0] - 2024-12-17
### Changed
- Update `@subql/node-core` and `@subql/common` dependencies
Expand Down Expand Up @@ -581,7 +585,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/5.3.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...HEAD
[5.4.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.3.0...node-ethereum/5.4.0
[5.3.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.1...node-ethereum/5.3.0
[5.2.1]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.2.0...node-ethereum/5.2.1
[5.2.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.1.7...node-ethereum/5.2.0
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": "5.3.0",
"version": "5.4.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -24,9 +24,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.2.2",
"@subql/common": "^5.3.0",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^16.1.0",
"@subql/node-core": "^16.2.0",
"@subql/testing": "^2.2.1",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-ethereum@workspace:packages/common-ethereum"
dependencies:
"@subql/common": ^5.2.2
"@subql/common": ^5.3.0
"@subql/types-ethereum": "workspace:*"
"@typechain/ethers-v5": ^11.1.1
"@types/ejs": ^3.1.2
Expand All @@ -2979,9 +2979,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.2.2, @subql/common@npm:^5.2.2":
version: 5.2.2
resolution: "@subql/common@npm:5.2.2"
"@subql/common@npm:5.3.0, @subql/common@npm:^5.3.0":
version: 5.3.0
resolution: "@subql/common@npm:5.3.0"
dependencies:
"@subql/types-core": 2.0.0
axios: ^0.28.0
Expand All @@ -2992,22 +2992,22 @@ __metadata:
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 91db322edee27860ef82a6a3a16413662543ed5f951720ddf9eb1617d9a172878cf0d5c89933edad03c6d3c22eee25c31799cd054fae934a4afbf606ac5ba3bd
checksum: 2f21993d5d0c841c5bb93c1493dcc04d1978383e18f705ed3642fdf8e3370f28f3acbabf8e81fc3d27b0878dc22845487a5cb3b3cd342502ec315a575f26dd8c
languageName: node
linkType: hard

"@subql/node-core@npm:^16.1.0":
version: 16.1.0
resolution: "@subql/node-core@npm:16.1.0"
"@subql/node-core@npm:^16.2.0":
version: 16.2.0
resolution: "@subql/node-core@npm:16.2.0"
dependencies:
"@apollo/client": ^3.11.2
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/common": 5.2.2
"@subql/common": 5.3.0
"@subql/testing": 2.2.2
"@subql/types": 3.11.4
"@subql/utils": 2.17.0
"@subql/utils": 2.17.1
"@willsoto/nestjs-prometheus": ^5.4.0
async-mutex: ^0.5.0
cron-converter: ^2.0.1
Expand All @@ -3024,7 +3024,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 470bd98966674d7102815a4c8595f35b3e8c1351a3f52cce0e49469b3f1f49ea6d98dcc0898e491b239bf14864e50b54a79c97ba843af65f052340dc8e098a60
checksum: ca9a810103b7dc319d8daaa9d13778658c4b2c0774b701a008845f5c60d688e7cf11768c8e5c4e509e43a91f409a8d986fcf20364334d5a3fa478fb23708c2f4
languageName: node
linkType: hard

Expand All @@ -3039,9 +3039,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.2.2
"@subql/common": ^5.3.0
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^16.1.0
"@subql/node-core": ^16.2.0
"@subql/testing": ^2.2.1
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down Expand Up @@ -3122,9 +3122,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/utils@npm:2.17.0":
version: 2.17.0
resolution: "@subql/utils@npm:2.17.0"
"@subql/utils@npm:2.17.1":
version: 2.17.1
resolution: "@subql/utils@npm:2.17.1"
dependencies:
"@polkadot/util": ^13.2.3
"@polkadot/util-crypto": ^13.2.3
Expand All @@ -3137,7 +3137,7 @@ __metadata:
lodash: ^4.17.21
pino: ^6.13.3
rotating-file-stream: ^3.2.3
checksum: 3993ff46b8789201a64904089ddf512bf3f22a7eb126e5a36b750fef756c33a34a8dca2c751be3137024157dff2b012d49bbb79df85ef5d7eca5dec6c5118bcc
checksum: 450640c82eb6e2db4ec6a3f13b23707f4df045dfe2ee5ea6af05ffe04ff6683c80329926e88ace29eaecd1f525c9328d390ec362460755a217d9f5b4e98b3e68
languageName: node
linkType: hard

Expand Down

0 comments on commit 6ee225d

Please sign in to comment.