You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pallet_revive: Raise the MaxEthExtrinsicWeight (#10089)
Fixesparitytech/contract-issues#194
Factory extrinsics do need more weight. It is fine to raise them to
almost the full max extrinsic weight since this is still lower than the
block weight.
Also improving the error reporting during the dry run in case an
extrinsic hits this limit. No more `OutOfGas` but a more descriptive
error of how much it is overweight.
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Factory extrinsics do need more weight. It is fine to raise them to almost the full max extrinsic weight since this is still lower than the block weight.
8
+
9
+
Also improving the error reporting during the dry run in case an extrinsic hits this limit. No more `OutOfGas` but a more descriptive error of how much it is overweight.
0 commit comments