-
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.
Implement the gas estimator components refactor (#12650)
* Applied LimitMultiplier to chainSpecificGasLimit in all gas estimators * Intial refactor * Revert "Applied LimitMultiplier to chainSpecificGasLimit in all gas estimators" This reverts commit e0c581c. * Refactored L1GasOracle * Fixed failing tests * fixed linting issues * Updated ethClient struct to be specific to l1Oracle * Removed changes to broadcaster error handling * fixed rollup tests * Fixed remaining issues with PR * updated changesets * fixed linting issues * minor fixes * Deduplicated L1Oracle creation * Changed L1Oracle to return pointer * Update core/chains/evm/gas/rollups/arbitrum_l1_oracle.go Co-authored-by: amit-momin <[email protected]> * Added l1Oracle as a parameter to pass into gas estimators * removed casting for direct call * removed unused mocks --------- Co-authored-by: amit-momin <[email protected]>
- Loading branch information
1 parent
057ef81
commit 6991af2
Showing
27 changed files
with
1,443 additions
and
1,151 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,6 @@ | ||
--- | ||
"chainlink": minor | ||
--- | ||
|
||
#internal Gas Estimator L1Oracles to be chain specific | ||
#removed cmd/arbgas |
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.