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
@@ -30,7 +30,7 @@ use codec::{Decode, Encode};
#[cfg(feature = "try-runtime")]
use pezsp_runtime::TryRuntimeError;
pub const PALLET_MIGRATIONS_ID: &[u8; 15] = b"pezpallet-identity";
pub const PALLET_MIGRATIONS_ID: &[u8; 18] = b"pezpallet-identity";
pub mod versioned {
use super::*;
@@ -233,7 +233,7 @@ pub mod v2 {
pub struct LazyMigrationV1ToV2<T: Config>(PhantomData<T>);
impl<T: Config> SteppedMigration for LazyMigrationV1ToV2<T> {
type Cursor = MigrationState<T::AccountId, Username<T>, Suffix<T>>;
type Identifier = MigrationId<15>;
type Identifier = MigrationId<18>;
fn id() -> Self::Identifier {
MigrationId { pezpallet_id: *PALLET_MIGRATIONS_ID, version_from: 1, version_to: 2 }
+1 -1
View File
@@ -46,7 +46,7 @@
// benchmark
// pallet
// --extrinsic=*
// --runtime=target/production/wbuild/kitchensink-runtime/kitchensink_runtime.wasm
// --runtime=target/production/wbuild/pez-kitchensink-runtime/pez_kitchensink_runtime.wasm
// --pallet=pezpallet_identity
// --header=/__w/pezkuwi-sdk/pezkuwi-sdk/bizinikiwi/HEADER-APACHE2
// --output=/__w/pezkuwi-sdk/pezkuwi-sdk/bizinikiwi/pezframe/identity/src/weights.rs