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
@@ -16,7 +16,7 @@
// limitations under the License.
use crate::shared;
use frame::testing_prelude::*;
use pezframe::testing_prelude::*;
use pezframe_election_provider_support::{
bounds::{ElectionBounds, ElectionBoundsBuilder},
SequentialPhragmen,
@@ -16,7 +16,7 @@
// limitations under the License.
use crate::ah::mock::*;
use frame::prelude::Perbill;
use pezframe::prelude::Perbill;
use pezframe_support::assert_ok;
use pezpallet_election_provider_multi_block::{Event as ElectionEvent, Phase};
use pezpallet_staking_async::{
@@ -32,7 +32,7 @@ mod tests {
rc::RootOffences,
};
use ah_client::OperatingMode;
use frame::testing_prelude::*;
use pezframe::testing_prelude::*;
use pezframe_support::traits::Get;
use pezpallet_election_provider_multi_block as multi_block;
use pezpallet_staking as staking_classic;
@@ -17,7 +17,7 @@
use crate::shared;
use ah_client::OperatingMode;
use frame::{
use pezframe::{
deps::pezsp_runtime::testing::UintAuthorityId, testing_prelude::*, traits::fungible::Mutate,
};
use pezframe_election_provider_support::{
@@ -157,7 +157,7 @@ impl BoundToRuntimeAppPublic for OtherSessionHandler {
type Public = UintAuthorityId;
}
frame::deps::pezsp_runtime::impl_opaque_keys! {
pezframe::deps::pezsp_runtime::impl_opaque_keys! {
pub struct SessionKeys {
pub other: OtherSessionHandler,
}
@@ -183,7 +183,7 @@ impl pezpallet_session::Config for Runtime {
type DisablingStrategy = pezpallet_session::disabling::UpToLimitDisablingStrategy<1>;
type Keys = SessionKeys;
type SessionHandler = <SessionKeys as frame::traits::OpaqueKeys>::KeyTypeIdProviders;
type SessionHandler = <SessionKeys as pezframe::traits::OpaqueKeys>::KeyTypeIdProviders;
type NextSessionRotation = Self::ShouldEndSession;
type ShouldEndSession = pezpallet_session::PeriodicSessions<Period, Offset>;
@@ -16,7 +16,7 @@
// limitations under the License.
use crate::rc::mock::*;
use frame::testing_prelude::*;
use pezframe::testing_prelude::*;
use pezpallet_staking_async_ah_client::{
self as ah_client, Mode, OffenceSendQueue, OperatingMode, OutgoingSessionReport, UnexpectedKind,
};
@@ -1402,7 +1402,7 @@ mod splitting {
#[cfg(test)]
mod key_proofs {
use frame::traits::KeyOwnerProofSystem;
use pezframe::traits::KeyOwnerProofSystem;
use pezframe_support::pezsp_runtime;
use super::*;
@@ -16,7 +16,7 @@
// limitations under the License.
use crate::*;
use frame::testing_prelude::*;
use pezframe::testing_prelude::*;
use std::cell::UnsafeCell;
thread_local! {