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: Nonce mismatch when broadcasting in setup function #923

Merged
merged 3 commits into from
Feb 24, 2025

Conversation

Jrigada
Copy link
Contributor

@Jrigada Jrigada commented Feb 20, 2025

What 💻

  • Avoid syncing with the EVM nonce while executing a broadcastable transaction in zkVM.

Why ✋

  • A nonce mismatch error occurs when attempting to broadcast again. The provider had an updated nonce reflecting the broadcasted transactions from the setup, but we were behind this nonce.

Evidence 📷

  • New test with reported example that fail now pass

Documentation 📚

Please ensure the following before submitting your PR:

  • Check if these changes affect any documented features or workflows.
  • Update the book if these changes affect any documented features or workflows.

@Jrigada Jrigada requested a review from a team as a code owner February 20, 2025 14:52
@Jrigada Jrigada requested a review from nbaztec February 20, 2025 17:27
@Jrigada Jrigada merged commit cdef273 into main Feb 24, 2025
23 checks passed
@Jrigada Jrigada deleted the fix-nonce-mismatch-on-broadcasting-in-setup branch February 24, 2025 18:09
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