From b6c61372fff93a230acddda9e420b9a9cd69c213 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:20 +0200 Subject: [PATCH 1/8] Bump transaction_version for polkadot --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index b9d21fa6e3bc..8938c99a9237 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 14, + transaction_version: 15, state_version: 0, }; From f52c972ffe51fff14ff18327cb213004fb2ea718 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:25 +0200 Subject: [PATCH 2/8] Bump transaction_version for kusama --- runtime/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 352be7facb14..1678cb99a50a 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 13, + transaction_version: 14, state_version: 0, }; From 6895e81b72a59a7e7c1eed54190382011e597ee3 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:28 +0200 Subject: [PATCH 3/8] Bump transaction_version for rococo --- runtime/rococo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 1adbddbe40f6..fe876760876b 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -114,7 +114,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 13, + transaction_version: 14, state_version: 0, }; From 960294ad56b3960858ee43014f9856513e2c0bcd Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:30 +0200 Subject: [PATCH 4/8] Bump transaction_version for westend --- runtime/westend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index d66721df1432..5647944173ec 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 12, + transaction_version: 13, state_version: 0, }; From b81bdb8ef7d63b5701d96314adb0335e79730997 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:41 +0200 Subject: [PATCH 5/8] Bump transaction_version for polkadot --- runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 8938c99a9237..28662818fa9c 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 15, + transaction_version: 16, state_version: 0, }; From 60c9addd3fe1eeb1b1923a496336ea4bb4c75ad2 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:43 +0200 Subject: [PATCH 6/8] Bump transaction_version for kusama --- runtime/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 1678cb99a50a..13878a66f3c6 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 14, + transaction_version: 15, state_version: 0, }; From 79b47fc61ab529d94eb4d98850e8472c11bbcdcf Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:45 +0200 Subject: [PATCH 7/8] Bump transaction_version for rococo --- runtime/rococo/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index fe876760876b..1ce9e1d2dee9 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -114,7 +114,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 14, + transaction_version: 15, state_version: 0, }; From 7b6682e116061d3ed6d74ee807dea72de9e1a971 Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Thu, 20 Oct 2022 15:58:47 +0200 Subject: [PATCH 8/8] Bump transaction_version for westend --- runtime/westend/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 5647944173ec..a33c21c28095 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -115,7 +115,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { apis: RUNTIME_API_VERSIONS, #[cfg(feature = "disable-runtime-api")] apis: sp_version::create_apis_vec![[]], - transaction_version: 13, + transaction_version: 14, state_version: 0, };