Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verifying remote signing / web3signer #14550

Open
franjoespejo opened this issue Oct 17, 2024 · 1 comment
Open

verifying remote signing / web3signer #14550

franjoespejo opened this issue Oct 17, 2024 · 1 comment
Labels
Enhancement New feature or request Help Wanted Extra attention is needed Web3Signer Web3Signer related tasks

Comments

@franjoespejo
Copy link

franjoespejo commented Oct 17, 2024

🚀 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: ethereum/remote-signing-api#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,

@james-prysm james-prysm added Web3Signer Web3Signer related tasks Enhancement New feature or request labels Oct 17, 2024
@prestonvanloon prestonvanloon added the Help Wanted Extra attention is needed label Oct 28, 2024
@prestonvanloon
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Help Wanted Extra attention is needed Web3Signer Web3Signer related tasks
Projects
None yet
Development

No branches or pull requests

4 participants
@prestonvanloon @franjoespejo @james-prysm and others