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
We need to increase the gas execution limit for governance transactions so that we can perform framework upgrades without having to change-then-revert the gas schedule every time. We only need to increase the limit slightly to accomplish this, however, increasing it by 25% will give us some buffer for the future without adding significant risk. We currently also control governance, so should not expect this to be a problem.
After updating the parameter we should also increment the version in aptos-move/aptos-gas-schedule/src/ver.rs.
The text was updated successfully, but these errors were encountered:
We need to increase the gas execution limit for governance transactions so that we can perform framework upgrades without having to change-then-revert the gas schedule every time. We only need to increase the limit slightly to accomplish this, however, increasing it by 25% will give us some buffer for the future without adding significant risk. We currently also control governance, so should not expect this to be a problem.
After updating the parameter we should also increment the version in
aptos-move/aptos-gas-schedule/src/ver.rs
.The text was updated successfully, but these errors were encountered: