diff --git a/packages/node/CHANGELOG.md b/packages/node/CHANGELOG.md index 2d34cb70..7cb500bf 100644 --- a/packages/node/CHANGELOG.md +++ b/packages/node/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.8.1] - 2024-03-01 +### Fixed +- Update `@subql/node-core` to fix Poi generation issue with negative integer, also drop subscription triggers and notifiy_functions + ## [3.8.0] - 2024-02-23 ### Changed - Update `@subql/node-core` to 7.3.0 @@ -51,7 +55,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [3.3.1] - 2023-11-13 ### Changed -- Updates to match changes in `@subql/node-core` (#34) +- Updates to match changes in '@subql/node-core' (#34) - Dictionary service to use dictionary registry - Use yargs from node core @@ -90,7 +94,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - rename `soroban` to `sorobanEndpoint` in network config (#16) ## [2.12.0] - 2023-09-12 -[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...HEAD +[Unreleased]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.1...HEAD +[3.8.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.8.0...node-stellar/3.8.1 [3.8.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.1...node-stellar/3.8.0 [3.6.1]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.6.0...node-stellar/3.6.1 [3.6.0]: https://github.com/subquery/subql-stellar/compare/node-stellar/3.5.0...node-stellar/3.6.0 diff --git a/packages/node/package.json b/packages/node/package.json index 09c43469..abe839ac 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,6 +1,6 @@ { "name": "@subql/node-stellar", - "version": "3.8.0", + "version": "3.8.1", "description": "", "author": "Ian He", "license": "GPL-3.0", @@ -27,7 +27,7 @@ "@nestjs/schedule": "^3.0.1", "@subql/common": "^3.4.1", "@subql/common-stellar": "workspace:*", - "@subql/node-core": "^7.3.0", + "@subql/node-core": "^7.3.1", "@subql/testing": "^2.0.0", "@subql/types": "^2.2.1-1", "@subql/types-stellar": "workspace:*", diff --git a/yarn.lock b/yarn.lock index e9164bac..938e07a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2944,9 +2944,9 @@ __metadata: languageName: node linkType: hard -"@subql/node-core@npm:^7.3.0": - version: 7.3.0 - resolution: "@subql/node-core@npm:7.3.0" +"@subql/node-core@npm:^7.3.1": + version: 7.3.1 + resolution: "@subql/node-core@npm:7.3.1" dependencies: "@apollo/client": ^3.8.8 "@nestjs/common": ^9.4.0 @@ -2956,7 +2956,7 @@ __metadata: "@subql/common": 3.4.1 "@subql/testing": 2.1.1-0 "@subql/types": 3.3.1 - "@subql/utils": 2.7.1-1 + "@subql/utils": 2.7.1 "@willsoto/nestjs-prometheus": ^5.4.0 async-lock: ^1.4.0 async-mutex: ^0.4.0 @@ -2972,7 +2972,7 @@ __metadata: toposort-class: ^1.0.1 vm2: ^3.9.19 yargs: ^16.2.0 - checksum: d7872c519b9eb31db7d8bc288f5eaf4ef0a25976d444024d9e3b56a27406018365e960b7211ab84388b03e0c5b1239b72afa5b5305c449f7ce7ebea8ad2f6f29 + checksum: 7be24b2a363a4fe4ee4f17a1b468e1b1acdaa3d1fa68b0af77f5d87c1d7a01a47538ae5221f6169a19fa40c852d6f40907fad31b5d958e667e545149d64b8d81 languageName: node linkType: hard @@ -2990,7 +2990,7 @@ __metadata: "@nestjs/testing": ^9.4.0 "@subql/common": ^3.4.1 "@subql/common-stellar": "workspace:*" - "@subql/node-core": ^7.3.0 + "@subql/node-core": ^7.3.1 "@subql/testing": ^2.0.0 "@subql/types": ^2.2.1-1 "@subql/types-stellar": "workspace:*" @@ -3094,9 +3094,9 @@ __metadata: languageName: node linkType: hard -"@subql/utils@npm:2.7.1-1": - version: 2.7.1-1 - resolution: "@subql/utils@npm:2.7.1-1" +"@subql/utils@npm:2.7.1": + version: 2.7.1 + resolution: "@subql/utils@npm:2.7.1" dependencies: "@polkadot/util": ^12.5.1 "@polkadot/util-crypto": ^12.5.1 @@ -3112,7 +3112,7 @@ __metadata: rotating-file-stream: ^3.0.2 semver: ^7.5.2 tar: ^6.1.11 - checksum: 7624f8bcf83ed12d7539ddaff751bbd9e5e4760bd54765f3fce89da7a442b3b738f2a44b28d1f47a76380c3a80cff47a49d733d010997a691a2d679950d928d5 + checksum: 15b19451faf0565d4497aaf9a59f86a84b25933b5e8cbb0a8900bee36526e7e0d8a35da4c47f27124123a484a5fe9f0fa0328d36d2a8d255693537a0eb7d4560 languageName: node linkType: hard