Skip to content

Commit

Permalink
Add NoopMigration for v10 contracts pallet.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Mar 4, 2025
1 parent 9ecb66a commit 60f903c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/runtime/common/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,8 @@ macro_rules! misc_pallet_impls {
type MaxDebugBufferLen = frame_support::traits::ConstU32<{ 2 * 1024 * 1024 }>;
#[cfg(not(feature = "runtime-benchmarks"))]
type Migrations = (
// Migration v9 -> v10 has already been run.
pallet_contracts::migration::NoopMigration<10>,
pallet_contracts::migration::v11::Migration<Runtime>,
pallet_contracts::migration::v12::Migration<Runtime>,
pallet_contracts::migration::v13::Migration<Runtime>,
Expand Down

0 comments on commit 60f903c

Please sign in to comment.