Module post_execution

Source
Expand description

Post-execution operations including gas refunds and state finalization.

Functionsยง

eip7623_check_gas_floor
Ensures minimum gas floor is spent according to EIP-7623.
output
Calculate last gas spent and transform internal reason to external.
refund
Calculates and applies gas refunds based on the specification.
reimburse_caller
Reimburses the caller for unused gas.
reward_beneficiary
Rewards the beneficiary with transaction fees.