Companion for substrate#12845 (#1960)

* Companion for substrate#12845

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

Co-authored-by: parity-processbot <>
This commit is contained in:
Sasha Gryaznov
2022-12-13 18:34:13 +02:00
committed by GitHub
parent 3d13ae05fb
commit d7311ca543
2 changed files with 254 additions and 253 deletions
Generated
+253 -253
View File
File diff suppressed because it is too large Load Diff
@@ -58,4 +58,5 @@ impl Config for Runtime {
type MaxCodeLen = ConstU32<{ 128 * 1024 }>;
type MaxStorageKeyLen = ConstU32<128>;
type UnsafeUnstableInterface = ConstBool<true>;
type MaxDebugBufferLen = ConstU32<{ 2 * 1024 * 1024 }>;
}