Question Regarding Stake Locking in Lookahead Updates #22
swarna1101
started this conversation in
General
Replies: 1 comment
-
The stake lock logic is very provisional at the moment, and will likely be very different when Eigenlayer and/or unified staking registry is finalised. If you see my comment here (#19 (comment)), we will potentially not have any kind of stake locking. It will simply be a "withdrawal delay" at the registry level. |
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
-
In the forcePushLookahead function, which handles cases where lookahead lags due to missed proposals, the stake of the sender is locked for the dispute window:
Could there be a case where an unexpected number of lookahead lags or force pushes impacts certain preconfers by repeatedly locking their stakes? If so, locking with a weighted lock duration based on lookahead health should reduce the likelihood of penalizing participants for frequent calls to
forcePushLookahead
?Beta Was this translation helpful? Give feedback.
All reactions