sync versions with current release (#7083)

* sync workspace version with current release

* polkadot: sync spec with current release

* westend: sync spec with current release

* kusama: sync spec with current release

* rococo: sync spec with current release
This commit is contained in:
Mara Robin B
2023-04-17 14:52:14 +02:00
committed by GitHub
parent 3f886cd7ac
commit 926f9a6381
6 changed files with 99 additions and 96 deletions
+3 -3
View File
@@ -110,13 +110,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westend"),
impl_name: create_runtime_str!("parity-westend"),
authoring_version: 2,
spec_version: 9390,
spec_version: 9410,
impl_version: 0,
#[cfg(not(feature = "disable-runtime-api"))]
apis: RUNTIME_API_VERSIONS,
#[cfg(feature = "disable-runtime-api")]
apis: sp_version::create_apis_vec![[]],
transaction_version: 19,
transaction_version: 20,
state_version: 1,
};
@@ -1221,8 +1221,8 @@ pub type Migrations = (
Runtime,
NominationPoolsMigrationV4OldPallet,
>,
// Unreleased - add new migrations here:
pallet_nomination_pools::migration::v5::MigrateToV5<Runtime>,
// Unreleased - add new migrations here:
parachains_configuration::migration::v5::MigrateToV5<Runtime>,
);