Skip to content

Add configuration constant to ignore any gas related calculations. #1789

@feliam

Description

@feliam

User wants a way to configure manticore to avoid any cost related to calculating gas values.

The gas value must be completely ignored everywhere it may impose any slowdown. For example:

  • Human transactions: sending transactions should not charge any gas fro the caller, nor decrement its balance
  • Transaction instructions: CALL, DELEGATECALL, ..
  • Returning from transactions or deleting storage values should not refund any gas
  • Storage related instructions: SSTORE/SLOAD should not charge gas dinamically
  • Memory is unbounded. No gas related limits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions