-
Notifications
You must be signed in to change notification settings - Fork 798
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 #6476
Comments
We'd do a validator DKG by having validators make blocks on a parathread, but this could always be brought back for that. |
Hello, |
Hello, I removed |
Tests are still failing, I will keep searching...but basically, I am trying to understand how to use the |
|
# Description Issue #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]>
…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]>
As the title says:
polkadot-sdk/polkadot/node/service/src/overseer.rs
Line 298 in a1af8ed
Collation-generation is only needed for collators
The text was updated successfully, but these errors were encountered: