Skip to content

Commit

Permalink
[release] 20230608 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Jun 7, 2023
1 parent 9df0701 commit 5ea6bfa
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
Empty file removed .yarn/versions/082e345a.yml
Empty file.
Empty file removed .yarn/versions/22a6f8b6.yml
Empty file.
Empty file removed .yarn/versions/64636ff4.yml
Empty file.
2 changes: 0 additions & 2 deletions .yarn/versions/bc41d06a.yml

This file was deleted.

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]

## [2.5.1] - 2023-06-08
### Fixed
- Sync with node-core 2.4.4, fixed various issue for mmr

## [2.5.0] - 2023-06-02
### Fixed
- Updated dependencies with fixes and ported over relevant fixes from main sdk (#49)
Expand Down Expand Up @@ -104,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Synced latest changes from main repo. (#10)

## [1.6.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node/2.5.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node/v2.5.1...HEAD
[2.5.1]: https://github.com/subquery/subql-algorand/compare/nodev2.5.0...node/v2.5.1
[2.5.0]: https://github.com/subquery/subql-algorand/compare/node/2.3.1...node/2.5.0
[2.3.1]: https://github.com/subquery/subql-algorand/compare/node/2.3.0...node/2.3.1
[2.3.0]: https://github.com/subquery/subql-algorand/compare/node/2.1.0...node/2.3.0
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-algorand",
"version": "2.5.1-0",
"version": "2.5.1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand All @@ -26,7 +26,7 @@
"@nestjs/schedule": "^1.0.2",
"@subql/common": "^2.2.0",
"@subql/common-algorand": "workspace:*",
"@subql/node-core": "^2.4.3",
"@subql/node-core": "^2.4.4",
"@subql/types-algorand": "workspace:*",
"@willsoto/nestjs-prometheus": "^4.4.0",
"algosdk": "^2.2.0",
Expand Down Expand Up @@ -62,6 +62,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "2.5.0"
]
}
1 change: 1 addition & 0 deletions packages/node/src/subcommands/mmrRegenerate.init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export async function mmrRegenerateInit(
const app = await NestFactory.create(MmrRegenerateModule);
await app.init();
const mmrRegenerateService = app.get(MmrRegenerateService);
app.enableShutdownHooks();
await mmrRegenerateService.init();
if (!probeMode) {
await mmrRegenerateService.regenerate(targetHeight, resetOnly, unsafe);
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2812,7 +2812,7 @@ __metadata:
"@nestjs/testing": ^8.2.6
"@subql/common": ^2.2.0
"@subql/common-algorand": "workspace:*"
"@subql/node-core": ^2.4.3
"@subql/node-core": ^2.4.4
"@subql/types-algorand": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2844,9 +2844,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/node-core@npm:^2.4.3":
version: 2.4.3
resolution: "@subql/node-core@npm:2.4.3"
"@subql/node-core@npm:^2.4.4":
version: 2.4.4
resolution: "@subql/node-core@npm:2.4.4"
dependencies:
"@nestjs/common": ^8.2.6
"@nestjs/event-emitter": ^1.3.0
Expand All @@ -2871,7 +2871,7 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 040b9c5ce333396d58f0122d129aad9d981ad09633c63db77c383a1a1082d5d4d8488d80794356377c93e6242654114102447a7936efbb1326a557d4874c1001
checksum: c1cf102df8d63c79a2a604ccdbc36b1f71a69000f6faefc792ac53a3ca5e6a88fd1353426025832d23437952782dc8cc427858d3e39c01d7517f7d36ff62347b
languageName: node
linkType: hard

Expand Down

0 comments on commit 5ea6bfa

Please sign in to comment.