-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCIP-4302: Remove dependencies from integration-tests/ccip-tests/* #15321
Conversation
I see you added a changeset file but it does not contain a tag. Please edit the text include at least one of the following tags:
|
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
@@ -647,3 +652,40 @@ func CreateChainConfigFromNetworks( | |||
} | |||
return chains | |||
} | |||
|
|||
func SetNodeConfig(nets []blockchain.EVMNetwork, nodeConfig, commonChain string, configByChain map[string]string) (*corechainlink.Config, string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used within StartChainlinkNodes
toml, _, err := SetNodeConfig( |
Have removed all dependencies on integration-tests/ccip-tests/* in v1.6 tests. Also, added ccip directory under smoke and moved all ccip tests under it.