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
refactor: staking queue config now includes max value (#16621)
With the changes for BLS keys to be included, the cost of the queue and
deposits was heavily impacted. however the upper limit of queue members
to consume was not altered. It is now a config value along with the rest
of the staking queue config.
The config is important as it pose a potential DOS. If there are
sufficient queue members it will be impossible to actually flush the
queue, so making it updatable is a sane way to deal with changing costs
of op-codes etc.
Also it can be used to put limits more easily on set growth.
Fixes an issue in the migration loading, and adds a test to showcase gas
costs related to additions.
0 commit comments