prysmaticlabs / prysm

Go implementation of Ethereum proof of stake
https://www.offchainlabs.com
GNU General Public License v3.0
3.48k stars 1.01k forks source link

verifying remote signing / web3signer #14550

Open franjoespejo opened 1 month ago

franjoespejo commented 1 month ago

🚀 Feature Request

Description

Prysm already implements the w3signer/remote-signer standard https://docs.prylabs.network/docs/wallet/web3signer.

The standard assumes the w3s trusts the validator client, since there is no way for the w3s to verify the payload to be signed.

Describe the solution you'd like

The proposal to fix that is: https://github.com/ethereum/remote-signing-api/pull/10,

It is specially useful for diva which distributes the w3s signatures.

Describe alternatives you've considered

Nimbus has implemented this: https://nimbus.guide/web3signer.html#verifying-web3signer,

prestonvanloon commented 3 weeks ago

Added the "help wanted" label. This seems to be a pretty specific use case for Diva/untrusted setups and we are quite limited on eng bandwidth. If Diva developers or anyone that wants this feature could implement it, then we would be able to allocate limited resources to review of the implementation.