-
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.
Use real deployed contracts in CCIPReader tests [CCIP-4239] (#15357)
* WIP Use real deployed contracts in CCIPReader tests * Add NewMemoryEnvironmentContractsOnly to make testing faster without jobs running * Use deployed contracts in * Test_LinkPriceUSD * Test_GetChainFeePriceUpdates * Use deployed contracts in * Test_GetMedianDataAvailabilityGasConfig Clean unused functions * Use deployed contracts in * TestCCIPReader_GetExpectedNextSequenceNumber * go mod tidy * TestCCIPReader_Nonces using deployment env - Not working * Use parameter object * Finality test * Extract common functionality * Nonces won't work with real contracts, needs plugins running * Nonces won't work with real contracts, needs plugins running * modtidy * move back to core/capabilities until ./integration-tests is ready with postgres setup * Add TestCCIPReader_GetLatestPriceSeqNr * after merge * Importing txdb from internal * Reducing parallel to avoid too many client error * Linting * [Bot] Update changeset file with jira issues * Use latest CCIP and comment GetLatestPriceSeqNr until the cl-ccip branch is merged * Reduce timeout for Eventually and Never * Add PR that we need to uncomment the test for once it's merged * Remove test until cl-ccip pr is merged * skip failing test * fix lint --------- Co-authored-by: Balamurali Gopalswami <[email protected]> Co-authored-by: app-token-issuer-infra-releng[bot] <120227048+app-token-issuer-infra-releng[bot]@users.noreply.github.com>
- Loading branch information
1 parent
44cab8d
commit 18cb44e
Showing
22 changed files
with
1,279 additions
and
409 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": patch | ||
--- | ||
|
||
#updated use real contracts in ccipreader_tests where possible |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
'@chainlink/contracts': patch | ||
--- | ||
|
||
#added new function to CCIPReaderTester getLatestPriceSequenceNumber | ||
|
||
|
||
PR issue: CCIP-4239 | ||
|
||
Solidity Review issue: CCIP-3966 |
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
42 changes: 40 additions & 2 deletions
42
core/gethwrappers/ccip/generated/ccip_reader_tester/ccip_reader_tester.go
Large diffs are not rendered by default.
Oops, something went wrong.
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.