Skip to content

Commit 051cece

Browse files
committedJul 9, 2024
identity migration
1 parent cc6eb8a commit 051cece

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎runtime/astar/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ pub type Migrations = (
12411241
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
12421242
// XCM V3 -> V4
12431243
pallet_xc_asset_config::migrations::versioned::V2ToV3<Runtime>,
1244-
// TODO: identity
1244+
pallet_identity::migration::versioned::V0ToV1<Runtime, 250>,
12451245
);
12461246

12471247
type EventRecord = frame_system::EventRecord<

‎runtime/shibuya/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ pub type Migrations = (
16301630
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
16311631
// XCM V3 -> V4
16321632
pallet_xc_asset_config::migrations::versioned::V2ToV3<Runtime>,
1633-
// TODO: identity
1633+
pallet_identity::migration::versioned::V0ToV1<Runtime, 250>,
16341634
);
16351635

16361636
use frame_support::traits::{GetStorageVersion, OnRuntimeUpgrade};

‎runtime/shiden/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ pub type Migrations = (
12431243
pallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
12441244
// XCM V3 -> V4
12451245
pallet_xc_asset_config::migrations::versioned::V2ToV3<Runtime>,
1246-
// TODO: identity
1246+
pallet_identity::migration::versioned::V0ToV1<Runtime, 250>,
12471247
);
12481248

12491249
type EventRecord = frame_system::EventRecord<

0 commit comments

Comments
 (0)