diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs b/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs index 9e21d11332..0ee98e6c22 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/src/lib.rs @@ -113,7 +113,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemine"), impl_name: create_runtime_str!("statemine"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 14, @@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("statemine"), impl_name: create_runtime_str!("statemine"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 14, diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs b/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs index f3499a8d29..c1fb636731 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/src/lib.rs @@ -110,7 +110,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westmint"), impl_name: create_runtime_str!("westmint"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 14, diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs index 8db640d496..1eac813b10 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs @@ -203,7 +203,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bridge-hub-rococo"), impl_name: create_runtime_str!("bridge-hub-rococo"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs index 909ee62482..b4ea2c79f6 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/src/lib.rs @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bridge-hub-westend"), impl_name: create_runtime_str!("bridge-hub-westend"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs b/cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs index bf702ed6a4..c599ba37f1 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/src/lib.rs @@ -117,7 +117,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("collectives-westend"), impl_name: create_runtime_str!("collectives-westend"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 5, diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs b/cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs index 56060aa123..efa26fcbc2 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/src/lib.rs @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("contracts-rococo"), impl_name: create_runtime_str!("contracts-rococo"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs b/cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs index 9f01d39759..9959c15b11 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/src/lib.rs @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("coretime-rococo"), impl_name: create_runtime_str!("coretime-rococo"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs b/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs index 29d348c1cd..1ee8c3bc0e 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/src/lib.rs @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("coretime-westend"), impl_name: create_runtime_str!("coretime-westend"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/cumulus/parachains/runtimes/glutton/glutton-westend/src/lib.rs b/cumulus/parachains/runtimes/glutton/glutton-westend/src/lib.rs index 3391ab0e79..996f7655c0 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/glutton/glutton-westend/src/lib.rs @@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("glutton-westend"), impl_name: create_runtime_str!("glutton-westend"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/cumulus/parachains/runtimes/people/people-rococo/src/lib.rs b/cumulus/parachains/runtimes/people/people-rococo/src/lib.rs index 1434c1b263..3cd085fec6 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/src/lib.rs +++ b/cumulus/parachains/runtimes/people/people-rococo/src/lib.rs @@ -127,7 +127,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("people-rococo"), impl_name: create_runtime_str!("people-rococo"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/cumulus/parachains/runtimes/people/people-westend/src/lib.rs b/cumulus/parachains/runtimes/people/people-westend/src/lib.rs index 1030527ccd..307ab90a47 100644 --- a/cumulus/parachains/runtimes/people/people-westend/src/lib.rs +++ b/cumulus/parachains/runtimes/people/people-westend/src/lib.rs @@ -127,7 +127,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("people-westend"), impl_name: create_runtime_str!("people-westend"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 0, diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs b/cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs index 5695c54f05..154c2c4600 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/src/lib.rs @@ -107,7 +107,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("test-parachain"), impl_name: create_runtime_str!("test-parachain"), authoring_version: 1, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 6, diff --git a/polkadot/node/primitives/src/lib.rs b/polkadot/node/primitives/src/lib.rs index b127d87d4e..375aacd583 100644 --- a/polkadot/node/primitives/src/lib.rs +++ b/polkadot/node/primitives/src/lib.rs @@ -58,7 +58,7 @@ pub use disputes::{ /// relatively rare. /// /// The associated worker binaries should use the same version as the node that spawns them. -pub const NODE_VERSION: &'static str = "1.9.0"; +pub const NODE_VERSION: &'static str = "1.10.0"; // For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node // plus some overhead: diff --git a/polkadot/runtime/rococo/src/lib.rs b/polkadot/runtime/rococo/src/lib.rs index d33c580078..65ec2dfd36 100644 --- a/polkadot/runtime/rococo/src/lib.rs +++ b/polkadot/runtime/rococo/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("rococo"), impl_name: create_runtime_str!("parity-rococo-v2.0"), authoring_version: 0, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 24, diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index b44b448b01..2d532ff8ab 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -152,7 +152,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("westend"), impl_name: create_runtime_str!("parity-westend"), authoring_version: 2, - spec_version: 1_009_000, + spec_version: 1_010_000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 24, diff --git a/prdoc/pr_3190.prdoc b/prdoc/1.10.0/pr_3190.prdoc similarity index 100% rename from prdoc/pr_3190.prdoc rename to prdoc/1.10.0/pr_3190.prdoc diff --git a/prdoc/pr_3246.prdoc b/prdoc/1.10.0/pr_3246.prdoc similarity index 100% rename from prdoc/pr_3246.prdoc rename to prdoc/1.10.0/pr_3246.prdoc diff --git a/prdoc/pr_3302.prdoc b/prdoc/1.10.0/pr_3302.prdoc similarity index 100% rename from prdoc/pr_3302.prdoc rename to prdoc/1.10.0/pr_3302.prdoc diff --git a/prdoc/pr_3341.prdoc b/prdoc/1.10.0/pr_3341.prdoc similarity index 96% rename from prdoc/pr_3341.prdoc rename to prdoc/1.10.0/pr_3341.prdoc index de714fa5a1..eb86f9f0d0 100644 --- a/prdoc/pr_3341.prdoc +++ b/prdoc/1.10.0/pr_3341.prdoc @@ -13,6 +13,4 @@ doc: crates: - name: polkadot-runtime-common - bump: minor - name: polkadot-runtime-parachains - bump: major diff --git a/prdoc/pr_3350.prdoc b/prdoc/1.10.0/pr_3350.prdoc similarity index 100% rename from prdoc/pr_3350.prdoc rename to prdoc/1.10.0/pr_3350.prdoc diff --git a/prdoc/pr_3438.prdoc b/prdoc/1.10.0/pr_3438.prdoc similarity index 100% rename from prdoc/pr_3438.prdoc rename to prdoc/1.10.0/pr_3438.prdoc diff --git a/prdoc/pr_3471.prdoc b/prdoc/1.10.0/pr_3471.prdoc similarity index 100% rename from prdoc/pr_3471.prdoc rename to prdoc/1.10.0/pr_3471.prdoc diff --git a/prdoc/pr_3479.prdoc b/prdoc/1.10.0/pr_3479.prdoc similarity index 100% rename from prdoc/pr_3479.prdoc rename to prdoc/1.10.0/pr_3479.prdoc diff --git a/prdoc/pr_3521.prdoc b/prdoc/1.10.0/pr_3521.prdoc similarity index 100% rename from prdoc/pr_3521.prdoc rename to prdoc/1.10.0/pr_3521.prdoc diff --git a/prdoc/pr_3580.prdoc b/prdoc/1.10.0/pr_3580.prdoc similarity index 100% rename from prdoc/pr_3580.prdoc rename to prdoc/1.10.0/pr_3580.prdoc diff --git a/prdoc/pr_3607.prdoc b/prdoc/1.10.0/pr_3607.prdoc similarity index 100% rename from prdoc/pr_3607.prdoc rename to prdoc/1.10.0/pr_3607.prdoc diff --git a/prdoc/pr_3616.prdoc b/prdoc/1.10.0/pr_3616.prdoc similarity index 100% rename from prdoc/pr_3616.prdoc rename to prdoc/1.10.0/pr_3616.prdoc diff --git a/prdoc/pr_3654.prdoc b/prdoc/1.10.0/pr_3654.prdoc similarity index 100% rename from prdoc/pr_3654.prdoc rename to prdoc/1.10.0/pr_3654.prdoc diff --git a/prdoc/pr_3696.prdoc b/prdoc/1.10.0/pr_3696.prdoc similarity index 100% rename from prdoc/pr_3696.prdoc rename to prdoc/1.10.0/pr_3696.prdoc diff --git a/prdoc/pr_3706.prdoc b/prdoc/1.10.0/pr_3706.prdoc similarity index 100% rename from prdoc/pr_3706.prdoc rename to prdoc/1.10.0/pr_3706.prdoc diff --git a/prdoc/pr_3714.prdoc b/prdoc/1.10.0/pr_3714.prdoc similarity index 100% rename from prdoc/pr_3714.prdoc rename to prdoc/1.10.0/pr_3714.prdoc diff --git a/prdoc/pr_3718.prdoc b/prdoc/1.10.0/pr_3718.prdoc similarity index 100% rename from prdoc/pr_3718.prdoc rename to prdoc/1.10.0/pr_3718.prdoc diff --git a/prdoc/pr_3722.prdoc b/prdoc/1.10.0/pr_3722.prdoc similarity index 100% rename from prdoc/pr_3722.prdoc rename to prdoc/1.10.0/pr_3722.prdoc diff --git a/prdoc/pr_3738.prdoc b/prdoc/1.10.0/pr_3738.prdoc similarity index 100% rename from prdoc/pr_3738.prdoc rename to prdoc/1.10.0/pr_3738.prdoc diff --git a/prdoc/pr_3740.prdoc b/prdoc/1.10.0/pr_3740.prdoc similarity index 100% rename from prdoc/pr_3740.prdoc rename to prdoc/1.10.0/pr_3740.prdoc diff --git a/prdoc/pr_3749.prdoc b/prdoc/1.10.0/pr_3749.prdoc similarity index 100% rename from prdoc/pr_3749.prdoc rename to prdoc/1.10.0/pr_3749.prdoc diff --git a/prdoc/pr_3754.prdoc b/prdoc/1.10.0/pr_3754.prdoc similarity index 100% rename from prdoc/pr_3754.prdoc rename to prdoc/1.10.0/pr_3754.prdoc diff --git a/prdoc/pr_3761.prdoc b/prdoc/1.10.0/pr_3761.prdoc similarity index 100% rename from prdoc/pr_3761.prdoc rename to prdoc/1.10.0/pr_3761.prdoc diff --git a/prdoc/pr_3792.prdoc b/prdoc/1.10.0/pr_3792.prdoc similarity index 100% rename from prdoc/pr_3792.prdoc rename to prdoc/1.10.0/pr_3792.prdoc diff --git a/prdoc/pr_3795.prdoc b/prdoc/1.10.0/pr_3795.prdoc similarity index 100% rename from prdoc/pr_3795.prdoc rename to prdoc/1.10.0/pr_3795.prdoc diff --git a/prdoc/pr_3808.prdoc b/prdoc/1.10.0/pr_3808.prdoc similarity index 100% rename from prdoc/pr_3808.prdoc rename to prdoc/1.10.0/pr_3808.prdoc diff --git a/prdoc/pr_3817.prdoc b/prdoc/1.10.0/pr_3817.prdoc similarity index 100% rename from prdoc/pr_3817.prdoc rename to prdoc/1.10.0/pr_3817.prdoc diff --git a/prdoc/pr_3835.prdoc b/prdoc/1.10.0/pr_3835.prdoc similarity index 100% rename from prdoc/pr_3835.prdoc rename to prdoc/1.10.0/pr_3835.prdoc diff --git a/prdoc/pr_3844.prdoc b/prdoc/1.10.0/pr_3844.prdoc similarity index 100% rename from prdoc/pr_3844.prdoc rename to prdoc/1.10.0/pr_3844.prdoc diff --git a/prdoc/pr_3849.prdoc b/prdoc/1.10.0/pr_3849.prdoc similarity index 100% rename from prdoc/pr_3849.prdoc rename to prdoc/1.10.0/pr_3849.prdoc diff --git a/prdoc/pr_3850.prdoc b/prdoc/1.10.0/pr_3850.prdoc similarity index 100% rename from prdoc/pr_3850.prdoc rename to prdoc/1.10.0/pr_3850.prdoc diff --git a/prdoc/pr_3854.prdoc b/prdoc/1.10.0/pr_3854.prdoc similarity index 100% rename from prdoc/pr_3854.prdoc rename to prdoc/1.10.0/pr_3854.prdoc diff --git a/prdoc/pr_3927.prdoc b/prdoc/1.10.0/pr_3927.prdoc similarity index 100% rename from prdoc/pr_3927.prdoc rename to prdoc/1.10.0/pr_3927.prdoc diff --git a/prdoc/pr_3950.prdoc b/prdoc/1.10.0/pr_3950.prdoc similarity index 100% rename from prdoc/pr_3950.prdoc rename to prdoc/1.10.0/pr_3950.prdoc diff --git a/prdoc/pr_3961.prdoc b/prdoc/1.10.0/pr_3961.prdoc similarity index 100% rename from prdoc/pr_3961.prdoc rename to prdoc/1.10.0/pr_3961.prdoc