mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 12:11:09 +00:00
Companion for substrate#12845 (#1960)
* Companion for substrate#12845
* update lockfile for {"polkadot", "substrate"}
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+253
-253
File diff suppressed because it is too large
Load Diff
@@ -58,4 +58,5 @@ impl Config for Runtime {
|
|||||||
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
|
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
|
||||||
type MaxStorageKeyLen = ConstU32<128>;
|
type MaxStorageKeyLen = ConstU32<128>;
|
||||||
type UnsafeUnstableInterface = ConstBool<true>;
|
type UnsafeUnstableInterface = ConstBool<true>;
|
||||||
|
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user