Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20250225 #368

Merged
merged 3 commits into from
Feb 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .yarn/versions/2d421220.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
Empty file added .yarn/versions/c4a0b967.yml
Empty file.
3 changes: 3 additions & 0 deletions .yarn/versions/c9a0b187.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
3 changes: 3 additions & 0 deletions .yarn/versions/d5795e98.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/node-ethereum"
2 changes: 2 additions & 0 deletions .yarn/versions/e823cdf5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@subql/common-ethereum"
5 changes: 4 additions & 1 deletion packages/common-ethereum/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]

## [4.7.0] - 2025-02-25
### Changed
- Update header year to 2025 (#362)
- Update `@subql/common` (#363)
Expand Down Expand Up @@ -231,7 +233,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.1...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.7.0...HEAD
[4.7.0]: https://github.com/subquery/subql-ethereum/compare/common-ethereum/4.6.1...common-ethereum/4.7.0
[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
Expand Down
5 changes: 2 additions & 3 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.2-1",
"version": "4.7.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -35,6 +35,5 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.10",
"lodash": "4.17.21"
},
"stableVersion": "4.6.2-0"
}
}
6 changes: 5 additions & 1 deletion 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]

## [5.5.0] - 2025-02-26
### Fixed
- `timestamp` field missing on `Header`

Expand All @@ -13,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Update nestjs dependencies (#363)
- Update node core and implement blockchain service (#363)
- Upgrade to Node.js LTS (#367)
- Update @subql/node-core dependencies (#368)

## [5.4.0] - 2025-01-28
### Changed
Expand Down Expand Up @@ -593,7 +596,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.4.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.5.0...HEAD
[5.5.0]: https://github.com/subquery/subql-ethereum/compare/node-ethereum/5.4.0...node-ethereum/5.5.0
[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
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": "5.4.1-3",
"version": "5.5.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -26,7 +26,7 @@
"@nestjs/schedule": "^5.0.1",
"@subql/common": "^5.4.0",
"@subql/common-ethereum": "workspace:*",
"@subql/node-core": "^17.0.0",
"@subql/node-core": "^17.0.1",
"@subql/testing": "^2.2.1",
"@subql/types-ethereum": "workspace:*",
"cacheable-lookup": "6",
Expand Down Expand Up @@ -59,6 +59,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "5.4.1-2"
]
}
5 changes: 4 additions & 1 deletion packages/types/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]

## [4.1.0] - 2025-02-25
### Changed
- Update header year to 2025 (#362)
- Update `@subql/types-core` and removed redundant internal type (#363)
Expand Down Expand Up @@ -156,7 +158,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/types-ethereum/4.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/4.0.0...types-ethereum/4.1.0
[4.0.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.1...types-ethereum/4.0.0
[3.13.1]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.13.0...types-ethereum/3.13.1
[3.13.0]: https://github.com/subquery/subql-ethereum/compare/types-ethereum/3.12.0...types-ethereum/3.13.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-ethereum",
"version": "4.0.1-1",
"version": "4.1.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,6 +20,5 @@
"@ethersproject/abstract-provider": "^5.6.1",
"@ethersproject/providers": "^5.7.2",
"@subql/types-core": "^2.0.1"
},
"stableVersion": "4.0.1-0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3069,9 +3069,9 @@ __metadata:
languageName: node
linkType: hard

"@subql/node-core@npm:^17.0.0":
version: 17.0.0
resolution: "@subql/node-core@npm:17.0.0"
"@subql/node-core@npm:^17.0.1":
version: 17.0.1
resolution: "@subql/node-core@npm:17.0.1"
dependencies:
"@apollo/client": ^3.11.2
"@nestjs/common": ^11.0.7
Expand All @@ -3097,7 +3097,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: c1b6adf5c45ec295d9c197e6164078f6670961a761d4e8b9dbaf3cca2edcb8cb285b95b6f527c539215eb09279133996d1f25c6af22d85b16a9afa87a8754181
checksum: 6df4e5abef4cc8ae70183015f91f398eaf1570e2785be6e813a60ebf08807bf09093bd83061a9ba59b3cc936b96556b1589f67001d1ff7306ed56580a694ccc1
languageName: node
linkType: hard

Expand All @@ -3114,7 +3114,7 @@ __metadata:
"@nestjs/testing": ^11.0.8
"@subql/common": ^5.4.0
"@subql/common-ethereum": "workspace:*"
"@subql/node-core": ^17.0.0
"@subql/node-core": ^17.0.1
"@subql/testing": ^2.2.1
"@subql/types-ethereum": "workspace:*"
"@types/express": ^4.17.13
Expand Down
Loading