Skip to content

Commit

Permalink
[release] 20231106 (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Nov 5, 2023
1 parent 7481cae commit 17ae093
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
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]

## [6.3.0] - 2023-11-06
### Added
- Add `dictionaryQuerySize` to nodeConfig, so the block range in dictionary can be configurable. (#2139)

Expand Down Expand Up @@ -471,7 +473,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/6.3.0...HEAD
[6.3.0]: https://github.com/subquery/subql/compare/node-core/6.2.0...node-core/6.3.0
[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
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.2.1-4",
"version": "6.3.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.2.1-3"
}
}
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.3.0] - 2023-11-06
### Added
- With `dictionary-query-size` now dictionary can config the query block range(#2139)

### Fixed
- Sync with node-core 6.3.0 with various fixes

## [3.2.0] - 2023-10-31
### Fixed
- Sync with node-core, fixed modulo block ahead of finalized block issue (#2132)
Expand Down Expand Up @@ -1040,7 +1045,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.2.0...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node/3.3.0...HEAD
[3.3.0]: https://github.com/subquery/subql/compare/node/3.2.0...node/3.3.0
[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
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.2.1-1",
"version": "3.3.0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -60,6 +60,5 @@
"files": [
"/dist",
"/bin"
],
"stableVersion": "3.2.1-0"
]
}

0 comments on commit 17ae093

Please sign in to comment.