mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
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:
@@ -126,13 +126,13 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
||||
spec_name: create_runtime_str!("kusama"),
|
||||
impl_name: create_runtime_str!("parity-kusama"),
|
||||
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: 20,
|
||||
transaction_version: 21,
|
||||
state_version: 0,
|
||||
};
|
||||
|
||||
@@ -1468,8 +1468,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>,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user