We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support Web3Signer signing for blob sidecars. Depends on this Web3Signer issue: Consensys/web3signer#726
Once the schema and signing is implemented in Web3Signer, the VC needs to construct a Web3SignerObject here:
Web3SignerObject
lighthouse/validator_client/src/signing_method.rs
Lines 187 to 190 in 4c9fcf1
The text was updated successfully, but these errors were encountered:
Remote signing api spec PR merged here: ethereum/remote-signing-api#4
TL;DR:
For blob sidecar signing we can use the blinded sidecar type for both using the blob_root instead of the full blob.
Sorry, something went wrong.
Closing due to deprecation of blob signing
realbigsean
No branches or pull requests
Description
Support Web3Signer signing for blob sidecars. Depends on this Web3Signer issue: Consensys/web3signer#726
Once the schema and signing is implemented in Web3Signer, the VC needs to construct a
Web3SignerObject
here:lighthouse/validator_client/src/signing_method.rs
Lines 187 to 190 in 4c9fcf1
The text was updated successfully, but these errors were encountered: