-
Notifications
You must be signed in to change notification settings - Fork 1
MCMS: Add WrongNonce error for EVM to skip #539
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 49e0fac The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Pull Request Overview
This PR adds handling for the WrongNonce error in the EVM nonce error detection logic. The change allows the system to skip operations that encounter either WrongNonce or the existing PostOpCountReached error.
Key Changes:
- Extended the nonce error check to include
WrongNoncealongsidePostOpCountReached
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
jkongie
left a comment
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.
Please also add a changeset so that it gets put into the next version with a changelog item
pnpm changeset add
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.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
ecPablo
left a comment
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.
Thanks @simsonraj





https://github.com/smartcontractkit/chainlink-deployments/actions/runs/18708625042/job/53468267687
EVM is missing
WrongNoncedecoded error to run the execute withskip-nonce-errors, which just happened on Sonic