refactor pvf security module (#3047)
resolve https://github.com/paritytech/polkadot-sdk/issues/2321
- [x] refactor `security` module into a conditionally compiled
- [x] rename `amd64` into x86-64 for consistency with conditional
compilation guards and remove reference to a particular vendor
- [x] run unit tests and zombienet
---------
Co-authored-by:
s0me0ne-unkn0wn <48632512+s0me0ne-unkn0wn@users.noreply.github.com>
Showing
- polkadot/node/core/pvf/README.md 3 additions, 3 deletionspolkadot/node/core/pvf/README.md
- polkadot/node/core/pvf/common/Cargo.toml 2 additions, 0 deletionspolkadot/node/core/pvf/common/Cargo.toml
- polkadot/node/core/pvf/common/src/lib.rs 30 additions, 0 deletionspolkadot/node/core/pvf/common/src/lib.rs
- polkadot/node/core/pvf/src/host.rs 24 additions, 2 deletionspolkadot/node/core/pvf/src/host.rs
- polkadot/node/core/pvf/src/lib.rs 20 additions, 0 deletionspolkadot/node/core/pvf/src/lib.rs
- polkadot/node/core/pvf/src/security.rs 53 additions, 107 deletionspolkadot/node/core/pvf/src/security.rs
Please register or sign in to comment