-
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.
BCI-1426: Add GasPriceSubunits Data Source Pipeline (#13200)
* initial * incorporate gasPriceSubunits data source * update deps * add in data source * comment * update plugin config * add changeset * update chainlink-common & chainlink-feeds * lint fixes * lint --------- Co-authored-by: Bolek <1416262+bolekk@users.noreply.github.com>
- Loading branch information
1 parent
c7a6356
commit 4718aa7
Showing
20 changed files
with
161 additions
and
50 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 | ||
--- | ||
|
||
Add option to include GasPriceSubunits pipeline to include gasPriceSubunits in median ocr2 transmission (only to be used with Starknet chain for now) #added #nops #updated |
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
Submodule forge-std
updated
32 files
+0 −1 | .gitattributes | |
+3 −0 | .gitmodules | |
+1 −1 | README.md | |
+1 −1 | foundry.toml | |
+1 −0 | lib/ds-test | |
+1 −1 | package.json | |
+0 −635 | scripts/vm.py | |
+225 −518 | src/StdAssertions.sol | |
+5 −19 | src/StdChains.sol | |
+2 −2 | src/StdCheats.sol | |
+11 −7 | src/StdJson.sol | |
+106 −201 | src/StdStorage.sol | |
+0 −179 | src/StdToml.sol | |
+33 −61 | src/StdUtils.sol | |
+4 −4 | src/Test.sol | |
+458 −1,353 | src/Vm.sol | |
+0 −234 | src/mocks/MockERC20.sol | |
+0 −235 | src/mocks/MockERC721.sol | |
+909 −39 | test/StdAssertions.t.sol | |
+30 −31 | test/StdChains.t.sol | |
+11 −19 | test/StdCheats.t.sol | |
+1 −3 | test/StdError.t.sol | |
+0 −49 | test/StdJson.t.sol | |
+8 −8 | test/StdMath.t.sol | |
+11 −159 | test/StdStorage.t.sol | |
+0 −49 | test/StdToml.t.sol | |
+20 −20 | test/StdUtils.t.sol | |
+3 −3 | test/Vm.t.sol | |
+0 −8 | test/fixtures/test.json | |
+0 −6 | test/fixtures/test.toml | |
+0 −441 | test/mocks/MockERC20.t.sol | |
+0 −721 | test/mocks/MockERC721.t.sol |
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
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
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.