Companion for Contracts remove deposit account (#2973)

* add migration v15

* update lockfile for {"substrate", "polkadot"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Juan
2023-08-18 17:00:41 +02:00
committed by GitHub
parent 33046b6e32
commit 4f699c70a4
2 changed files with 266 additions and 265 deletions
@@ -7,7 +7,7 @@ use frame_support::{
traits::{ConstBool, ConstU32, Nothing},
};
use pallet_contracts::{
migration::{v12, v13, v14},
migration::{v12, v13, v14, v15},
weights::SubstrateWeight,
Config, DebugInfo, DefaultAddressGenerator, Frame, Schedule,
};
@@ -59,6 +59,7 @@ impl Config for Runtime {
v12::Migration<Runtime, Balances>,
v13::Migration<Runtime>,
v14::Migration<Runtime, Balances>,
v15::Migration<Runtime>,
);
type RuntimeHoldReason = RuntimeHoldReason;
}