Skip to content

Commit

Permalink
[release] 20240711 (#2488)
Browse files Browse the repository at this point in the history
* [release] 20240711

* add change for ipfs
  • Loading branch information
jiqiang90 authored Jul 11, 2024
1 parent 34dfba4 commit 00f8b55
Show file tree
Hide file tree
Showing 14 changed files with 68 additions and 62 deletions.
6 changes: 6 additions & 0 deletions .yarn/versions/6ca7bbbf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/types-core"
7 changes: 6 additions & 1 deletion packages/cli/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]

## [5.1.0] - 2024-07-11
### Changed
- Use `IPFSHTTPClientLite` replace `IPFSHTTPClient` (#2480)

## [5.0.1] - 2024-07-09
### Changed
- Changes to ts build settings (#2475)
Expand Down Expand Up @@ -628,7 +632,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- support subcommand codegen
- support subcommand init

[Unreleased]: https://github.com/subquery/subql/compare/cli/5.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/5.1.0...HEAD
[5.1.0]: https://github.com/subquery/subql/compare/cli/5.0.1...cli/5.1.0
[5.0.1]: https://github.com/subquery/subql/compare/cli/5.0.0...cli/5.0.1
[5.0.0]: https://github.com/subquery/subql/compare/cli/4.15.0...cli/5.0.0
[4.15.0]: https://github.com/subquery/subql/compare/cli/4.14.0...cli/4.15.0
Expand Down
5 changes: 2 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "5.0.2-0",
"version": "5.1.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -88,6 +88,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "5.0.1"
}
}
7 changes: 6 additions & 1 deletion packages/common-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ 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] - 2024-07-11
### Removed
- Unused functions (#2484)
### Changed
- Bump with `subql/common`

## [4.0.1] - 2024-07-09
### Changed
Expand Down Expand Up @@ -167,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql/compare/common-substrate/4.0.1...common-substrate/4.1.0
[4.0.1]: https://github.com/subquery/subql/compare/common-substrate/4.0.0...common-substrate/4.0.1
[4.0.0]: https://github.com/subquery/subql/compare/common-substrate/3.8.1...common-substrate/4.0.0
[3.8.1]: https://github.com/subquery/subql/compare/common-substrate/3.8.0...common-substrate/3.8.1
Expand Down
5 changes: 2 additions & 3 deletions packages/common-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-substrate",
"version": "4.0.2-0",
"version": "4.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -27,6 +27,5 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "4.0.1"
}
}
7 changes: 6 additions & 1 deletion packages/common/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]

## [4.1.0] - 2024-07-11
### Added
- Add `IPFSHTTPClientLite` to replace original `IPFSHTTPClient` in order to reduce dependencies (#2480)

## [4.0.1] - 2024-07-09
### Changed
- Changes to ts build settings (#2475)
Expand Down Expand Up @@ -384,7 +388,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- init commit

[Unreleased]: https://github.com/subquery/subql/compare/common/4.0.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/4.1.0...HEAD
[4.1.0]: https://github.com/subquery/subql/compare/common/4.0.1...common/4.1.0
[4.0.1]: https://github.com/subquery/subql/compare/common/4.0.0...common/4.0.1
[4.0.0]: https://github.com/subquery/subql/compare/common/3.9.0...common/4.0.0
[3.9.0]: https://github.com/subquery/subql/compare/common/3.8.0...common/3.9.0
Expand Down
5 changes: 2 additions & 3 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "4.0.2-0",
"version": "4.1.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -33,6 +33,5 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
},
"stableVersion": "4.0.1"
}
}
5 changes: 4 additions & 1 deletion packages/node-core/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]

## [11.0.0] - 2024-07-11
### Changed
- Create interval for flushing the cache, this is to support chains that only produce blocks with new transactions (#2485)
- Improved types for strict TS setting (#2484)
Expand Down Expand Up @@ -760,7 +762,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Move blockchain agnostic code from `node` to `node-core` package. (#1222)

[Unreleased]: https://github.com/subquery/subql/compare/node-core/10.10.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/11.0.0...HEAD
[11.0.0]: https://github.com/subquery/subql/compare/node-core/10.10.2...node-core/11.0.0
[10.10.2]: https://github.com/subquery/subql/compare/node-core/10.10.1...node-core/10.10.2
[10.10.1]: https://github.com/subquery/subql/compare/node-core/10.10.0...node-core/10.10.1
[10.10.0]: https://github.com/subquery/subql/compare/node-core/10.9.0...node-core/10.10.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "10.10.3-3",
"version": "11.0.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -48,6 +48,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "10.10.3-2"
}
}
5 changes: 4 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]

## [4.8.1] - 2024-07-11
### Removed
- Unused type (#2484)

Expand Down Expand Up @@ -1253,7 +1255,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- bump @polkadot/api to 3.1.1

[Unreleased]: https://github.com/subquery/subql/compare/node/4.8.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/4.8.1...HEAD
[4.8.1]: https://github.com/subquery/subql/compare/node/4.8.0...node/4.8.1
[4.8.0]: https://github.com/subquery/subql/compare/node/4.7.1...node/4.8.0
[4.7.1]: https://github.com/subquery/subql/compare/node/4.7.0...node/4.7.1
[4.7.0]: https://github.com/subquery/subql/compare/node/4.6.6...node/4.7.0
Expand Down
5 changes: 2 additions & 3 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "4.8.1-2",
"version": "4.8.1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -54,6 +54,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "4.8.1-1"
]
}
5 changes: 4 additions & 1 deletion packages/types-core/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]

## [0.10.0] - 2024-07-11
### Changed
- Make assets optional on `BaseAssetsDataSource` (#2484)

Expand Down Expand Up @@ -56,7 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release of new package containing types common to all chains

[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.9.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.10.0...HEAD
[0.10.0]: https://github.com/subquery/subql/compare/types-core/0.9.1...types-core/0.10.0
[0.9.1]: https://github.com/subquery/subql/compare/types-core/0.9.0...types-core/0.9.1
[0.9.0]: https://github.com/subquery/subql/compare/types-core/0.8.0...types-core/0.9.0
[0.8.0]: https://github.com/subquery/subql/compare/types-core/0.7.0...types-core/0.8.0
Expand Down
5 changes: 2 additions & 3 deletions packages/types-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-core",
"version": "0.9.2-0",
"version": "0.10.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -17,6 +17,5 @@
],
"dependencies": {
"package-json-type": "^1.0.3"
},
"stableVersion": "0.9.1"
}
}
58 changes: 20 additions & 38 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6387,43 +6387,7 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^3.9.1-0":
version: 3.9.1-0-modular-0.0.1
resolution: "@subql/common@npm:3.9.1-0-modular-0.0.1"
dependencies:
"@subql/types-core": 0.8.1-1-modular-0.0.1
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 80dc30b4ac5ab4f34ddcb011f425acbd40ca4909e343653108ac03d07abae33f7df0d35b34de1fbe00021adab5a162d61372c4d9689ae3a8e4a7755bbacc69ed
languageName: node
linkType: hard

"@subql/common@npm:^4.0.0":
version: 4.0.1
resolution: "@subql/common@npm:4.0.1"
dependencies:
"@subql/types-core": 0.9.1
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: b9f4080475e5fc760b0ddbe7ccbcacd4cd297ceadbfd28cd288877c12d83ff344ff541d28deac85a36417dd8945a12e2fc2c730fe8b41d6cf25ff84486a352c2
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
"@subql/common@^4.0.0, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
Expand All @@ -6447,6 +6411,24 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:^3.9.1-0":
version: 3.9.1-0-modular-0.0.1
resolution: "@subql/common@npm:3.9.1-0-modular-0.0.1"
dependencies:
"@subql/types-core": 0.8.1-1-modular-0.0.1
axios: ^0.28.0
class-transformer: ^0.5.1
class-validator: ^0.14.0
fs-extra: ^10.1.0
ipfs-http-client: 56
js-yaml: ^4.1.0
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 80dc30b4ac5ab4f34ddcb011f425acbd40ca4909e343653108ac03d07abae33f7df0d35b34de1fbe00021adab5a162d61372c4d9689ae3a8e4a7755bbacc69ed
languageName: node
linkType: hard

"@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
resolution: "@subql/node-core@workspace:packages/node-core"
Expand Down Expand Up @@ -6602,7 +6584,7 @@ __metadata:
languageName: node
linkType: hard

"@subql/types-core@npm:0.9.1, @subql/types-core@npm:^0.9.0":
"@subql/types-core@npm:^0.9.0":
version: 0.9.1
resolution: "@subql/types-core@npm:0.9.1"
dependencies:
Expand Down

0 comments on commit 00f8b55

Please sign in to comment.