-
Notifications
You must be signed in to change notification settings - Fork 788
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
Remove collation-generation subsystem from validator nodes #6832
Conversation
Co-authored-by: Bastian Köcher <[email protected]>
This reverts commit 73860e6.
…=dev --target_dir=substrate --features=runtime-benchmarks --pallet=pallet_democracy
Label needed please 🙏 |
why did you choose to do this? |
I am still trying to figure out how to use the |
@alindima , thank you for the hint!!! this time all the tests are good. I also did the change for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
50e5dd2
…h#6832) # Description Issue paritytech#6476 Collation-generation is not needed for validators node, and should be removed. ## Implementation Use a `DummySubsystem` for `collation_generation` --------- Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: command-bot <> Co-authored-by: Dmitry Markin <[email protected]> Co-authored-by: Alexandru Vasile <[email protected]>
Description
Issue #6476
Collation-generation is not needed for validators node, and should be removed.
Implementation
Use a
DummySubsystem
forcollation_generation