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

fix logIndex bug in debugging script #10939

Merged
merged 2 commits into from
Oct 24, 2023
Merged

fix logIndex bug in debugging script #10939

merged 2 commits into from
Oct 24, 2023

Conversation

RyanRHall
Copy link
Contributor

No description provided.

@RyanRHall RyanRHall requested a review from a team as a code owner October 12, 2023 18:59
@github-actions
Copy link
Contributor

I see that you haven't updated any CHANGELOG files. Would it make sense to do so?

@RyanRHall RyanRHall enabled auto-merge October 24, 2023 14:19
@cl-sonarqube-production
Copy link

SonarQube Quality Gate

Quality Gate failed

Failed condition C Maintainability Rating on New Code (is worse than A)
Failed condition 11.53% Technical Debt Ratio on New Code (is greater than 4%)

See analysis details on SonarQube

Fix issues before they fail your Quality Gate with SonarLint SonarLint in your IDE.

@@ -269,6 +278,8 @@ func (k *Keeper) Debug(ctx context.Context, args []string) {
failUnknown("failed to pack raw checkUpkeep call", err)
}
addLink("checkCallback simulation", tenderlySimLink(k.cfg, chainID, blockNum, rawCall, registryAddress))
} else {
message("did not revert with StreamsLookup error")
Copy link
Contributor

Choose a reason for hiding this comment

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

this line is so important

@RyanRHall RyanRHall added this pull request to the merge queue Oct 24, 2023
Merged via the queue into develop with commit 621576c Oct 24, 2023
93 of 94 checks passed
@RyanRHall RyanRHall deleted the bug-in-debug branch October 24, 2023 15:03
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