mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 08:51:04 +00:00
PVF: Refactor workers into separate crates, remove host dependency (#7253)
* PVF: Refactor workers into separate crates, remove host dependency * Fix compile error * Remove some leftover code * Fix compile errors * Update Cargo.lock * Remove worker main.rs files I accidentally copied these from the other PR. This PR isn't intended to introduce standalone workers yet. * Address review comments * cargo fmt * Update a couple of comments * Update log targets
This commit is contained in:
@@ -97,7 +97,7 @@ impl MalusCli {
|
||||
|
||||
#[cfg(not(target_os = "android"))]
|
||||
{
|
||||
polkadot_node_core_pvf_worker::prepare_worker_entrypoint(
|
||||
polkadot_node_core_pvf_prepare_worker::worker_entrypoint(
|
||||
&cmd.socket_path,
|
||||
None,
|
||||
);
|
||||
@@ -111,7 +111,7 @@ impl MalusCli {
|
||||
|
||||
#[cfg(not(target_os = "android"))]
|
||||
{
|
||||
polkadot_node_core_pvf_worker::execute_worker_entrypoint(
|
||||
polkadot_node_core_pvf_execute_worker::worker_entrypoint(
|
||||
&cmd.socket_path,
|
||||
None,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user