-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TT-2001] keystone e2e tests - generate config first (#16565)
* modular keystone smoke test -> new module * fix go.md, dynamically resolve gist ip, update forwarder address in CI config * decouple lib from testing.T * fix lints and CI test config * go mod tidy + check returned err * go mod tidy * add single point of entry to configure keystone env * safer keystone env field access * make code more explicit * separate test for single and multi DON * remove conditional logic from test config * fix lints * use unique job names * check only one price in the CI * fix e2e test setup, allow using cached contract addresses and config * remove one validator * use tagged version of CTF * go mod tidy * fix keytsone test path * CR changes: less public variables, labels for node roles, clearer function naming, more input structs * add Validate() to all input structs * go mod tidy * try using latest version of github.com/smartcontractkit/ccip-owner-contracts * add changeset * update keystone e2e test name in gh config * go mod tidy, update ci env config * try to pregenerate all configs * move price provider to dedicated file * define config before starting the node * update config * remove commented out code * wip: support single eth key secret * working ETH keys import * add back node.go * import p2p key * WIP#2 * support multiple eth keys * working version * fix eth keys plumbing and add test * working verion after some consolidation * rename vars * working locally * cleanup * more clean up * working version * support gateway DON * clean up, dedicated function to find label value, one more test (also added to CI) * update deps * use JD 0.9.0 in gateway DON test * code review changes * clearer expressions in TOML config * add 3 dons keystone e2e test to CI * do not use JD's proto labels --------- Co-authored-by: krehermann <[email protected]>
- Loading branch information
1 parent
2245fc4
commit 5cfb0e8
Showing
29 changed files
with
1,735 additions
and
603 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
Oops, something went wrong.