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
@@ -66,7 +66,7 @@ pub struct LazyMigrationV1<T: Config, W: weights::WeightInfo>(PhantomData<(T, W)
impl<T: Config, W: weights::WeightInfo> SteppedMigration for LazyMigrationV1<T, W> {
type Cursor = u32;
// Without the explicit length here the construction of the ID would not be infallible.
type Identifier = MigrationId<18>;
type Identifier = MigrationId<21>;
/// The identifier of this migration. Which should be globally unique.
fn id() -> Self::Identifier {
@@ -29,7 +29,7 @@
// benchmark
// pallet
// --runtime
// target/release/wbuild/kitchensink-runtime/kitchensink_runtime.compact.compressed.wasm
// target/release/wbuild/pez-kitchensink-runtime/pez_kitchensink_runtime.compact.compressed.wasm
// --pallet
// pezpallet_example_mbm
// --extrinsic