Skip to content

Commit

Permalink
Update teku to 23.9.1 to include revised holesky config (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe authored Sep 25, 2023
1 parent 05e8324 commit 254ec59
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next Release
## 23.9.1

### Breaking Changes
- Remove --validator-ids option from watermark-repair subcommand [#909](https://github.com/Consensys/web3signer/pull/909)
Expand All @@ -10,6 +10,7 @@
- Add High Watermark functionality [#696](https://github.com/Consensys/web3signer/issues/696)
- Update `watermark-repair` subcommand with new options `--set-high-watermark`, `--remove-high-watermark` [#912](https://github.com/Consensys/web3signer/pull/912)
- Add GET `/highWatermark` to eth2 endpoints [#908](https://github.com/Consensys/web3signer/pull/908)
- Add network configuration for revised Holesky testnet

## 23.9.0

Expand Down
5 changes: 2 additions & 3 deletions acceptance-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ dependencies {
testImplementation 'tech.pegasys.teku.internal:networks'
testImplementation 'tech.pegasys.teku.internal:json'
testImplementation 'tech.pegasys.teku.internal:jackson'
// Use test fixtures from Teku 23.8.0 as latest version doesn't include any test fixtures
testImplementation (group: 'tech.pegasys.teku.internal', name: 'spec', classifier: 'test-fixtures', version: '23.8.0')
testImplementation (group: 'tech.pegasys.teku.internal', name: 'bls', classifier: 'test-fixtures', version: '23.8.0')
testImplementation (group: 'tech.pegasys.teku.internal', name: 'spec', classifier: 'test-fixtures')
testImplementation (group: 'tech.pegasys.teku.internal', name: 'bls', classifier: 'test-fixtures')
testImplementation 'tech.pegasys.teku.internal:serializer'
testImplementation 'tech.pegasys.teku.internal:unsigned'
testImplementation 'tech.pegasys.teku.internal:async'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 256
MAX_SEED_LOOKAHEAD: 1
EJECTION_BALANCE: 16000000000
MIN_PER_EPOCH_CHURN_LIMIT: 4
MAX_PER_EPOCH_ACTIVATION_CHURN_LIMIT: 4

# Networking
# `10 * 2**20` (= 10485760, 10 MiB)
Expand Down
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencyManagement {

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

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

0 comments on commit 254ec59

Please sign in to comment.