-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add support for solc 0.8.24
#6903
Comments
Now that transactions compose differently than message calls, I think that it would be useful with a cheat code to clear the transient storage, so that we can model transactions with message calls. For example, if I want to model the transaction
and transaction composition can be modeled with
|
@andreas-blockswap let's model this new cheatcode in a new issue 🙏 |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Haven't found an issue to track this bump. Here the official release notes: https://github.com/ethereum/solidity/releases/tag/v0.8.24.
Cc: @Evalir @mattsse
The text was updated successfully, but these errors were encountered: