-
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
Chore/cover transmit errors #15236
Chore/cover transmit errors #15236
Conversation
I see you updated files related to |
AER Report: Operator UI CIaer_workflow , commit , Breaking Changes GQL Check 1. Workflow conclusion is failure: [Breaking Changes GQL Check]Source of Error:
Why: The triggered workflow did not complete successfully. The conclusion status was Suggested fix: Investigate the logs of the downstream workflow (ID: 11844815760) to identify the specific cause of the failure and address any issues found there. AER Report: CI Core ran successfully ✅ |
@@ -386,9 +386,8 @@ contract DualAggregator is OCR2Abstract, Ownable2StepMsgSender, AggregatorV2V3In | |||
/// @return the aggregatorRoundId of the next round. Note: The report for this round may have been | |||
/// transmitted (but not yet mined) *before* requestNewRound() was even called. There is *no* | |||
/// guarantee of causality between the request and the report at aggregatorRoundId. | |||
// TODO: i think we can remove this function entirely |
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't we remove the requestNewRound() function?
I thought it would never be 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.
We should ask, I left it just in case we want to keep it.
f87c27e
to
cea5650
Compare
Quality Gate passedIssues Measures |
Requires
Supports