Skip to content

Commit

Permalink
Bump version and update CHANGELOG for core v2.8.0 (#11419)
Browse files Browse the repository at this point in the history
* Bump version and update CHANGELOG for core v2.8.0

* Add section for Upcoming changes

* Combine Add sections

* Consolidating Added section

* Remove duplicate text
  • Loading branch information
snehaagni authored and Borja Aranda committed Dec 14, 2023
1 parent 5dbcf77 commit 5fab4f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
2.8.0
24 changes: 14 additions & 10 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [dev]

### Fixed
- Fixed a bug that caused the Telemetry Manager to report incorrect health
...

## 2.8.0 - UNRELEASED

### Added

Expand Down Expand Up @@ -53,7 +54,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`mercury_cache_wait_count`
`mercury_cache_miss_count`
- Added new `EVM.OCR` TOML config fields `DeltaCOverride` and `DeltaCJitterOverride` for overriding the config DeltaC.

- Mercury v0.2 has improved consensus around current block that uses the most recent 5 blocks instead of only the latest one
- Two new prom metrics for mercury, nops should consider adding alerting on these:
- `mercury_insufficient_blocks_count`
- `mercury_zero_blocks_count`

### Changed

- `PromReporter` no longer directly reads txm related status from the db, and instead uses the txStore API.
Expand All @@ -64,16 +69,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Removed `Optimism2` as a supported gas estimator mode

### Added

- Mercury v0.2 has improved consensus around current block that uses the most recent 5 blocks instead of only the latest one
- Two new prom metrics for mercury, nops should consider adding alerting on these:
- `mercury_insufficient_blocks_count`
- `mercury_zero_blocks_count`

### Fixed

- Corrected Ethereum Sepolia `LinkContractAddress` to `0x779877A7B0D9E8603169DdbD7836e478b4624789`
- Fixed a bug that caused the Telemetry Manager to report incorrect health

### Upcoming Required Configuration Changes
Starting in `v2.9.0`:
- `TelemetryIngress.URL` and `TelemetryIngress.ServerPubKey` will no longer be allowed. Any TOML configuration that sets this fields will prevent the node from booting. These fields will be replaced by `[[TelemetryIngress.Endpoints]]`
- `P2P.V1` will no longer be supported and must not be set in TOML configuration in order to boot. Use `P2P.V2` instead. If you are using both, `V1` can simply be removed.

...

Expand Down

0 comments on commit 5fab4f7

Please sign in to comment.