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
feat: add --builder.enforce-resource-metering flag
When false (default), transactions that exceed execution time limits
are logged and metrics recorded, but not rejected. Only the first
transaction to exceed the limit triggers logging/metrics.
When true, transactions exceeding limits are marked invalid and
excluded from the block.
0 commit comments