You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
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 theexecuteAffirmation
call could differ depending on the request sequence in three times, where as the call ofexecuteSignatures
consumes always the same (almost) amount of gas.So, we need to provide different multipliers instead of one
EXTRA_GAS_PERCENTAGE
. For example,The text was updated successfully, but these errors were encountered: