-
Notifications
You must be signed in to change notification settings - Fork 20
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
Double-check the collation related pallets configuration for litmus #336
Comments
The original substrate commit: See the discussion in polkadot companion too: It seems that the change of the order (reversed -> normal) actually fixes the problem that the last block author in a session can't get the reward (unless it's elected again after session rotation) |
Back to general suggestion. Except pallet_session, which if its' hook is not called before pallet_authorship, pallet_authorship will use the old validators set. |
Yea but as discussed in the polkadot companion, If it comes before authorship, then the last block author of the previous session won't get any block reward, which I do think is a bug. I don't think it will affect any of the production of blocks (this also matches what I tested). |
Agree. Make sense. |
In the original substrate discussion thread it says: NOTE: frame_executive::Executive will execute the hooks |
@wangminqi |
As previously agreed, we are running the collators ourselves for litmus.
We shall ensure the following two things:
BaseCallFilter
anyway, but we have to examine it after the filter is removed. (e.g. viaMaxCandidates
frompallet_collator_selection
?) Ideally with integration-test.v0.9.16
update.I did first step research and it appears to be the case.
It would be ideal if we can have documentation about the collator selection process for the session, not mandatory though.
The text was updated successfully, but these errors were encountered: