Replies: 1 comment
-
Since this is provisional we haven't fixated on how exactly we want this to eventually be. A large part of the decision here will be based on whether Eigenlayer or the unified-registry allows slashing part of the stake instead of the entire stake. In that case, this function would change significantly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/NethermindEth/Taiko-Preconf-AVS/blob/c0f168762c6044b4c6d90681f6a7e7f40398043b/SmartContracts/src/avs/PreconfServiceManager.sol#L66
As of now, the
slashOperator
will revert if the operator has been slashed, see below.Shall we tolerant this condition and have something like:
Beta Was this translation helpful? Give feedback.
All reactions