mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
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:
Generated
+264
-264
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ use frame_support::{
|
|||||||
traits::{ConstBool, ConstU32, Nothing},
|
traits::{ConstBool, ConstU32, Nothing},
|
||||||
};
|
};
|
||||||
use pallet_contracts::{
|
use pallet_contracts::{
|
||||||
migration::{v12, v13, v14},
|
migration::{v12, v13, v14, v15},
|
||||||
weights::SubstrateWeight,
|
weights::SubstrateWeight,
|
||||||
Config, DebugInfo, DefaultAddressGenerator, Frame, Schedule,
|
Config, DebugInfo, DefaultAddressGenerator, Frame, Schedule,
|
||||||
};
|
};
|
||||||
@@ -59,6 +59,7 @@ impl Config for Runtime {
|
|||||||
v12::Migration<Runtime, Balances>,
|
v12::Migration<Runtime, Balances>,
|
||||||
v13::Migration<Runtime>,
|
v13::Migration<Runtime>,
|
||||||
v14::Migration<Runtime, Balances>,
|
v14::Migration<Runtime, Balances>,
|
||||||
|
v15::Migration<Runtime>,
|
||||||
);
|
);
|
||||||
type RuntimeHoldReason = RuntimeHoldReason;
|
type RuntimeHoldReason = RuntimeHoldReason;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user