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
In the platformvm, whenever a staker is added or removed a whole bunch of structures needs to be updated.
This is currently carried out in a monster method called writeCurrentStakers.
While this implementation may be the most efficient, it does keep implicit a whole bunch of dependencies among stakers data.
We should simplify the stakers handling and make dependencies explicit.
The text was updated successfully, but these errors were encountered:
This issue has become stale because it has been open 60 days with no activity. Adding the lifecycle/frozen label will cause this issue to ignore lifecycle events.
In the platformvm, whenever a staker is added or removed a whole bunch of structures needs to be updated.
This is currently carried out in a monster method called
writeCurrentStakers
.While this implementation may be the most efficient, it does keep implicit a whole bunch of dependencies among stakers data.
We should simplify the stakers handling and make dependencies explicit.
The text was updated successfully, but these errors were encountered: