The fraction the maximum extrinsic weight eth_transact extrinsics are capped to.
This is not a security measure but a requirement due to how we map gas to (Weight, StorageDeposit). The mapping might derive a Weight that is too large to fit into an
extrinsic. In this case we cap it to the limit specified here.
eth_transact transactions that use more weight than specified will fail with an out of
gas error during execution. Larger fractions will allow more transactions to run.
Smaller values waste less block space: Choose as small as possible and as large as
necessary.
The fraction the maximum extrinsic weight
eth_transactextrinsics are capped to.This is not a security measure but a requirement due to how we map gas to
(Weight, StorageDeposit). The mapping might derive aWeightthat is too large to fit into an extrinsic. In this case we cap it to the limit specified here.eth_transacttransactions that use more weight than specified will fail with an out of gas error during execution. Larger fractions will allow more transactions to run. Smaller values waste less block space: Choose as small as possible and as large as necessary.Default:
0.5.