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
It has been decided to remove the gas discounts for parallel executions. We should therefore remove the const PARALLEL_GAS_DIVIDER and MASP_PARALLEL_GAS_DIVIDER and the logic that handles them. We can do this in two phases:
We just set these consts to 1
We remove the constants, rework the places were they are used and remove VpsGas. We'll also need to rework the way we sum the gas consumed by vps
The text was updated successfully, but these errors were encountered:
It has been decided to remove the gas discounts for parallel executions. We should therefore remove the const
PARALLEL_GAS_DIVIDER
andMASP_PARALLEL_GAS_DIVIDER
and the logic that handles them. We can do this in two phases:VpsGas
. We'll also need to rework the way we sum the gas consumed by vpsThe text was updated successfully, but these errors were encountered: