-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 - Version based changesets #16504
Conversation
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
"github.com/smartcontractkit/chainlink/deployment/ccip/changeset" | ||
cs "github.com/smartcontractkit/chainlink/deployment/ccip/changeset" |
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.
duplicate import
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.
Shouldn't we put the solana
directory under v1_6
? Or only after their contracts are frozen?
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.
Can discuss with solana team and create a new PR for that
@@ -49,7 +50,7 @@ type TestConfigs struct { | |||
// TODO: This should be CreateContracts so the booleans make sense? | |||
CreateJobAndContracts bool | |||
PrerequisiteDeploymentOnly bool | |||
V1_5Cfg changeset.V1_5DeploymentConfig | |||
V1_5Cfg v1_6.V1_5DeploymentConfig |
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.
Kinda odd to have V1_5DeploymentConfig in the v1_6 package no?
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.
oh right. good catch. I should move this changeset DeployPrerequisite to common. It deploys a mix of all 1.2, 1.5, 1.6
|
Ensures that each versioned folders use specific versioned contracts