hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.43k stars 757 forks source link

Updated EIP-7002 WithdrawalRequestV1 field (validatorPublicKey -> validatorPubkey) #7209

Closed lucassaldanha closed 3 weeks ago

lucassaldanha commented 3 weeks ago

PR description

Updated WithdrawalRequestV1 field according to https://github.com/ethereum/execution-apis/pull/549.

(validatorPublicKey -> validatorPubkey)

This will soon be updated in Teku as well (https://github.com/Consensys/teku/issues/8359)

Fixed Issue(s)

N/A