-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extracted Gas Limit Multiplier from gas estimators to WrappedEvmEstim…
…ator (#12534) * Applied LimitMultiplier to chainSpecificGasLimit in all gas estimators * Added changeset * altered tests to use a limit multiplier of 1.5 rather than 1 * improve some nits and refactor foundry tests (#12522) * improve some nits and refactor foundry tests * add changesets * fix * fix tests * write registerUpkeep() foundry tests for auto v2.3 (#12535) move addFunds() tests to foundry for auto v2.3 add tests for onTokenTransfer() --------- Co-authored-by: Ryan Hall <[email protected]> * Added error checks * updated existing tests * Extracted fee limit multiplier out of indivudal gas estimators, into WrappedEvmEstimator * Cleaned up unused LimitMultipliers * Removed unused limit multipliers in tests and cleaned up * removed chainSpecificGasLimit from BumpDynamicFee, GetDynamicFee * Fixed failing tests --------- Co-authored-by: FelixFan1992 <[email protected]> Co-authored-by: Ryan Hall <[email protected]>
- Loading branch information
1 parent
a1bb52d
commit bd532b5
Showing
15 changed files
with
171 additions
and
204 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
Extracted Gas Limit Multiplier from gas estimators to WrappedEvmEstimator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.