mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +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:
@@ -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>,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user