Skip to content

Allow flexible gas for safe tx #189

@rmeissner

Description

@rmeissner

Currently safeTxGas sets the exact amount that is used when calling call or delegatecall. It would be nice that it is possible to send more in case no refund is required. This would make it possible to use it in this case as a estimation hint for MetaMask.

Proposal

If (gasPrice == 0) then safeTxGas should be gas()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions