Commits
Click on a commit to change the comparison rangerefactor!: add `ResultGas` struct to `ExecutionResult` refactor: simplify ResultGas to store only independent fields refactor: refine ResultGas field naming and add Display impl feat: add gas limit to ResultGas for self-contained gas accounting feat: add `intrinsic_gas` to `ResultGas` and return it from `post_execution` feat: encapsulate ResultGas fields with getters, setters, and builders docs: update ResultGas comments to reflect encapsulated API chore: fix typo in handler comment Update crates/context/interface/src/result.rs fix: correct grammar in handler.rs comment (#3422)