mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-09 22:07:59 -05:00
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 24.1.2-SNAPSHOT
|
||||
## 24.2.0-SNAPSHOT
|
||||
|
||||
### Breaking Changes
|
||||
- Following the OpenMetrics convention, the updated Prometheus client adds the `_total` suffix to every metrics of type counter, with the effect that some existing metrics have been renamed to have this suffix. If you are using the official Besu Grafana dashboard [(available here)](https://grafana.com/grafana/dashboards/16455-besu-full/), just update it to the latest revision, that accepts the old and the new name of the affected metrics. If you have a custom dashboard or use the metrics in other ways, then you need to manually update it to support the new naming.
|
||||
@@ -9,7 +9,6 @@
|
||||
- `--Xfilter-on-enr-fork-id` has been removed. To disable the feature use `--filter-on-enr-fork-id=false`.
|
||||
- `--engine-jwt-enabled` has been removed. Use `--engine-jwt-disabled` instead. [#6491](https://github.com/hyperledger/besu/pull/6491)
|
||||
|
||||
|
||||
### Deprecations
|
||||
- X_SNAP and X_CHECKPOINT are marked for deprecation and will be removed in 24.4.0 in favor of SNAP and CHECKPOINT [#6405](https://github.com/hyperledger/besu/pull/6405)
|
||||
- `--Xsnapsync-synchronizer-flat-db-healing-enabled` is deprecated (always enabled). [#6499](https://github.com/hyperledger/besu/pull/6499)
|
||||
@@ -38,6 +37,19 @@
|
||||
|
||||
### Download Links
|
||||
|
||||
## 24.1.2
|
||||
|
||||
### Bug fixes
|
||||
- Fix ETC Spiral upgrade breach of consensus [#6524](https://github.com/hyperledger/besu/pull/6524)
|
||||
|
||||
### Additions and Improvements
|
||||
- Adds timestamp to enable Cancun upgrade on mainnet [#6545](https://github.com/hyperledger/besu/pull/6545)
|
||||
- Github Actions based build.[#6427](https://github.com/hyperledger/besu/pull/6427)
|
||||
|
||||
### Download Links
|
||||
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/24.1.2/besu-24.1.2.zip / sha256 9033f300edd81c770d3aff27a29f59dd4b6142a113936886a8f170718e412971
|
||||
https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/24.1.2/besu-24.1.2.tar.gz / sha256 082db8cf4fb67527aa0dd757e5d254b3b497f5027c23287f9c0a74a6a743bf08
|
||||
|
||||
## 24.1.1
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=24.1.2-SNAPSHOT
|
||||
version=24.2.0-SNAPSHOT
|
||||
|
||||
org.gradle.welcome=never
|
||||
# Set exports/opens flags required by Google Java Format and ErrorProne plugins. (JEP-396)
|
||||
|
||||
Reference in New Issue
Block a user