Skip to content

Commit

Permalink
Teku libraries 22.8.1 (#628)
Browse files Browse the repository at this point in the history
* Teku libraries 22.8.1
* changelog
* Updating Teku ValidatorRegistration package
  • Loading branch information
usmansaleem authored Aug 22, 2022
1 parent a994c48 commit 1812788
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 22.8.1
### Features Added
- Updated internal Teku libraries to 22.8.1. This update includes Bellatrix network upgrade and merge transition configuration for Mainnet.

## 22.8.0
### Features Added
- Added health check endpoint [#538](https://github.com/ConsenSys/web3signer/issues/538).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ public BLSPubKey getPubkey() {
return pubkey;
}

public tech.pegasys.teku.spec.datastructures.execution.ValidatorRegistration
public tech.pegasys.teku.spec.datastructures.builder.ValidatorRegistration
asInternalValidatorRegistration() {
return new tech.pegasys.teku.spec.datastructures.execution.ValidatorRegistrationSchema()
return new tech.pegasys.teku.spec.datastructures.builder.ValidatorRegistrationSchema()
.create(feeRecipient, gasLimit, timestamp, pubkey.asBLSPublicKey());
}
}
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ dependencyManagement {
dependency 'org.hyperledger.besu:plugin-api:22.4.1'
dependency 'org.hyperledger.besu.internal:metrics-core:22.4.4'

dependencySet(group: 'tech.pegasys.teku.internal', version: '22.8.0') {
dependencySet(group: 'tech.pegasys.teku.internal', version: '22.8.1') {
entry 'bls'
entry 'spec'
entry 'serializer'
Expand Down

0 comments on commit 1812788

Please sign in to comment.