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

Typos fix #2664

Closed
wants to merge 4 commits into from
Closed
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
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SubQuery, as contributors, and maintainers pledge to make participation in our project and our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
identity and expression, level of experience, education, socioeconomic status,
nationality, personal appearance, race, religion, or sexual identity
and orientation.

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.7.0] - 2022-10-27
### Added
- `--dedicatedDB` option to project deployement. (#1355)
- `--dedicatedDB` option to project deployment. (#1355)
- Flags for advanced settings. (#1352)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.2.2] - 2023-05-19
### Fixed
- Fix project service init failing due to start height being 0 (#1735)
- No longer intialize store and indexer inside testing service (#1734)
- No longer initialize store and indexer inside testing service (#1734)
- Fix poi read leaf height error under cockroach (#1733)
- Ensure min start height to be 1, even if set to 0 (#1737)
- Upgrade apollo link package (#1739)
Expand Down
2 changes: 1 addition & 1 deletion packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Sync with node-core 4.1.0:
- moved `indexBlock` to base `TestingService` (#1913)
- Simplify conneciton pool logic (#1915)
- Simplify connection pool logic (#1915)
- Fix poi operationHash and miss poi blocks (#1917)

## [2.10.0] - 2023-07-31
Expand Down