-
Notifications
You must be signed in to change notification settings - Fork 15
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 starting at 0 #61
Fix nonce starting at 0 #61
Conversation
Hm, this is weird. A lot of tests used to fail for me when I was doing this. |
With the new change I just pushed this are the differences on the tests results:
Have in mind this PR depends on lambdaclass/era-contracts#24, I forgot to mention it |
Thank you sir 🫡 |
@gianbelinche shall we merge this PR into #60 ? |
You are right, I created a PR on the lambdaclass fork, lambdaclass#1, we are not going to merge it yet, since it needs more reviews, have in mind this PR still depends on it lambdaclass/era-contracts#24 I'll close this one |
What ❔
This PR fixes some tests that expected the nonce on EVM to start at 1, while we start it at 0.
This PR depends on lambdaclass/era-contracts#24
Why ❔
Checklist
cargo fmt
and checked withcargo clippy
.