Skip to content
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

Replace an OracleFactory error with an Info message #14950

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

DeividasK
Copy link
Collaborator

@DeividasK DeividasK commented Oct 25, 2024

It seems that workflow nodes have multiple OCR key bundles (for signing on different chains), so we cannot error.

Follow-up work:

@DeividasK DeividasK marked this pull request as ready for review October 25, 2024 12:19
@DeividasK DeividasK requested a review from a team as a code owner October 25, 2024 12:19
Copy link
Contributor

github-actions bot commented Oct 25, 2024

AER Report: CI Core ran successfully ✅

aer_workflow , commit

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@DeividasK DeividasK requested review from a team as code owners October 28, 2024 07:04
@DeividasK DeividasK requested a review from krehermann October 28, 2024 07:04
@DeividasK DeividasK enabled auto-merge October 28, 2024 10:35
if err != nil {
return nil, errors.Wrap(err, "failed to create OCR key bundle")
}
} else {
ocrKeyBundle = ocrKeyBundles[0]
if len(ocrEvmKeyBundles) > 1 {
log.Infof("found %d OCR key bundles, which may cause unexpected behavior if using the OracleFactory", len(ocrEvmKeyBundles))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should this message say eth OCR key bundles for clarity?

@cl-sonarqube-production
Copy link

Quality Gate failed Quality Gate failed

Failed conditions
4.1% Technical Debt Ratio on New Code (required ≤ 4%)

See analysis details on SonarQube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants