Skip to content

Commit

Permalink
Bump version and update CHANGELOG for core v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Jun 27, 2023
1 parent e4e6475 commit 266d3ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.0
2.3.0
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- unreleased -->

## [dev]

...

## 2.3.0 - UNRELEASED

### Added
- Add a new field called `Order` (range from 1 to 100) to `EVM.Nodes` that is used for the `PriorityLevel` node selector and also as a tie-breaker for `HighestHead` and `TotalDifficulty`. `Order` levels are considered in ascending order. If not defined it will default to `Order = 100` (last level).
- Added new node selection mode called `PriorityLevel` for EVM, it is a tiered round-robin in ascending order of the`Order` field. Example:
Expand Down

0 comments on commit 266d3ac

Please sign in to comment.