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

Sync @subql dependencies #292

Merged
merged 3 commits into from
Oct 22, 2024
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 packages/common-cosmos/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Bump `@subql/common` dependency (#292)

## [5.0.3] - 2024-08-23
### Changed
- Update deps (#282)
Expand Down
2 changes: 1 addition & 1 deletion packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@protobufs/google": "^0.0.10",
"@protobufs/ibc": "^0.1.0",
"@protobufs/tendermint": "^0.0.10",
"@subql/common": "^5.1.1",
"@subql/common": "^5.1.3",
"@subql/types-cosmos": "workspace:*",
"@subql/x-cosmology-telescope": "^1.4.14",
"fs-extra": "^11.1.1",
Expand Down
1 change: 1 addition & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
- Use tendermint-rpc fork to allow support for finalizeBlockEvents (#291)
- Bump `@subql/common` and `@subql/node-core` dependency (#292)

## [4.1.2] - 2024-09-25
### Fixed
Expand Down
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "tsc -b",
"format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"start": "nest start",
"start:dev": "nodemon",
"start:prod": "node dist/main",
"start:dev": "TZ=utc nodemon",
"start:prod": "TZ=utc node dist/main",
"changelog:release": "echo \"Updating changelog $npm_package_version\" && npx chan release $npm_package_version --git-url \"https://github.com/subquery/subql-cosmos\" --release-prefix=\"node-cosmos/\""
},
"homepage": "https://github.com/subquery/subql-cosmos",
Expand All @@ -29,9 +29,9 @@
"@nestjs/event-emitter": "^2.0.0",
"@nestjs/platform-express": "^9.4.0",
"@nestjs/schedule": "^3.0.1",
"@subql/common": "^5.1.1",
"@subql/common": "^5.1.3",
"@subql/common-cosmos": "workspace:*",
"@subql/node-core": "^14.1.3",
"@subql/node-core": "^14.1.6",
"@subql/types-cosmos": "workspace:*",
"lodash": "^4.17.21",
"protobufjs": "^6.11.4",
Expand Down
3 changes: 0 additions & 3 deletions packages/node/src/indexer/fetch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import {
Header,
StoreCacheService,
} from '@subql/node-core';
import { SubqueryProject } from '../configure/SubqueryProject';
import * as CosmosUtil from '../utils/cosmos';
import { cosmosBlockToHeader } from '../utils/cosmos';
import { ApiService, CosmosClient } from './api.service';
Expand All @@ -39,7 +38,6 @@ export class FetchService extends BaseFetchService<
private apiService: ApiService,
nodeConfig: NodeConfig,
@Inject('IProjectService') projectService: ProjectService,
@Inject('ISubqueryProject') project: SubqueryProject,
@Inject('IBlockDispatcher')
blockDispatcher: ICosmosBlockDispatcher,
dictionaryService: DictionaryService,
Expand All @@ -51,7 +49,6 @@ export class FetchService extends BaseFetchService<
super(
nodeConfig,
projectService,
project.network,
blockDispatcher,
dictionaryService,
eventEmitter,
Expand Down
3 changes: 3 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed
- Bump `@subql/types-core` dependency (#292)

## [3.5.3] - 2024-09-25
### Changed
- Enable strict TS setting (#282)
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@subql/types-core": "^1.1.1"
"@subql/types-core": "^2.0.0"
}
}
35 changes: 21 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4194,7 +4194,7 @@ __metadata:
"@protobufs/google": ^0.0.10
"@protobufs/ibc": ^0.1.0
"@protobufs/tendermint": ^0.0.10
"@subql/common": ^5.1.1
"@subql/common": ^5.1.3
"@subql/types-cosmos": "workspace:*"
"@subql/x-cosmology-telescope": ^1.4.14
"@types/bn.js": 4.11.6
Expand All @@ -4217,9 +4217,9 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:5.1.1, @subql/common@npm:^5.1.1":
version: 5.1.1
resolution: "@subql/common@npm:5.1.1"
"@subql/common@npm:5.1.3, @subql/common@npm:^5.1.3":
version: 5.1.3
resolution: "@subql/common@npm:5.1.3"
dependencies:
"@subql/types-core": 1.1.1
axios: ^0.28.0
Expand All @@ -4229,19 +4229,19 @@ __metadata:
reflect-metadata: ^0.1.14
semver: ^7.6.3
update-notifier: ^5.1.0
checksum: 7e8eeb5bb0242c178df8f68d38f078799d896837bd260804abcdf44eaa8b2ea1f28823d611d3b1a271e5216d0fc1b4a764a417ad9ac83b5c061e9761cc838ffc
checksum: 8946cca78246460c5a9474548b3e83e276fe29e80b4c654213f43ef5c4a4b2f7f4f06c8e124d6b91855084e4afeef0059df33aa8cd7d372c4586b51cc437dbd3
languageName: node
linkType: hard

"@subql/node-core@npm:^14.1.3":
version: 14.1.3
resolution: "@subql/node-core@npm:14.1.3"
"@subql/node-core@npm:^14.1.6":
version: 14.1.6
resolution: "@subql/node-core@npm:14.1.6"
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.1.1
"@subql/common": 5.1.3
"@subql/testing": 2.2.1
"@subql/types": 3.11.2
"@subql/utils": 2.14.0
Expand All @@ -4261,7 +4261,7 @@ __metadata:
toposort-class: ^1.0.1
vm2: ^3.9.19
yargs: ^16.2.0
checksum: 64059af71e59d1956e6eaae4b2f33268c99c644f56c0cee79bfb4a8c2682c22f000bf636b98938a39a33c1a24449fff58912c4b7f74e7ff715c1a6e2f7a4f273
checksum: c0096e2567ed3a2aeb09e26a4044e1647948dad583eea07c4f261078ed1001593bd0276ab7a430f711b9ba92a929d333bb206ab624b68ddb55bf7847eba94a74
languageName: node
linkType: hard

Expand All @@ -4281,9 +4281,9 @@ __metadata:
"@nestjs/schedule": ^3.0.1
"@nestjs/schematics": ^9.2.0
"@nestjs/testing": ^9.4.0
"@subql/common": ^5.1.1
"@subql/common": ^5.1.3
"@subql/common-cosmos": "workspace:*"
"@subql/node-core": ^14.1.3
"@subql/node-core": ^14.1.6
"@subql/types-cosmos": "workspace:*"
"@types/express": ^4.17.13
"@types/jest": ^27.4.0
Expand Down Expand Up @@ -4314,7 +4314,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:1.1.1, @subql/types-core@npm:^1.1.1":
"@subql/types-core@npm:1.1.1":
version: 1.1.1
resolution: "@subql/types-core@npm:1.1.1"
checksum: d804ba8f9a9a8bbce36e98ef3dd03e33602495e96ca8e04438c38b6631de102772b5f209de17d78657bcacc9c91f9af02dabd68edb8e6e24a2ca6e681e4636fc
Expand All @@ -4330,14 +4330,21 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:^2.0.0":
version: 2.0.0
resolution: "@subql/types-core@npm:2.0.0"
checksum: cb32c8f1eed13eabee65fb9dd0b4b64435ca18e820f640bd29a3e3a0d4c58692df1163fbc66c2dd29b52faab60b4bd895518c5aad63ec81ade5c250bf580619c
languageName: node
linkType: hard

"@subql/types-cosmos@workspace:*, @subql/types-cosmos@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@subql/types-cosmos@workspace:packages/types"
dependencies:
"@cosmjs/cosmwasm-stargate": ^0.32.4
"@cosmjs/proto-signing": ^0.32.4
"@cosmjs/stargate": ^0.32.4
"@subql/types-core": ^1.1.1
"@subql/types-core": ^2.0.0
languageName: unknown
linkType: soft

Expand Down
Loading