chore: register tiki v2 migration and bump spec_version to 1_020_002
- Added pezpallet_tiki::migrations::v2::MigrateToV2 to People chain Migrations tuple (populates TikiHolder on upgrade) - Bumped spec_version 1_020_001 -> 1_020_002 for both relay chain and People chain runtimes
This commit is contained in:
@@ -130,6 +130,8 @@ pub type Migrations = (
|
|||||||
Runtime,
|
Runtime,
|
||||||
pezpallet_session::migrations::v1::InitOffenceSeverity<Runtime>,
|
pezpallet_session::migrations::v1::InitOffenceSeverity<Runtime>,
|
||||||
>,
|
>,
|
||||||
|
// Populate TikiHolder from UserTikis for unique roles (Serok, etc.)
|
||||||
|
pezpallet_tiki::migrations::v2::MigrateToV2<Runtime>,
|
||||||
// permanent
|
// permanent
|
||||||
pezpallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
|
pezpallet_xcm::migration::MigrateToLatestXcmVersion<Runtime>,
|
||||||
pezcumulus_pezpallet_aura_ext::migration::MigrateV0ToV1<Runtime>,
|
pezcumulus_pezpallet_aura_ext::migration::MigrateV0ToV1<Runtime>,
|
||||||
@@ -155,7 +157,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"),
|
spec_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"),
|
||||||
impl_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"),
|
impl_name: alloc::borrow::Cow::Borrowed("people-pezkuwichain"),
|
||||||
authoring_version: 1,
|
authoring_version: 1,
|
||||||
spec_version: 1_020_001,
|
spec_version: 1_020_002,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
transaction_version: 1,
|
transaction_version: 1,
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: alloc::borrow::Cow::Borrowed("pezkuwichain"),
|
spec_name: alloc::borrow::Cow::Borrowed("pezkuwichain"),
|
||||||
impl_name: alloc::borrow::Cow::Borrowed("parity-pezkuwichain"),
|
impl_name: alloc::borrow::Cow::Borrowed("parity-pezkuwichain"),
|
||||||
authoring_version: 0,
|
authoring_version: 0,
|
||||||
spec_version: 1_020_001,
|
spec_version: 1_020_002,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
transaction_version: 26,
|
transaction_version: 26,
|
||||||
|
|||||||
Reference in New Issue
Block a user