polkadot-evm/frontier#1142
Moonbeam upstream changes for storage limit per tx got merged, can be configured with new GasLimitStorageGrowthRatio config in pallet_evm
It is currently disabled right now by setting GasLimitStorageGrowthRatio to 0 in all runtimes
What to do?
Enable it for all runtimes
- Configure
GasLimitStorageGrowthRatio appropriate value
- Account for storage growth in precompiles for all the native extrinsic dispatch, especially dispatch (& lockdrop) precompile we have that allows arbitrary whitelisted native calls
- Explore if we can have an automated way to compute these values for native calls to be used in precompiles
polkadot-evm/frontier#1142
Moonbeam upstream changes for storage limit per tx got merged, can be configured with new
GasLimitStorageGrowthRatioconfig inpallet_evmIt is currently disabled right now by setting
GasLimitStorageGrowthRatioto 0 in all runtimesWhat to do?
Enable it for all runtimes
GasLimitStorageGrowthRatioappropriate value