-
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
fix logIndex bug in debugging script #10939
Conversation
I see that you haven't updated any CHANGELOG files. Would it make sense to do so? |
d9b4c0a
to
ee65ce9
Compare
ee65ce9
to
bbd32e1
Compare
SonarQube Quality Gate Maintainability Rating on New Code (is worse than A) See analysis details on SonarQube Fix issues before they fail your Quality Gate with 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") |
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.
this line is so important
No description provided.