-
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
add dry option; return useful config #15314
Conversation
deployment/keystone/deploy.go
Outdated
if cfg.DryRun { | ||
prefix = "DRY RUN: " | ||
} | ||
env.Logger.Infof("%sconfiguring OCR3 contract for chain %d", cfg.ChainSel, prefix) |
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.
wrong order
deployment/keystone/deploy.go
Outdated
prefix = "DRY RUN: " | ||
} | ||
env.Logger.Infof("%sconfiguring OCR3 contract for chain %d", cfg.ChainSel, prefix) | ||
//func ConfigureOCR3ContractFromJD(env *deployment.Environment, chainSel uint64, nodeIDs []string, addrBook deployment.AddressBook, cfg *OracleConfigWithSecrets) (*ConfigureOCR3Resp, 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.
delete?
78578d1
to
333ca16
Compare
I see you updated files related to
|
* add dry option; return useful config * dry run logging * cleanup * rename * fix broken refs
this allows us to dry run and get useful configuration of ocr3 contract changes
Requires
Supports