-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Report L1 base fee set by L2s (#111)
* CCIP plugin code sketch * revert models changes * update gas price encoding and deviation * udpate exec cost estimation * Update exec cost estimation * update offchain config * use gas price struct instead of encoding where applicable * do not use v2 suffix for latest version of offchain config * add nil check for gas update * Adding price estimator interfaces * update commit plugin * update name to prices * update exec plugin * comments and nits * change the loaders to also return version * address comments * making tests build * validate observed token prices match token with decimals * fixed commit reporting tests * add test for validateObservations * pass tests * add test for exec getPrice * couple more tests in exec price estimator * complete exec price estimator test * add da price estimator test * resolve exec logpoller fiter test * address comments * remove price estimator deviation and computeCost opts * fix 1.21 import
- Loading branch information
Showing
29 changed files
with
2,507 additions
and
488 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
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
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
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.