diff --git a/CHANGELOG.md b/CHANGELOG.md index 402de5609b..ba32281122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,11 @@ Changelog for the runtimes governed by the Polkadot Fellowship. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [2.0.3] 21.11.2025 ### Added -- Set Ethereum Fulu fork epoch ([#1005](https://github.com/polkadot-fellows/runtimes/pull/1005)). +- Set Ethereum Fulu fork epoch ([#1005](https://github.com/polkadot-fellows/runtimes/pull/1005)) ### Changed diff --git a/relay/kusama/src/lib.rs b/relay/kusama/src/lib.rs index 66ee073874..11d23a93ab 100644 --- a/relay/kusama/src/lib.rs +++ b/relay/kusama/src/lib.rs @@ -188,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("kusama"), impl_name: alloc::borrow::Cow::Borrowed("parity-kusama"), authoring_version: 2, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 26, diff --git a/relay/polkadot/src/lib.rs b/relay/polkadot/src/lib.rs index 32a37eb7a9..3df213cb57 100644 --- a/relay/polkadot/src/lib.rs +++ b/relay/polkadot/src/lib.rs @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("polkadot"), impl_name: alloc::borrow::Cow::Borrowed("parity-polkadot"), authoring_version: 0, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 26, diff --git a/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs b/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs index 7781d53836..fb9c039550 100644 --- a/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs +++ b/system-parachains/asset-hubs/asset-hub-kusama/src/lib.rs @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("statemine"), impl_name: Cow::Borrowed("statemine"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 15, @@ -1699,7 +1699,7 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = (staking::InitiateStakingAsync,); + pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every update. pub type Permanent = pallet_xcm::migration::MigrateToLatestXcmVersion; diff --git a/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs b/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs index 348f82647f..b385abcad2 100644 --- a/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs +++ b/system-parachains/asset-hubs/asset-hub-polkadot/src/lib.rs @@ -192,7 +192,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: Cow::Borrowed("statemint"), spec_name: Cow::Borrowed("statemint"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 15, @@ -1469,14 +1469,7 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = ( - pallet_session::migrations::v1::MigrateV0ToV1< - Runtime, - pallet_session::migrations::v1::InitOffenceSeverity, - >, - cumulus_pallet_aura_ext::migration::MigrateV0ToV1, - staking::InitiateStakingAsync, - ); + pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every update. pub type Permanent = pallet_xcm::migration::MigrateToLatestXcmVersion; diff --git a/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs b/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs index ed7af8496b..f604cfb9cb 100644 --- a/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs +++ b/system-parachains/bridge-hubs/bridge-hub-kusama/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("bridge-hub-kusama"), impl_name: Cow::Borrowed("bridge-hub-kusama"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs index 3581b3fab4..35b77c235f 100644 --- a/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs +++ b/system-parachains/bridge-hubs/bridge-hub-polkadot/src/lib.rs @@ -154,27 +154,7 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = ( - bridge_to_kusama_config::migration::MigrateToXcm5< - Runtime, - bridge_to_kusama_config::XcmOverBridgeHubKusamaInstance, - >, - frame_support::migrations::RemoveStorage< - EthereumSystemPalletName, - NativeToForeignIdKey, - RocksDbWeight, - >, - pallet_session::migrations::v1::MigrateV0ToV1< - Runtime, - pallet_session::migrations::v1::InitOffenceSeverity, - >, - cumulus_pallet_aura_ext::migration::MigrateV0ToV1, - pallet_bridge_relayers::migration::v2::MigrationToV2< - Runtime, - bridge_common_config::BridgeRelayersInstance, - bp_messages::LegacyLaneId, - >, - ); + pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every update. pub type Permanent = pallet_xcm::migration::MigrateToLatestXcmVersion; @@ -206,7 +186,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("bridge-hub-polkadot"), impl_name: Cow::Borrowed("bridge-hub-polkadot"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/system-parachains/collectives/collectives-polkadot/src/lib.rs b/system-parachains/collectives/collectives-polkadot/src/lib.rs index 92d17c6604..ead84a2f12 100644 --- a/system-parachains/collectives/collectives-polkadot/src/lib.rs +++ b/system-parachains/collectives/collectives-polkadot/src/lib.rs @@ -130,7 +130,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("collectives"), impl_name: Cow::Borrowed("collectives"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 7, @@ -845,13 +845,7 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = ( - pallet_session::migrations::v1::MigrateV0ToV1< - Runtime, - pallet_session::migrations::v1::InitOffenceSeverity, - >, - cumulus_pallet_aura_ext::migration::MigrateV0ToV1, - ); + pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every update. pub type Permanent = pallet_xcm::migration::MigrateToLatestXcmVersion; diff --git a/system-parachains/coretime/coretime-kusama/src/lib.rs b/system-parachains/coretime/coretime-kusama/src/lib.rs index 208d7f032f..388ae57460 100644 --- a/system-parachains/coretime/coretime-kusama/src/lib.rs +++ b/system-parachains/coretime/coretime-kusama/src/lib.rs @@ -150,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("coretime-kusama"), impl_name: Cow::Borrowed("coretime-kusama"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/system-parachains/coretime/coretime-polkadot/src/lib.rs b/system-parachains/coretime/coretime-polkadot/src/lib.rs index 6b95ecc6bd..cf3c8e82ce 100644 --- a/system-parachains/coretime/coretime-polkadot/src/lib.rs +++ b/system-parachains/coretime/coretime-polkadot/src/lib.rs @@ -121,14 +121,7 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = ( - pallet_session::migrations::v1::MigrateV0ToV1< - Runtime, - pallet_session::migrations::v1::InitOffenceSeverity, - >, - cumulus_pallet_aura_ext::migration::MigrateV0ToV1, - pallet_broker::migration::MigrateV3ToV4, - ); + pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every update. pub type Permanent = pallet_xcm::migration::MigrateToLatestXcmVersion; @@ -157,7 +150,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("coretime-polkadot"), impl_name: Cow::Borrowed("coretime-polkadot"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/system-parachains/encointer/src/lib.rs b/system-parachains/encointer/src/lib.rs index 958f271e29..e2af46abbb 100644 --- a/system-parachains/encointer/src/lib.rs +++ b/system-parachains/encointer/src/lib.rs @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("encointer-parachain"), impl_name: Cow::Borrowed("encointer-parachain"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/system-parachains/gluttons/glutton-kusama/src/lib.rs b/system-parachains/gluttons/glutton-kusama/src/lib.rs index 3e58fbb5c2..fbd69dda1f 100644 --- a/system-parachains/gluttons/glutton-kusama/src/lib.rs +++ b/system-parachains/gluttons/glutton-kusama/src/lib.rs @@ -94,7 +94,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("glutton"), impl_name: Cow::Borrowed("glutton"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/system-parachains/people/people-kusama/src/lib.rs b/system-parachains/people/people-kusama/src/lib.rs index 57897d46d9..b7fd37cd28 100644 --- a/system-parachains/people/people-kusama/src/lib.rs +++ b/system-parachains/people/people-kusama/src/lib.rs @@ -171,7 +171,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("people-kusama"), impl_name: Cow::Borrowed("people-kusama"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/system-parachains/people/people-polkadot/src/lib.rs b/system-parachains/people/people-polkadot/src/lib.rs index 9b9a53d185..2a9a1afafe 100644 --- a/system-parachains/people/people-polkadot/src/lib.rs +++ b/system-parachains/people/people-polkadot/src/lib.rs @@ -120,13 +120,7 @@ pub mod migrations { use super::*; /// Unreleased migrations. Add new ones here: - pub type Unreleased = ( - pallet_session::migrations::v1::MigrateV0ToV1< - Runtime, - pallet_session::migrations::v1::InitOffenceSeverity, - >, - cumulus_pallet_aura_ext::migration::MigrateV0ToV1, - ); + pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every update. pub type Permanent = pallet_xcm::migration::MigrateToLatestXcmVersion; @@ -158,7 +152,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("people-polkadot"), impl_name: Cow::Borrowed("people-polkadot"), authoring_version: 1, - spec_version: 2_000_002, + spec_version: 2_000_003, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0,