[EPOCH TRANSITION] - Membership
trait has an additional method to fetch a stake table for a given epoch
#3726
Labels
Membership
trait has an additional method to fetch a stake table for a given epoch
#3726
What is this task and why do we need to work on it?
This is required to implement a variable stake table. Stake table can change while transitioning from one epoch to the next. Looking at it from a different angle: there are multiple stake tables, one per epoch.
We need an additional method that fetches a new stake table for the given epoch. This method should be stubbed in HotShot. The real stake table is to be fetched from a contract in L1. This issue should have a corresponding issue in sequencer project in which the method is implemented.
Epoch transition details can be found here: https://www.notion.so/espressosys/Epoch-transition-without-extra-types-and-with-last-votes-broadcast-1112431b68e98092a47aea71b41bec8c
What work will need to be done to complete this task?
No response
Are there any other details to include?
No response
What are the acceptance criteria to close this issue?
The
Membership
trait has an additional method that fetches a stake table for the given epoch. This method should be stubbed in HotShot.Branch work will be merged to (if not the default branch)
No response
The text was updated successfully, but these errors were encountered: