mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 05:51:02 +00:00
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:
committed by
GitHub
parent
a19a253c21
commit
46c735cb3b
Generated
+258
-258
File diff suppressed because it is too large
Load Diff
@@ -58,7 +58,6 @@ impl Config for Runtime {
|
|||||||
type AddressGenerator = DefaultAddressGenerator;
|
type AddressGenerator = DefaultAddressGenerator;
|
||||||
type ContractAccessWeight = DefaultContractAccessWeight<RuntimeBlockWeights>;
|
type ContractAccessWeight = DefaultContractAccessWeight<RuntimeBlockWeights>;
|
||||||
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
|
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
|
||||||
type RelaxedMaxCodeLen = ConstU32<{ 256 * 1024 }>;
|
|
||||||
type MaxStorageKeyLen = ConstU32<128>;
|
type MaxStorageKeyLen = ConstU32<128>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user