You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
mev-commit/contracts/contracts/validator-registry/VanillaRegistry.sol
Line 306 in 514339d
This functionality needs to be added to the provider and bidder registries using already created libs
The text was updated successfully, but these errors were encountered: