Skip to content
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

refactor pvf security module #3047

Merged
merged 6 commits into from
Feb 11, 2024

Conversation

maksimryndin
Copy link
Contributor

@maksimryndin maksimryndin commented Jan 24, 2024

resolve #2321

  • refactor security module into a conditionally compiled
  • rename amd64 into x86-64 for consistency with conditional compilation guards and remove reference to a particular vendor
  • run unit tests and zombienet

@maksimryndin
Copy link
Contributor Author

@s0me0ne-unkn0wn I believe, labels I4-refactor, R0-silent and T0-node should be added :)

@maksimryndin maksimryndin marked this pull request as ready for review January 24, 2024 13:19
@s0me0ne-unkn0wn
Copy link
Contributor

Nice rework, thank you! Still fails on MacOS: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5017789

After that is fixed, I believe it's good to go.

@s0me0ne-unkn0wn s0me0ne-unkn0wn added R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”. labels Jan 27, 2024
@maksimryndin maksimryndin requested review from a team January 29, 2024 08:54
@maksimryndin
Copy link
Contributor Author

Nice rework, thank you! Still fails on MacOS: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5017789

After that is fixed, I believe it's good to go.

@s0me0ne-unkn0wn thank you for the review! I believe it is fixed now

Copy link
Contributor

@s0me0ne-unkn0wn s0me0ne-unkn0wn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thank you!

Copy link
Contributor

@alindima alindima left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R0-silent Changes should not be mentioned in any release notes T0-node This PR/Issue is related to the topic “node”.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PVF: Refactor security code into Linux-specific module
3 participants