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

fix prerelease #1629

Merged
merged 1 commit into from
Apr 20, 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
1 change: 1 addition & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.13.1] - 2023-03-30
### Added
- Change in migrate controller, add support for Multiple endpoints (#1551)
Expand Down
2 changes: 1 addition & 1 deletion 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": "1.13.1",
"version": "1.13.2-0",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
1 change: 1 addition & 0 deletions packages/common-substrate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.5.0] - 2023-03-30
### Changed
- Changed in models to support Multiple endpoints (#1551)
Expand Down
1 change: 1 addition & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.8.1] - 2023-03-30
### Added
- Add types to support Multiple endpoints (#1551)
Expand Down
1 change: 1 addition & 0 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.11.3] - 2023-04-17
### Fixed
- Improve log, update progress string (#1612)
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-core",
"version": "1.11.4-0",
"version": "1.11.4-1",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
1 change: 1 addition & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [1.21.2] - 2023-04-17
### Fix
- Fix workers fetching blocks out of order (#1616)
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "1.21.3-0",
"version": "1.21.3-1",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/indexer/worker/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function initWorker(): Promise<void> {
}

app = await NestFactory.create(WorkerModule, {
// logger: new NestLogger(), // TIP: If the worker is crashing comment out this line for better logging
logger: new NestLogger(), // TIP: If the worker is crashing comment out this line for better logging
});

await app.init();
Expand Down
1 change: 1 addition & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.11.2] - 2023-04-11
### Added
- `evmChainId` to metadata (#1607)
Expand Down
10 changes: 10 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

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).

All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]

1 change: 0 additions & 1 deletion packages/testing/README.md

This file was deleted.

1 change: 1 addition & 0 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@subql/testing",
"version": "0.0.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && tsc -b"
Expand Down
1 change: 1 addition & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
## [Unreleased]



## [1.7.2] - 2023-03-29
### Changed
- Update polkadot api to 10.1.4 (#1580)
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": "1.7.3-0",
"version": "1.7.3-1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.5.0] - 2023-04-14
### Updated
- Added option to @jsonField to disable GIN index (#1613)
Expand Down
1 change: 1 addition & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd

## [Unreleased]


## [1.8.1] - 2023-03-07
### Updated
- Updated `suql/common-avalanche` (#1546)
Expand Down