Skip to content

bug: double gas validation in evm.zig:call #799

@0xpolarzero

Description

@0xpolarzero

The function call in evm.zig validates gas twice:

  • first as part of params.validate()
  • then again below with the correct comptime disable_gas_checks

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions