diff --git a/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs b/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs index f9e33aea..879ff0fa 100644 --- a/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs +++ b/pezcumulus/teyrchains/runtimes/people/people-pezkuwichain/src/lib.rs @@ -130,6 +130,8 @@ pub type Migrations = ( Runtime, pezpallet_session::migrations::v1::InitOffenceSeverity, >, + // Populate TikiHolder from UserTikis for unique roles (Serok, etc.) + pezpallet_tiki::migrations::v2::MigrateToV2, // permanent pezpallet_xcm::migration::MigrateToLatestXcmVersion, pezcumulus_pezpallet_aura_ext::migration::MigrateV0ToV1, @@ -155,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"), impl_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"), authoring_version: 1, - spec_version: 1_020_001, + spec_version: 1_020_002, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/pezkuwi/runtime/pezkuwichain/src/lib.rs b/pezkuwi/runtime/pezkuwichain/src/lib.rs index d16c5a7d..de6f3158 100644 --- a/pezkuwi/runtime/pezkuwichain/src/lib.rs +++ b/pezkuwi/runtime/pezkuwichain/src/lib.rs @@ -170,7 +170,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("pezkuwichain"), impl_name: alloc::borrow::Cow::Borrowed("parity-pezkuwichain"), authoring_version: 0, - spec_version: 1_020_001, + spec_version: 1_020_002, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 26,