mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 14:01:02 +00:00
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
This commit is contained in:
Generated
+1
-1
@@ -12671,6 +12671,7 @@ name = "polkadot-node-core-pvf"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"always-assert",
|
||||
"array-bytes 6.1.0",
|
||||
"assert_matches",
|
||||
"blake3",
|
||||
"cfg-if",
|
||||
@@ -12753,7 +12754,6 @@ dependencies = [
|
||||
"sp-externalities 0.19.0",
|
||||
"sp-io",
|
||||
"sp-tracing 10.0.0",
|
||||
"substrate-build-script-utils",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
"tracing-gum",
|
||||
|
||||
Reference in New Issue
Block a user