mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
[Polkadot Companion] for 7101 (#2470)
* [Polkadot Companion] for 7101 PR: https://github.com/paritytech/polkadot/pull/7101 * update lockfile for {"polkadot", "substrate"} --------- Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+325
-269
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,7 @@ build = "build.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
||||||
# Polkadot
|
# Polkadot
|
||||||
polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
polkadot-node-core-pvf-worker = { git = "https://github.com/paritytech/polkadot", branch = "master" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
toml = "0.7.3"
|
toml = "0.7.3"
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ fn create_project(out_dir: &Path) -> PathBuf {
|
|||||||
fs::write(
|
fs::write(
|
||||||
project_dir.join("src").join("main.rs"),
|
project_dir.join("src").join("main.rs"),
|
||||||
r#"
|
r#"
|
||||||
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf::decl_puppet_worker_main!();
|
cumulus_test_relay_validation_worker_provider::polkadot_node_core_pvf_worker::decl_puppet_worker_main!();
|
||||||
"#,
|
"#,
|
||||||
)
|
)
|
||||||
.expect("Writes `main.rs`");
|
.expect("Writes `main.rs`");
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
//!
|
//!
|
||||||
//! !!This should only be used for tests!!
|
//! !!This should only be used for tests!!
|
||||||
|
|
||||||
pub use polkadot_node_core_pvf;
|
pub use polkadot_node_core_pvf_worker;
|
||||||
|
|
||||||
/// The path to the validation worker.
|
/// The path to the validation worker.
|
||||||
pub const VALIDATION_WORKER: &str = concat!(env!("OUT_DIR"), "/validation-worker");
|
pub const VALIDATION_WORKER: &str = concat!(env!("OUT_DIR"), "/validation-worker");
|
||||||
|
|||||||
Reference in New Issue
Block a user