-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate epoch descriptor #173
Comments
According to the current host spec and the BABE research write up, the slot number is supposed to be reset at the beginning of each epoch. Substrate does not do this, so it needs epoch descriptors to tracks the slot number at the beginning (and end) of each epoch. Therefore there is no need to add them to the spec at the moment. |
the original description for the developer is: |
Indeed I think we closed this too soon. While we might not have to spec the |
This is included in #168 now. |
Investigate the role of the epoch descriptor defined here:
https://github.com/paritytech/substrate/blob/master/client/consensus/epochs/src/lib.rs#L212
And spec if it is necessary for the spec to contains it.
The text was updated successfully, but these errors were encountered: