diff --git a/Cargo.lock b/Cargo.lock index 226abb0a14..c720f89c9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "centrifuge-chain" -version = "0.10.36" +version = "0.10.37" dependencies = [ "altair-runtime", "async-trait", @@ -993,7 +993,7 @@ dependencies = [ [[package]] name = "centrifuge-runtime" -version = "0.10.25" +version = "0.10.26" dependencies = [ "axelar-gateway-precompile", "cfg-primitives", diff --git a/node/Cargo.toml b/node/Cargo.toml index 1a806468ab..c5adf336f8 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -6,7 +6,7 @@ is-it-maintained-open-issues = { repository = "centrifuge/centrifuge-chain" } [package] name = "centrifuge-chain" -version = "0.10.36" +version = "0.10.37" description = "Centrifuge chain implementation in Rust." build = "build.rs" default-run = "centrifuge-chain" diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index f345dd0fce..2767683f09 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "centrifuge-runtime" -version = "0.10.25" +version = "0.10.26" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/centrifuge/src/lib.rs b/runtime/centrifuge/src/lib.rs index 8fff881e54..ebab64c90d 100644 --- a/runtime/centrifuge/src/lib.rs +++ b/runtime/centrifuge/src/lib.rs @@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("centrifuge"), impl_name: create_runtime_str!("centrifuge"), authoring_version: 1, - spec_version: 1025, + spec_version: 1026, impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS, @@ -2061,7 +2061,7 @@ pub type Executive = frame_executive::Executive< frame_system::ChainContext, Runtime, AllPalletsWithSystem, - migrations::UpgradeCentrifuge1025, + migrations::UpgradeCentrifuge1026, >; // Frame Order in this block dictates the index of each one in the metadata diff --git a/runtime/centrifuge/src/migrations.rs b/runtime/centrifuge/src/migrations.rs index b7509ae1ab..ca0ac12d1a 100644 --- a/runtime/centrifuge/src/migrations.rs +++ b/runtime/centrifuge/src/migrations.rs @@ -38,7 +38,7 @@ frame_support::parameter_types! { pub const AnnualTreasuryInflationPercent: u32 = 3; } -pub type UpgradeCentrifuge1025 = ( +pub type UpgradeCentrifuge1026 = ( runtime_common::migrations::epoch_execution::Migration, // Migrates the currency used in `pallet-transfer-allowlist` from our global currency to a // special filter currency enum