Expand description
Gas-metering instrumentation.
Injects a gas_tick call at:
- Every
forloop iteration header - Every action / function call site
- Every
update()call boundary
When the counter exceeds the limit, the runtime traps.
Functionsยง
- emit_
gas_ tick - Emit instructions that increment the gas counter and trap if exhausted.