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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user