-
Notifications
You must be signed in to change notification settings - Fork 680
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
Retire puppet workers #583
Comments
Good idea, just keep in mind that |
3 tasks
Merged
s0me0ne-unkn0wn
added a commit
that referenced
this issue
Sep 11, 2023
Closes #583 After the separation of PVF worker binaries, dedicated puppet workers are not needed for tests anymore. The production workers can be used instead, avoiding some code duplication and decreasing complexity. The changes also make it possible to further refactor the code to isolate workers completely.
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* fix grandpa initialization * fnt
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
* fix grandpa initialization * fnt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After worker separation and liberation, puppet workers used for integration tests will not be needed anymore. Their additional functionality (that is only used for those tests) may be integrated into the real workers and gated through
#[cfg(test)]
, as discussed here.Also, it'd probably open the way for the refactoring of real workers which may be placed into corresponding binary crates in
node/core/pvf
without the necessity to have separate library and binary crates for every of them.The text was updated successfully, but these errors were encountered: