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] 20231026 Sync @subql dependencies #80

Merged
merged 3 commits into from
Oct 25, 2023
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: 0 additions & 3 deletions .yarn/versions/a04063c5.yml

This file was deleted.

7 changes: 6 additions & 1 deletion packages/common-algorand/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]

## [3.0.2] - 2023-10-26
### Changed
- Update @subql/common

## [3.0.1] - 2023-10-12
### Changed
- Version bump with `@subql/common` 3.1.2
Expand Down Expand Up @@ -58,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed `assetId` on transaction filter being validated as a string. (#9)

## [1.0.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.2...HEAD
[3.0.2]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.1...common-algorand/3.0.2
[3.0.1]: https://github.com/subquery/subql-algorand/compare/common-algorand/3.0.0...common-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.4.0...common-algorand/3.0.0
[2.4.0]: https://github.com/subquery/subql-algorand/compare/common-algorand/2.3.0...common-algorand/2.4.0
Expand Down
7 changes: 3 additions & 4 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "3.0.2-0",
"version": "3.0.2",
"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": "^3.1.2",
"@subql/common": "^3.2.0",
"@subql/types-algorand": "workspace:*",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
Expand All @@ -33,6 +33,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "3.0.1"
}
}
8 changes: 7 additions & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ 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]

## [3.1.0] - 2023-10-26
### Fixed
- 429 rate limit error handling

### Changed
- Update node-core with new cache feature and bug fixes

## [3.0.1] - 2023-10-12
### Changed
- debug has changed from a boolean to a string to allow scoping debug log level (#2077)
Expand Down Expand Up @@ -150,7 +155,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-algorand/3.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.1.0...HEAD
[3.1.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.1...node-algorand/3.1.0
[3.0.1]: https://github.com/subquery/subql-algorand/compare/node-algorand/3.0.0...node-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.10.0...node-algorand/3.0.0
[2.10.0]: https://github.com/subquery/subql-algorand/compare/node-algorand/2.8.0...node-algorand/2.10.0
Expand Down
9 changes: 4 additions & 5 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-algorand",
"version": "3.0.2-0",
"version": "3.1.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand All @@ -25,9 +25,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^3.1.2",
"@subql/common": "^3.2.0",
"@subql/common-algorand": "workspace:*",
"@subql/node-core": "^6.0.1",
"@subql/node-core": "^6.1.1",
"@subql/types-algorand": "workspace:*",
"algosdk": "^2.2.0",
"axios": "^1.3.4",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.0.1"
]
}
7 changes: 6 additions & 1 deletion packages/types/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]

## [3.0.1] - 2023-10-26
### Changed
- Update types-core dependency

## [3.0.0] - 2023-10-04
### Changed
- Use `@subql/types-core`
Expand Down Expand Up @@ -49,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.1] - 2022-08-04

## [1.2.0] - 2022-08-04
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types/3.0.0...HEAD
[Unreleased]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.0.1...HEAD
[3.0.1]: https://github.com/subquery/subql-algorand/compare/types-algorand/3.0.0...types-algorand/3.0.1
[3.0.0]: https://github.com/subquery/subql-algorand/compare/types/2.2.0...types/3.0.0
[2.2.0]: https://github.com/subquery/subql-algorand/compare/types/2.1.0...types/2.2.0
[2.1.0]: https://github.com/subquery/subql-algorand/compare/types/2.0.0...types/2.1.0
Expand Down
7 changes: 3 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-algorand",
"version": "3.0.1-0",
"version": "3.0.1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -24,7 +24,6 @@
"algosdk": "^2.2.0"
},
"dependencies": {
"@subql/types-core": "^0.1.1"
},
"stableVersion": "3.0.0"
"@subql/types-core": "^0.2.0"
}
}
78 changes: 39 additions & 39 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2916,7 +2916,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@subql/common-algorand@workspace:packages/common-algorand"
dependencies:
"@subql/common": ^3.1.2
"@subql/common": ^3.2.0
"@subql/types-algorand": "workspace:*"
"@types/bn.js": 4.11.6
"@types/js-yaml": ^4.0.4
Expand All @@ -2935,11 +2935,11 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.1.2, @subql/common@npm:^3.1.2":
version: 3.1.2
resolution: "@subql/common@npm:3.1.2"
"@subql/common@npm:3.2.0, @subql/common@npm:^3.2.0":
version: 3.2.0
resolution: "@subql/common@npm:3.2.0"
dependencies:
"@subql/types-core": 0.1.1
"@subql/types-core": 0.2.0
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -2949,7 +2949,7 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: e979fac54089276de67a3a498bdf53396ac3726542d9f38350bced06f45921ab937a885a9c6cf183f3f5e7c82877c8ce9e27a5a5bf1f6fae6113baf68b4b3e55
checksum: bddf220f66e008a6b1ea40081143cc7ad71e144597a9a44cb59acb865923746006d13cfa376b49794fa81ca14200e905f5bea7292f6d70416353fdbe9f009dc1
languageName: node
linkType: hard

Expand All @@ -2965,9 +2965,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^3.1.2
"@subql/common": ^3.2.0
"@subql/common-algorand": "workspace:*"
"@subql/node-core": ^6.0.1
"@subql/node-core": ^6.1.1
"@subql/types-algorand": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -2996,19 +2996,19 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/node-core@npm:^6.0.1":
version: 6.0.1
resolution: "@subql/node-core@npm:6.0.1"
"@subql/node-core@npm:^6.1.1":
version: 6.1.1
resolution: "@subql/node-core@npm:6.1.1"
dependencies:
"@apollo/client": ^3.7.16
"@nestjs/common": ^9.4.0
"@nestjs/event-emitter": ^2.0.0
"@nestjs/schedule": ^3.0.1
"@subql/apollo-links": ^1.0.2
"@subql/common": 3.1.2
"@subql/testing": 2.0.3-0
"@subql/types": 3.1.3-0
"@subql/utils": 2.4.4
"@subql/common": 3.2.0
"@subql/testing": 2.1.0
"@subql/types": 3.2.0
"@subql/utils": 2.4.5-0
"@subql/x-sequelize": 6.32.0-0.0.2
"@willsoto/nestjs-prometheus": ^5.4.0
async-lock: ^1.4.0
Expand All @@ -3023,63 +3023,63 @@ __metadata:
tar: ^6.1.11
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 8c118db94ce2756643092ff71b15eb30ec46256cd6bbbd2beefc8f2cae53d7800f9f4d97d2a045d68a7621040c6399da9902717ed25dddd5fea3334d2f2cdbd0
checksum: 7709de62a75d2461c185d88600be657c43d9a8b0ab90355d5cece694b0077c57a329f4c5963f29213e0b0da117141c09c965561219cdc26614015441b99c9158
languageName: node
linkType: hard

"@subql/testing@npm:2.0.3-0":
version: 2.0.3-0
resolution: "@subql/testing@npm:2.0.3-0"
"@subql/testing@npm:2.1.0":
version: 2.1.0
resolution: "@subql/testing@npm:2.1.0"
dependencies:
"@subql/types-core": ^0.0.0-1
checksum: ded64670e266309115f1f8003dbf0cef1219ceff7fa30c2f1389588d1e659685b74e44e70d3f3389654a0e2ba2d04dddb239b19253d35af494cc8a93548955b5
"@subql/types-core": ^0.1.2-0
checksum: 42885519277ec48d079accbc68ca600da64e1c960930d506dcd4a207188ad399ff42f81dfeb5d447f235f3bf7ef61ea55d332d47cb10e6d89c4fafda61fe8bac
languageName: node
linkType: hard

"@subql/types-algorand@workspace:*, @subql/types-algorand@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-algorand@workspace:packages/types"
dependencies:
"@subql/types-core": ^0.1.1
"@subql/types-core": ^0.2.0
"@types/app-module-path": ^2.2.0
algosdk: ^2.2.0
peerDependencies:
algosdk: ^2.2.0
languageName: unknown
linkType: soft

"@subql/types-core@npm:0.1.1, @subql/types-core@npm:^0.1.1":
version: 0.1.1
resolution: "@subql/types-core@npm:0.1.1"
"@subql/types-core@npm:0.2.0, @subql/types-core@npm:^0.2.0":
version: 0.2.0
resolution: "@subql/types-core@npm:0.2.0"
dependencies:
package-json-type: ^1.0.3
checksum: 6a88547e5091795d2f9f24b5373ce531066bc04602b18f05cad77c5d1953523be479801447cd85e4f03468997e988b8c853fdb409631f8a396525cc723978afa
checksum: ef538b84cb0c32f41269fdb6708e9e0657da9e7f0469ef24882e0b392a797eaf35364a7ef9368c0c89b799d6522a66cbf17781deae1edfdc8a17f9cd43aed95f
languageName: node
linkType: hard

"@subql/types-core@npm:^0.0.0-1":
version: 0.0.0-0-ts-manifest
resolution: "@subql/types-core@npm:0.0.0-0-ts-manifest"
"@subql/types-core@npm:^0.1.2-0":
version: 0.1.2-1
resolution: "@subql/types-core@npm:0.1.2-1"
dependencies:
package-json-type: ^1.0.3
checksum: e37e0df66471d763200baa00cf2bea526cdf0a5ee81b496473675e5404fe9553d56a6f7ebb6a6a22916981f6a2a2e2d303c538d8d3120fcd81267cc4703a88d2
checksum: 1c54fecfd7b99875528a87109a3cb8cfcb86a61221f7e715be49198381c6c97e481b60f351c8210df67d1074d3541cd6ee0aad17831f0896dcea63e9784bda64
languageName: node
linkType: hard

"@subql/types@npm:3.1.3-0":
version: 3.1.3-0
resolution: "@subql/types@npm:3.1.3-0"
"@subql/types@npm:3.2.0":
version: 3.2.0
resolution: "@subql/types@npm:3.2.0"
dependencies:
"@subql/types-core": 0.1.1
"@subql/types-core": 0.2.0
peerDependencies:
"@polkadot/api": ^10
checksum: 80f5d4b0e509fc7824149be027c387cee64c68f3edbda359e3bd9da1f5372b5d512eafda438efd2e26f3aed3b4b1e3e4060069b3c41b56e31f2cc9ddb45787f6
checksum: dbd592a2b7322bcea301bbcd320e1706f0af67330f8a0bf7893f5de5d7df58e139a635a69b4d0a1fc14b7b54972d898ebe54c8303ae3a139db892d673f74cc02
languageName: node
linkType: hard

"@subql/utils@npm:2.4.4":
version: 2.4.4
resolution: "@subql/utils@npm:2.4.4"
"@subql/utils@npm:2.4.5-0":
version: 2.4.5-0
resolution: "@subql/utils@npm:2.4.5-0"
dependencies:
"@polkadot/util": ^12.2.1
"@polkadot/util-crypto": ^12.2.1
Expand All @@ -3096,7 +3096,7 @@ __metadata:
rotating-file-stream: ^3.0.2
semver: ^7.5.2
tar: ^6.1.11
checksum: 1b0a4a4435bddc2bb058283a4417611be5b8c0248a99dc9f5ea32a1255b60beb64217e49e6bf1c99fef14625e9fa561bdf5a481e3208229093cdca8dfd59a71f
checksum: 7d76203fcb25251225ce7a2a56bf3de8e2a98caed4f1598ca50dea4bf96511bec71b7d4bdbec8648a7b76b654259a94dbdf2c66105961e8aebe780c318ad2ae0
languageName: node
linkType: hard

Expand Down