Skip to content

Commit

Permalink
Merge branch 'master' into get-earliest-block-available-in-debug-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gfukushima authored Sep 27, 2024
2 parents c8e332a + b91c432 commit fa9263d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- Renamed metrics `validator_attestation_publication_delay`,`validator_block_publication_delay` and `beacon_block_import_delay_counter` to include the suffix `_total` added by the current version of prometheus.
- Updated bootnodes for Holesky network
- Added new `--p2p-flood-publish-enabled` parameter to control whenever flood publishing behaviour is enabled (applies to all subnets). Previous teku versions always had this behaviour enabled. Default is `true`.
- Add a fix for [CVE-2024-7254](https://avd.aquasec.com/nvd/2024/cve-2024-7254/)

### Bug Fixes
- removed a warning from logs about non blinded blocks being requested (#8562)
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencyManagement {
entry 'javalin-rendering'
}

dependency 'io.libp2p:jvm-libp2p:1.1.1-RELEASE'
dependency 'io.libp2p:jvm-libp2p:1.2.0-RELEASE'
dependency 'tech.pegasys:jblst:0.3.12'
dependency 'tech.pegasys:jc-kzg-4844:1.0.0'

Expand Down

0 comments on commit fa9263d

Please sign in to comment.