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
Currently there's no way to verify how much gas a transaction spent, since $gas is local. There should be a global gas counter. This would also ease the addition of local reverts if they are deemed necessary.
The text was updated successfully, but these errors were encountered:
Currently there's no way to verify how much gas a transaction spent, since
$gas
is local. There should be a global gas counter. This would also ease the addition of local reverts if they are deemed necessary.The text was updated successfully, but these errors were encountered: