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
Add policies to transactions with all limits managed by policies (in preparation for multi-dimensional pricing in the future):
Move the gas limit to be a policy
Add witness data limit as a policy
Min fee also should include gas_per_byte * WL(Witness limit). And WL should affect the validity rules of the transaction.
The gas limit should exclude the predicate gas used, and the predicate gas used should be part of the min fee.
The text was updated successfully, but these errors were encountered:
Overview
Related issue FuelLabs/fuel-core#1404 that should define
gas_per_byte
.Related specification change FuelLabs/fuel-specs#514
Add policies to transactions with all limits managed by policies (in preparation for multi-dimensional pricing in the future):
Min fee also should include
gas_per_byte * WL(Witness limit)
. And WL should affect the validity rules of the transaction.The gas limit should exclude the predicate gas used, and the predicate gas used should be part of the min fee.
The text was updated successfully, but these errors were encountered: