Skip to content

Commit

Permalink
[release] 20231031 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname authored Oct 31, 2023
1 parent d739611 commit a4334a9
Show file tree
Hide file tree
Showing 19 changed files with 90 additions and 59 deletions.
8 changes: 8 additions & 0 deletions .yarn/versions/778d63b5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
undecided:
- "@subql/common"
- "@subql/common-substrate"
- "@subql/node"
- "@subql/node-core"
- "@subql/types"
- "@subql/types-core"
- "@subql/utils"
5 changes: 4 additions & 1 deletion packages/cli/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.2.0] - 2023-10-31
### Added
- Support building and publishing Concordium projects (#2078)
- ts-manifest compatibility with `codegen:generate` command (#2111)
Expand Down Expand Up @@ -495,7 +497,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/4.1.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/cli/4.2.0...HEAD
[4.2.0]: https://github.com/subquery/subql/compare/cli/4.1.0...cli/4.2.0
[4.1.0]: https://github.com/subquery/subql/compare/cli/4.0.5...cli/4.1.0
[4.0.5]: https://github.com/subquery/subql/compare/cli/4.0.4...cli/4.0.5
[4.0.4]: https://github.com/subquery/subql/compare/cli/4.0.3...cli/4.0.4
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": "4.1.1-1",
"version": "4.2.0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down Expand Up @@ -90,6 +90,5 @@
"types": "lib/index.d.ts",
"resolutions": {
"node-fetch": "2.6.7"
},
"stableVersion": "4.1.1-0"
}
}
7 changes: 6 additions & 1 deletion packages/common-substrate/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.2.0] - 2023-10-31
### Changed
- Update `@subql/common` with support for endBlock feature

## [3.1.2] - 2023-10-18
### Changed
- Version bump with `common` 3.1.3
Expand Down Expand Up @@ -116,7 +120,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/3.1.2...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common-substrate/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql/compare/common-substrate/3.1.2...common-substrate/3.2.0
[3.1.2]: https://github.com/subquery/subql/compare/common-substrate/3.1.1...common-substrate/3.1.2
[3.1.1]: https://github.com/subquery/subql/compare/common-substrate/3.1.0...common-substrate/3.1.1
[3.1.0]: https://github.com/subquery/subql/compare/common-substrate/3.0.1...common-substrate/3.1.0
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": "3.1.2",
"version": "3.2.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": "3.1.1"
}
}
5 changes: 4 additions & 1 deletion packages/common/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]

## [3.3.0] - 2023-10-31
### Added
- New `endBlock` option on datasources (#2064)
- Add Concordium to network family (#2078)
Expand Down Expand Up @@ -337,7 +339,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/3.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/common/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql/compare/common/3.2.0...common/3.3.0
[3.2.0]: https://github.com/subquery/subql/compare/common/3.1.3...common/3.2.0
[3.1.3]: https://github.com/subquery/subql/compare/common/3.1.2...common/3.1.3
[3.1.2]: https://github.com/subquery/subql/compare/common/3.1.1...common/3.1.2
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": "3.2.1-1",
"version": "3.3.0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,6 +34,5 @@
"@types/semver": "^7.3.9",
"@types/tar": "^6.1.1",
"@types/update-notifier": "^6"
},
"stableVersion": "3.2.1-0"
}
}
5 changes: 4 additions & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.2.0] - 2023-10-31
### Fixed
- Improve reindex query to remove/update by batches. (#2131)
- Fix poi reindex beyond genesis height issue. (#2131)
- Fixed modulo block ahead of finalized block issue (#2132)
- Wrong link to docs for testing

### Added
- WorkerInMemoryCacheService from node (#2125)
- New `endBlock` option on datasources (#2064)
Expand Down Expand Up @@ -461,7 +463,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/6.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/6.2.0...HEAD
[6.2.0]: https://github.com/subquery/subql/compare/node-core/6.1.1...node-core/6.2.0
[6.1.1]: https://github.com/subquery/subql/compare/node-core/6.1.0...node-core/6.1.1
[6.1.0]: https://github.com/subquery/subql/compare/node-core/6.0.4...node-core/6.1.0
[6.0.4]: https://github.com/subquery/subql/compare/node-core/6.0.3...node-core/6.0.4
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": "6.1.2-3",
"version": "6.2.0",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down Expand Up @@ -45,6 +45,5 @@
},
"devDependencies": {
"@types/async-lock": "^1"
},
"stableVersion": "6.1.2-2"
}
}
10 changes: 6 additions & 4 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0] - 2023-10-31
### Fixed
- Sync with node-core, fixed modulo block ahead of finalized block issue (#2132)
- Missing dependencies for testing command

### Changed
- Use WorkerInMemoryCacheService from node core (#2125)

### Fixed
- Missing dependencies for testing command
- Update `@subql/node-core` with latest features and fixes

### Added
- Logger now supports negative filters. To use this prefix the logger name with a `-`. E.g `--debug="*,-SQL"` (#2133)
Expand Down Expand Up @@ -1037,7 +1038,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/3.1.1...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.2.0...HEAD
[3.2.0]: https://github.com/subquery/subql/compare/node/3.1.1...node/3.2.0
[3.1.1]: https://github.com/subquery/subql/compare/node/3.1.0...node/3.1.1
[3.1.0]: https://github.com/subquery/subql/compare/v3.0.8...v3.1.0
[3.0.8]: https://github.com/subquery/subql/compare/node/3.0.7...node/3.0.8
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": "3.1.2-4",
"version": "3.2.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.1.2-3"
]
}
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.3.0] - 2023-10-31
### Added
- New `endBlock` option on datasources (#2064)

Expand All @@ -23,7 +25,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types-core/0.3.0...HEAD
[0.3.0]: https://github.com/subquery/subql/compare/types-core/0.2.0...types-core/0.3.0
[0.2.0]: https://github.com/subquery/subql/compare/types-core/0.1.0...types-core/0.2.0
[0.1.0]: https://github.com/subquery/subql/compare/types-core/0.0.1...types-core/0.1.0
[0.0.1]: https://github.com/subquery/subql/tag/types-core/0.0.1
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.2.1-0",
"version": "0.3.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.2.0"
}
}
8 changes: 7 additions & 1 deletion packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.3.0] - 2023-10-31
### Changed
- Import types-core global so there is no need to update tsconfig
- Update `@subql/types-core` to add support for endBlock

## [3.2.0] - 2023-10-20
### Changed
- Version bump with `types-core` 0.2.0
Expand Down Expand Up @@ -208,7 +213,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- support block handler

[Unreleased]: https://github.com/subquery/subql/compare/types/3.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/types/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql/compare/types/3.2.0...types/3.3.0
[3.2.0]: https://github.com/subquery/subql/compare/types/3.1.2...types/3.2.0
[3.1.2]: https://github.com/subquery/subql/compare/types/3.1.1...types/3.1.2
[3.1.1]: https://github.com/subquery/subql/compare/types/3.1.0...types/3.1.1
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "3.2.0",
"version": "3.3.0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
import {ApiPromise} from '@polkadot/api';
import {ApiDecoration} from '@polkadot/api/types';

import '@subql/types-core/dist/global';

type ApiAt = ApiDecoration<'promise'> & {rpc: ApiPromise['rpc']};

declare global {
Expand Down
5 changes: 4 additions & 1 deletion packages/utils/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]

## [2.5.0] - 2023-10-31
### Added
- Logger now supports negative filters. To use this prefix the logger name with a `-`. E.g `--debug="*,-SQL"` (#2133)

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

[Unreleased]: https://github.com/subquery/subql/compare/v2.4.4...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/utils/2.5.0...HEAD
[2.5.0]: https://github.com/subquery/subql/compare/utils/2.4.4...utils/2.5.0
[2.4.4]: https://github.com/subquery/subql/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/subquery/subql/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/subquery/subql/compare/utils/2.4.1...utils/2.4.2
Expand Down
5 changes: 2 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/utils",
"version": "2.4.5-1",
"version": "2.5.0",
"description": "",
"packageManager": "[email protected]",
"scripts": {
Expand Down Expand Up @@ -31,6 +31,5 @@
},
"devDependencies": {
"@types/semver": "^7"
},
"stableVersion": "2.4.5-0"
}
}
52 changes: 26 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6507,11 +6507,19 @@ __metadata:
languageName: unknown
linkType: soft

"@subql/common@npm:3.1.1":
version: 3.1.1
resolution: "@subql/common@npm:3.1.1"
"@subql/common@^3.1.0, @subql/common@^3.1.1, @subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
dependencies:
"@subql/types-core": 0.1.1
"@subql/types-core": "workspace:*"
"@types/bn.js": 4.11.6
"@types/detect-port": ^1
"@types/fs-extra": ^9.0.13
"@types/js-yaml": ^4.0.5
"@types/pino": ^6.3.12
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6521,15 +6529,14 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0
languageName: node
linkType: hard
languageName: unknown
linkType: soft

"@subql/common@npm:^3.1.0, @subql/common@npm:^3.1.1, @subql/common@npm:latest":
version: 3.2.0
resolution: "@subql/common@npm:3.2.0"
"@subql/common@npm:3.1.1":
version: 3.1.1
resolution: "@subql/common@npm:3.1.1"
dependencies:
"@subql/types-core": 0.2.0
"@subql/types-core": 0.1.1
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6539,23 +6546,15 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
checksum: bddf220f66e008a6b1ea40081143cc7ad71e144597a9a44cb59acb865923746006d13cfa376b49794fa81ca14200e905f5bea7292f6d70416353fdbe9f009dc1
checksum: 1d1e3070f0a2f2368a7ba24f9b98012ca88362d51e7e53ed146026aa8c2844e8d58335496a19341facf4422aa2cac89b05e87860b0a4f73e542ca91f8240cdd0
languageName: node
linkType: hard

"@subql/common@workspace:*, @subql/common@workspace:packages/common":
version: 0.0.0-use.local
resolution: "@subql/common@workspace:packages/common"
"@subql/common@npm:latest":
version: 3.2.0
resolution: "@subql/common@npm:3.2.0"
dependencies:
"@subql/types-core": "workspace:*"
"@types/bn.js": 4.11.6
"@types/detect-port": ^1
"@types/fs-extra": ^9.0.13
"@types/js-yaml": ^4.0.5
"@types/pino": ^6.3.12
"@types/semver": ^7.3.9
"@types/tar": ^6.1.1
"@types/update-notifier": ^6
"@subql/types-core": 0.2.0
axios: ^0.27.2
class-transformer: ^0.5.1
class-validator: ^0.14.0
Expand All @@ -6565,8 +6564,9 @@ __metadata:
reflect-metadata: ^0.1.13
semver: ^7.5.2
update-notifier: 5.1.0
languageName: unknown
linkType: soft
checksum: bddf220f66e008a6b1ea40081143cc7ad71e144597a9a44cb59acb865923746006d13cfa376b49794fa81ca14200e905f5bea7292f6d70416353fdbe9f009dc1
languageName: node
linkType: hard

"@subql/node-core@workspace:*, @subql/node-core@workspace:packages/node-core":
version: 0.0.0-use.local
Expand Down

0 comments on commit a4334a9

Please sign in to comment.