mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-30 21:07:57 +00:00
bump up runner runtime limits
Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -75,6 +75,9 @@ impl pallet_revive::Config for Runtime {
|
||||
type DepositPerByte = DepositPerByte;
|
||||
type DepositPerItem = DepositPerItem;
|
||||
type AddressMapper = AccountId;
|
||||
type RuntimeMemory = ConstU32<{ 512 * 1024 * 1024 }>;
|
||||
type PVFMemory = ConstU32<{ 1024 * 1024 * 1024 }>;
|
||||
type MaxCodeLen = ConstU32<{ 256 * 1024 }>;
|
||||
type UnsafeUnstableInterface = UnstableInterface;
|
||||
type UploadOrigin = EnsureSigned<AccountId32>;
|
||||
type InstantiateOrigin = EnsureSigned<AccountId32>;
|
||||
|
||||
Reference in New Issue
Block a user