Skip to content

Different multipliers to calculate gas limit for different methods #127

@akolotov

Description

@akolotov

The analysis of #126 exposes that calls of different methods requires different gas amount to be added extra to the amount provided by gasEstimate: e.g. the consumption of the executeAffirmation call could differ depending on the request sequence in three times, where as the call of executeSignatures consumes always the same (almost) amount of gas.

So, we need to provide different multipliers instead of one EXTRA_GAS_PERCENTAGE. For example,

EXECUTE_AFFIRMATION_EXTRA_GAS_PERCENTAGE
SUMBIT_SIGNATURE_EXTRA_GAS_PERCENTAGE
EXECUTE_SIGNATURE_EXTRA_GAS_PERCENTAGE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions