Skip to content

Commit

Permalink
Update Teku version to get latest configs for Sepolia, Holesky and Ch…
Browse files Browse the repository at this point in the history
…iado and update changelog (#965)
  • Loading branch information
jframe authored Jan 25, 2024
1 parent b375e7d commit 4380ac2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 24.1.1

This is an optional release for mainnet Ethereum and it includes the updated network configuration for the Sepolia, Holesky and Chiado Deneb forks.

## 24.1.0

This is an optional release for mainnet Ethereum and it includes the updated network configuration for the Goerli Deneb fork.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
besuVersion=23.10.3
besuVersion=24.1.0
besuDistroUrl=https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/${besuVersion}/besu-${besuVersion}.tar.gz

hashicorpVaultVersion=1.9.2
Expand Down
6 changes: 3 additions & 3 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ dependencyManagement {
entry 'mockito-junit-jupiter'
}

dependency 'org.hyperledger.besu:plugin-api:23.10.3'
dependency 'org.hyperledger.besu.internal:metrics-core:23.10.3'
dependency 'org.hyperledger.besu:plugin-api:24.1.0'
dependency 'org.hyperledger.besu.internal:metrics-core:24.1.0'

dependency 'org.xipki.iaik:sunpkcs11-wrapper:1.4.10'

dependencySet(group: 'tech.pegasys.teku.internal', version: '24.1.0') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '24.1.1') {
entry ('bls') {
exclude group: 'org.bouncycastle', name: 'bcprov-jdk15on'
}
Expand Down

0 comments on commit 4380ac2

Please sign in to comment.