PVF: Remove artifact persistence across restarts (#2895)
Considering the complexity of https://github.com/paritytech/polkadot-sdk/pull/2871 and the discussion therein, as well as the further complexity introduced by the hardening in https://github.com/paritytech/polkadot-sdk/pull/2742, as well as the eventual replacement of wasmtime by PolkaVM, it seems best to remove this persistence as it is creating more problems than it solves. ## Related Closes https://github.com/paritytech/polkadot-sdk/issues/2863
Showing
- Cargo.lock 1 addition, 1 deletionCargo.lock
- polkadot/node/core/pvf/Cargo.toml 1 addition, 0 deletionspolkadot/node/core/pvf/Cargo.toml
- polkadot/node/core/pvf/common/Cargo.toml 0 additions, 3 deletionspolkadot/node/core/pvf/common/Cargo.toml
- polkadot/node/core/pvf/common/build.rs 0 additions, 19 deletionspolkadot/node/core/pvf/common/build.rs
- polkadot/node/core/pvf/common/src/lib.rs 0 additions, 2 deletionspolkadot/node/core/pvf/common/src/lib.rs
- polkadot/node/core/pvf/src/artifacts.rs 65 additions, 294 deletionspolkadot/node/core/pvf/src/artifacts.rs
- polkadot/node/core/pvf/src/host.rs 9 additions, 14 deletionspolkadot/node/core/pvf/src/host.rs
- polkadot/node/core/pvf/src/prepare/worker_interface.rs 19 additions, 14 deletionspolkadot/node/core/pvf/src/prepare/worker_interface.rs
- polkadot/node/core/pvf/src/worker_interface.rs 3 additions, 1 deletionpolkadot/node/core/pvf/src/worker_interface.rs
- polkadot/node/core/pvf/tests/it/main.rs 19 additions, 0 deletionspolkadot/node/core/pvf/tests/it/main.rs
- substrate/utils/build-script-utils/src/version.rs 0 additions, 31 deletionssubstrate/utils/build-script-utils/src/version.rs
Please register or sign in to comment