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

EVM: Fix Sequencer Nonce #1014

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Conversation

orkunkilic
Copy link
Contributor

Description

Sequencer only uses its own private key to wrap & sign EVM transactions. However current implementation tries to use original sender's nonce while signing, which fails on stateful verification.

Linked Issues

  • Fixes # (issue, if applicable)
  • Related to # (issue)

Testing

Describe how these changes were tested. If you've added new features, have you added unit tests?

Docs

Describe where this code is documented. If it changes a documented interface, have the docs been updated?

@bkolad bkolad enabled auto-merge October 10, 2023 13:14
@bkolad bkolad added this pull request to the merge queue Oct 10, 2023
Merged via the queue into Sovereign-Labs:nightly with commit 22f51a7 Oct 10, 2023
11 checks passed
@bkolad bkolad deleted the orkun/fix-nonce branch October 10, 2023 22:28
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.

2 participants