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

[builder API] Enable Web3Signer tests for validator registration #3296

Closed
Tracked by #3091
realbigsean opened this issue Jun 29, 2022 · 4 comments
Closed
Tracked by #3091

[builder API] Enable Web3Signer tests for validator registration #3296

realbigsean opened this issue Jun 29, 2022 · 4 comments
Labels
bellatrix Required to support the Bellatrix Upgrade

Comments

@realbigsean
Copy link
Member

Description

We currently run tests against the Consensys web3 signer. We have tests in #3194 that are commented out until the functionality for validator registration signatures are implemented.
This is the relevant Consensys issue.

@realbigsean realbigsean mentioned this issue Jun 29, 2022
14 tasks
@paulhauner paulhauner added the bellatrix Required to support the Bellatrix Upgrade label Jun 30, 2022
@siladu
Copy link

siladu commented Jul 6, 2022

Hi @realbigsean web3signer validator registration support is available on master now.
If you use docker it's on the develop tag: docker pull consensys/web3signer:develop

We're expecting to release web3signer 22.7.0 this week or next with this in.

The shape of the signing request is documented here under the VALIDATOR_REGISTRATION type: https://consensys.github.io/web3signer/web3signer-eth2.html#tag/Signing

@realbigsean
Copy link
Member Author

Thanks @siladu !

@siladu
Copy link

siladu commented Jul 14, 2022

Hi again @realbigsean this has now been released: https://github.com/ConsenSys/web3signer/releases/tag/22.7.0

Note, since my last message, the request format has changed: we no longer require an epoch to be sent.

@realbigsean
Copy link
Member Author

Completed in 7aa2a74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bellatrix Required to support the Bellatrix Upgrade
Projects
None yet
Development

No branches or pull requests

3 participants