-
Notifications
You must be signed in to change notification settings - Fork 941
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
vm.nonce is not updated in contract calls. #70
Comments
See also foundry-rs/foundry#8811 |
Thanks for reporting. Yes I'm aware of this behavior, it's being discussed here: #57. I don't seem to be able to do anything about it from my side, we've gotta wait for the Foundry folks to fix. |
The workaround proposed by Foundry is to use the On the other hand, I created #77 so that the option is included in the Usage section of the README |
will include in the next minor release the change in the README. Thanks everyone. |
Based on this issue in the foundry repo looks like the nonce of an address is only updated if that address is used to deploy a contract but not for calling functions
foundry-rs/foundry#8584
Therefore challenges like
ThePuppet
can't be finished as the player doesn't deploy any contract but the required nonce has to be one.The text was updated successfully, but these errors were encountered: