Companion: contracts: Use WeakBoundedVec for instrumented code (#1595)

* Remove `RelaxedMaxCodeLen`

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

Co-authored-by: parity-processbot <>
This commit is contained in:
Alexander Theißen
2022-09-19 13:22:11 +02:00
committed by GitHub
parent 7b7988e596
commit ebab061e88
2 changed files with 258 additions and 259 deletions
Generated
+258 -258
View File
File diff suppressed because it is too large Load Diff
@@ -58,7 +58,6 @@ impl Config for Runtime {
type AddressGenerator = DefaultAddressGenerator;
type ContractAccessWeight = DefaultContractAccessWeight<RuntimeBlockWeights>;
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
type RelaxedMaxCodeLen = ConstU32<{ 256 * 1024 }>;
type MaxStorageKeyLen = ConstU32<128>;
}