FAZ 1 Complete: Workspace compile fixes, warning cleanup, version bumps

- Fixed is_using_frame_crate() macro to check for pezframe/pezkuwi_sdk
- Removed disable_pezframe_system_supertrait_check temporary bypasses
- Feature-gated storage-benchmark and teyrchain-benchmarks code
- Fixed dead_code warnings with underscore prefix (_Header)
- Removed unused imports and shadowing use statements
- Version bumps: procedural-tools 10.0.1, benchmarking-cli 32.0.1,
  docs 0.0.2, minimal-runtime 0.0.1, yet-another-teyrchain 0.6.1, umbrella 0.1.2
- Updated MAINNET_ROADMAP.md with FAZ 1 completion status
This commit is contained in:
2026-01-02 11:41:09 +03:00
parent 76ba7dbf2f
commit cf463fe8ee
520 changed files with 4113 additions and 4524 deletions
@@ -1,5 +1,5 @@
[package]
name = "bp-pezkuwichain"
name = "pezbp-pezkuwichain"
description = "Primitives of Pezkuwichain runtime."
version = "0.6.0"
authors.workspace = true
@@ -17,8 +17,8 @@ workspace = true
[dependencies]
# Bridge Dependencies
bp-header-pez-chain = { workspace = true }
bp-pezkuwi-core = { workspace = true }
pezbp-header-pez-chain = { workspace = true }
pezbp-pezkuwi-core = { workspace = true }
pezbp-runtime = { workspace = true }
# Bizinikiwi Based Dependencies
@@ -29,16 +29,16 @@ pezsp-std = { workspace = true }
[features]
default = ["std"]
std = [
"bp-header-pez-chain/std",
"bp-pezkuwi-core/std",
"pezbp-header-pez-chain/std",
"pezbp-pezkuwi-core/std",
"pezbp-runtime/std",
"pezframe-support/std",
"pezsp-api/std",
"pezsp-std/std",
]
runtime-benchmarks = [
"bp-header-pez-chain/runtime-benchmarks",
"bp-pezkuwi-core/runtime-benchmarks",
"pezbp-header-pez-chain/runtime-benchmarks",
"pezbp-pezkuwi-core/runtime-benchmarks",
"pezbp-runtime/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
@@ -18,9 +18,9 @@
#![warn(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]
pub use bp_pezkuwi_core::*;
pub use pezbp_pezkuwi_core::*;
use bp_header_pez_chain::ChainWithGrandpa;
use pezbp_header_pez_chain::ChainWithGrandpa;
use pezbp_runtime::{decl_bridge_finality_runtime_apis, Chain, ChainId};
use pezframe_support::{pezsp_runtime::StateVersion, weights::Weight};
@@ -61,7 +61,7 @@ impl ChainWithGrandpa for Pezkuwichain {
}
// The TransactionExtension used by Pezkuwichain.
pub use bp_pezkuwi_core::CommonTransactionExtension as TransactionExtension;
pub use pezbp_pezkuwi_core::CommonTransactionExtension as TransactionExtension;
/// Name of the teyrchains pezpallet in the Pezkuwichain runtime.
pub const PARAS_PALLET_NAME: &str = "Paras";
@@ -71,7 +71,7 @@ pub const WITH_PEZKUWICHAIN_GRANDPA_PALLET_NAME: &str = "BridgePezkuwichainGrand
/// Name of the With-Pezkuwichain teyrchains pezpallet instance that is deployed at bridged chains.
pub const WITH_PEZKUWICHAIN_BRIDGE_TEYRCHAINS_PALLET_NAME: &str = "BridgePezkuwichainTeyrchains";
/// Maximal size of encoded `bp_teyrchains::ParaStoredHeaderData` structure among all Pezkuwichain
/// Maximal size of encoded `pezbp_teyrchains::ParaStoredHeaderData` structure among all Pezkuwichain
/// teyrchains.
///
/// It includes the block number and state root, so it shall be near 40 bytes, but let's have some
@@ -1,5 +1,5 @@
[package]
name = "bp-zagros"
name = "pezbp-zagros"
description = "Primitives of Zagros runtime."
version = "0.3.0"
authors.workspace = true
@@ -17,8 +17,8 @@ workspace = true
[dependencies]
# Bridge Dependencies
bp-header-pez-chain = { workspace = true }
bp-pezkuwi-core = { workspace = true }
pezbp-header-pez-chain = { workspace = true }
pezbp-pezkuwi-core = { workspace = true }
pezbp-runtime = { workspace = true }
# Bizinikiwi Based Dependencies
@@ -29,16 +29,16 @@ pezsp-std = { workspace = true }
[features]
default = ["std"]
std = [
"bp-header-pez-chain/std",
"bp-pezkuwi-core/std",
"pezbp-header-pez-chain/std",
"pezbp-pezkuwi-core/std",
"pezbp-runtime/std",
"pezframe-support/std",
"pezsp-api/std",
"pezsp-std/std",
]
runtime-benchmarks = [
"bp-header-pez-chain/runtime-benchmarks",
"bp-pezkuwi-core/runtime-benchmarks",
"pezbp-header-pez-chain/runtime-benchmarks",
"pezbp-pezkuwi-core/runtime-benchmarks",
"pezbp-runtime/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezsp-api/runtime-benchmarks",
@@ -18,9 +18,9 @@
#![warn(missing_docs)]
#![cfg_attr(not(feature = "std"), no_std)]
pub use bp_pezkuwi_core::*;
pub use pezbp_pezkuwi_core::*;
use bp_header_pez_chain::ChainWithGrandpa;
use pezbp_header_pez_chain::ChainWithGrandpa;
use pezbp_runtime::{decl_bridge_finality_runtime_apis, Chain, ChainId};
use pezframe_support::{pezsp_runtime::StateVersion, weights::Weight};
@@ -61,7 +61,7 @@ impl ChainWithGrandpa for Zagros {
}
// The TransactionExtension used by Zagros.
pub use bp_pezkuwi_core::CommonTransactionExtension as TransactionExtension;
pub use pezbp_pezkuwi_core::CommonTransactionExtension as TransactionExtension;
/// Name of the teyrchains pezpallet in the Pezkuwichain runtime.
pub const PARAS_PALLET_NAME: &str = "Paras";
@@ -71,7 +71,7 @@ pub const WITH_ZAGROS_GRANDPA_PALLET_NAME: &str = "BridgeZagrosGrandpa";
/// Name of the With-Zagros teyrchains pezpallet instance that is deployed at bridged chains.
pub const WITH_ZAGROS_BRIDGE_TEYRCHAINS_PALLET_NAME: &str = "BridgeZagrosTeyrchains";
/// Maximal size of encoded `bp_teyrchains::ParaStoredHeaderData` structure among all Zagros
/// Maximal size of encoded `pezbp_teyrchains::ParaStoredHeaderData` structure among all Zagros
/// teyrchains.
///
/// It includes the block number and state root, so it shall be near 40 bytes, but let's have some