nimbus-eth2 icon indicating copy to clipboard operation
nimbus-eth2 copied to clipboard

Relay the external builder signature to verifying Web3Signers

Open zah opened this issue 1 year ago • 1 comments

Besides verifying properties of the signed block, a verifying web3signer may be interested in enforcing a particular white-list of builders (or relays). This is a common practice is a number of Ethereum liquid staking protocols. To support this use case, we'll further extend the verifying Web3Signer protocol with an extra field carrying the signature of builder over the blinded block header.

zah avatar Jan 23 '24 17:01 zah

  • https://github.com/ethereum/remote-signing-api/pull/10

tersec avatar Jun 06 '24 02:06 tersec