Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
@@ -139,7 +139,7 @@ pub fn load_block_weight<H: Encode, B: AuxStore>(
mod test {
use super::*;
use crate::migration::EpochV0;
use fork_tree::ForkTree;
use pez_fork_tree::ForkTree;
use pezsc_consensus_epochs::{EpochHeader, PersistedEpoch, PersistedEpochHeader};
use pezsc_network_test::Block as TestBlock;
use pezsp_consensus::Error as ConsensusError;
+1 -1
View File
@@ -354,7 +354,7 @@ pub enum Error<B: BlockT> {
RuntimeApi(pezsp_api::ApiError),
/// Fork tree error
#[error(transparent)]
ForkTree(Box<fork_tree::Error<pezsp_blockchain::Error>>),
ForkTree(Box<pez_fork_tree::Error<pezsp_blockchain::Error>>),
}
impl<B: BlockT> From<Error<B>> for String {