Skip to content

Commit

Permalink
[release] 20231225 node-core (#2207)
Browse files Browse the repository at this point in the history
* [release] 20231225 node-core

* pr number
  • Loading branch information
jiqiang90 authored Dec 25, 2023
1 parent c9680b2 commit 5f4f514
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/node-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [7.0.6] - 2023-12-25
### Fixed
- Fix bypassBlock method `cleanedBatchBlocks` could throw Maximum call stack size exceeded error from lodash
- Fix bypassBlock method `cleanedBatchBlocks` could throw Maximum call stack size exceeded error from lodash (#2206)

## [7.0.5] - 2023-12-20
### Fixed
- Fix issue with metadata cache setting lastProcessedHeight to undefined (#2200)


## [7.0.4] - 2023-12-14
### Changed
- Update @subql/common
Expand Down Expand Up @@ -531,7 +530,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/7.0.5...HEAD
[Unreleased]: https://github.com/subquery/subql/compare/node-core/7.0.6...HEAD
[7.0.6]: https://github.com/subquery/subql/compare/node-core/7.0.5...node-core/7.0.6
[7.0.5]: https://github.com/subquery/subql/compare/node-core/7.0.4...node-core/7.0.5
[7.0.4]: https://github.com/subquery/subql/compare/node-core/7.0.3...node-core/7.0.4
[7.0.3]: https://github.com/subquery/subql/compare/node-core/7.0.2...node-core/7.0.3
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": "7.0.6-1",
"version": "7.0.6",
"description": "Common node features that are agnostic to blockchains",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand Down

0 comments on commit 5f4f514

Please sign in to comment.