-
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
Blue/green deployments for LLO; code cleanup #14628
Conversation
Static analysis results are availableHey @samsondav, you can view Slither reports in the job summary here or download them as artifact here. Please check them before merging and make sure you have addressed all issues. |
2c66e30
to
551eadf
Compare
58d8f5d
to
1606042
Compare
contracts/src/v0.8/llo-feeds/v0.5.0/configuration/Configurator.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/llo-feeds/v0.5.0/configuration/Configurator.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/llo-feeds/v0.5.0/configuration/Configurator.sol
Outdated
Show resolved
Hide resolved
e7262f8
to
1e911a3
Compare
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
448ff64
to
89c5e06
Compare
contracts/src/v0.8/llo-feeds/v0.5.0/configuration/Configurator.sol
Outdated
Show resolved
Hide resolved
contracts/src/v0.8/llo-feeds/v0.5.0/configuration/Configurator.sol
Outdated
Show resolved
Hide resolved
orm: orm, | ||
} | ||
r.Service, r.eng = services.Config{ | ||
Name: "RetirementReportCache", |
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.
Maybe this should include some kind of LLO
prefix since it shows up as a root/global service in the hierarchy.
f364377
AER Report: CI Core ran successfully ✅AER Report: Operator UI CI ran successfully ✅ |
|
* Blue/green deployments for LLO; code cleanup * Go mod tidy
This PR finally fleshes out the original vision of the parallel compositions plugin, implementing support for blue/green deploys and gapless handovers via retirement reports.
Requires
smartcontractkit/chainlink-data-streams#81
smartcontractkit/chainlink-common#835
Resolves