From 6c97c090a56761d10f1e1a60015ccf2f65be36f7 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Sun, 8 Sep 2024 17:50:19 +0200 Subject: [PATCH] prep v5.44.0 --- Cargo.lock | 10 +++++----- bin/collator/Cargo.toml | 2 +- bin/collator/res/shibuya.raw.json | 4 +++- runtime/astar/Cargo.toml | 2 +- runtime/astar/src/lib.rs | 18 +++--------------- runtime/local/Cargo.toml | 2 +- runtime/shibuya/Cargo.toml | 2 +- runtime/shibuya/src/lib.rs | 4 ++-- runtime/shiden/Cargo.toml | 2 +- runtime/shiden/src/lib.rs | 18 +++--------------- 10 files changed, 21 insertions(+), 43 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 277f1f1a34..740da4c356 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.43.1" +version = "5.44.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -759,7 +759,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.43.1" +version = "5.44.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -6547,7 +6547,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.43.1" +version = "5.44.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14368,7 +14368,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.43.1" +version = "5.44.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14490,7 +14490,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.43.1" +version = "5.44.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index a784f981bb..bfe5634ce5 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.43.1" +version = "5.44.0" description = "Astar collator implementation in Rust." build = "build.rs" default-run = "astar-collator" diff --git a/bin/collator/res/shibuya.raw.json b/bin/collator/res/shibuya.raw.json index b299d8250b..120cac340c 100644 --- a/bin/collator/res/shibuya.raw.json +++ b/bin/collator/res/shibuya.raw.json @@ -23,7 +23,9 @@ "codeSubstitutes": {}, "badBlocks": [ "0xc5c531c16010027fcfd11bdfd237fc295763b2ed75459ac7c4087c58f6bd1d50", - "0xbd101496475d0836fb3ddd8d9f737aee858df395f41a5b13a08d67e0b9368da8" + "0xbd101496475d0836fb3ddd8d9f737aee858df395f41a5b13a08d67e0b9368da8", + "0x7f25e29e8b9d2faa201266c8270d860aa61e91069148c358fefe97050da23af1", + "0x972a54a39fc80fb977548d04086dca043c7b911161e307dd79fd7d42ead30eb1" ], "genesis": { "raw": { diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index c8961aa07c..7b51493964 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.43.1" +version = "5.44.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 400f120046..b9f1b39197 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 94, + spec_version: 95, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, @@ -718,7 +718,7 @@ impl pallet_contracts::Config for Runtime { type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type Debug = (); type Environment = (); - type Migrations = (pallet_contracts::migration::v16::Migration,); + type Migrations = (); type Xcm = (); type UploadOrigin = EnsureSigned<::AccountId>; type InstantiateOrigin = EnsureSigned<::AccountId>; @@ -1329,19 +1329,7 @@ parameter_types! { pub type Migrations = (Unreleased, Permanent); /// Unreleased migrations. Add new ones here: -pub type Unreleased = ( - // dApp-staking dyn tier threshold migrations - pallet_dapp_staking::migration::versioned_migrations::V7ToV8< - Runtime, - TierThresholds, - ThresholdVariationPercentage, - >, - frame_support::migrations::RemovePallet< - DmpQueuePalletName, - ::DbWeight, - >, - pallet_contracts::Migration, -); +pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every upgrade. pub type Permanent = (pallet_xcm::migration::MigrateToLatestXcmVersion,); diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 7e00f2eaad..8f18110ea2 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.43.1" +version = "5.44.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 1baec69013..0537ba3d2f 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.43.1" +version = "5.44.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index cd05f75113..5ec031f27d 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -204,7 +204,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 136, + spec_version: 137, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, @@ -761,7 +761,7 @@ impl pallet_contracts::Config for Runtime { type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type Debug = (); type Environment = (); - type Migrations = (pallet_contracts::migration::v16::Migration,); + type Migrations = (); type Xcm = (); type UploadOrigin = EnsureSigned<::AccountId>; type InstantiateOrigin = EnsureSigned<::AccountId>; diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index cc11dde64c..0a30f7698b 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.43.1" +version = "5.44.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 18d6ee401a..fa110b427f 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 133, + spec_version: 134, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, @@ -746,7 +746,7 @@ impl pallet_contracts::Config for Runtime { type CodeHashLockupDepositPercent = CodeHashLockupDepositPercent; type Debug = (); type Environment = (); - type Migrations = (pallet_contracts::migration::v16::Migration,); + type Migrations = (); type Xcm = (); type UploadOrigin = EnsureSigned<::AccountId>; type InstantiateOrigin = EnsureSigned<::AccountId>; @@ -1329,19 +1329,7 @@ parameter_types! { pub type Migrations = (Unreleased, Permanent); /// Unreleased migrations. Add new ones here: -pub type Unreleased = ( - // dApp-staking dyn tier threshold migrations - pallet_dapp_staking::migration::versioned_migrations::V7ToV8< - Runtime, - TierThresholds, - ThresholdVariationPercentage, - >, - frame_support::migrations::RemovePallet< - DmpQueuePalletName, - ::DbWeight, - >, - pallet_contracts::Migration, -); +pub type Unreleased = (); /// Migrations/checks that do not need to be versioned and can run on every upgrade. pub type Permanent = (pallet_xcm::migration::MigrateToLatestXcmVersion,);