Skip to content

Commit

Permalink
Update teku to 23.9.1 to include revised holesky config
Browse files Browse the repository at this point in the history
  • Loading branch information
jframe committed Sep 24, 2023
1 parent 05e8324 commit 4ae329a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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
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 4ae329a

Please sign in to comment.