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

Introduce deregistration period for provider/bidder registries #403

Open
shaspitz opened this issue Sep 16, 2024 · 1 comment
Open

Introduce deregistration period for provider/bidder registries #403

shaspitz opened this issue Sep 16, 2024 · 1 comment

Comments

@shaspitz
Copy link
Contributor

The validator registry contracts all have behavior where an actor needs to take an intermediate step for de-registration. They request dereg, wait a period of blocks (or time), then fully deregister with a second tx. See this example

function _unstakeSingle(bytes calldata pubKey) internal {
.

This functionality needs to be added to the provider and bidder registries using already created libs

@ckartik
Copy link
Contributor

ckartik commented Sep 17, 2024

This already exists, but we need to make sure the mev-commit node actually de-registers them when the stake is withdrawn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants