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
The change introduced in #4345 suggests builtin actors should report the maximum gas usage in a message processing for the runner (BuiltinDispatcher) to be able to decide if the remaining block gas allowance is not overstepped.
This requires either benchmarking or some theoretical analysis of what this max_gas value should be for each existing builtin actor.
The text was updated successfully, but these errors were encountered:
The change introduced in #4345 suggests builtin actors should report the maximum gas usage in a message processing for the runner (
BuiltinDispatcher
) to be able to decide if the remaining block gas allowance is not overstepped.This requires either benchmarking or some theoretical analysis of what this
max_gas
value should be for each existing builtin actor.The text was updated successfully, but these errors were encountered: