chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
@@ -37,9 +37,9 @@
use alloc::{boxed::Box, vec, vec::Vec};
use codec::{self as codec, Decode, Encode};
use log::{error, info};
use pezframe_support::traits::{Get, KeyOwnerProofSystem};
use pezframe_system::pezpallet_prelude::BlockNumberFor;
use log::{error, info};
use pezsp_consensus_grandpa::{AuthorityId, EquivocationProof, RoundNumber, SetId, KEY_TYPE};
use pezsp_runtime::{
transaction_validity::{
+1 -1
View File
@@ -45,7 +45,6 @@ use pezframe_support::{
WeakBoundedVec,
};
use pezframe_system::pezpallet_prelude::BlockNumberFor;
use scale_info::TypeInfo;
use pezsp_consensus_grandpa::{
ConsensusLog, EquivocationProof, ScheduledChange, SetId, GRANDPA_ENGINE_ID,
RUNTIME_LOG_TARGET as LOG_TARGET,
@@ -53,6 +52,7 @@ use pezsp_consensus_grandpa::{
use pezsp_runtime::{generic::DigestItem, traits::Zero, DispatchResult};
use pezsp_session::{GetSessionNumber, GetValidatorCount};
use pezsp_staking::{offence::OffenceReportSystem, SessionIndex};
use scale_info::TypeInfo;
mod default_weights;
mod equivocation;