-
Notifications
You must be signed in to change notification settings - Fork 194
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 transient storage #978
Comments
Hey @g-r-a-n-t, can I work on this issue? |
Hey, I'm working on this issue. Was busy with personal works. |
hi @MukulKolpe, are you interested in working on transient storage specifically? |
Hi @g-r-a-n-t, I'm open to working on other areas too. Is there anything else I can start with? |
hi, can i take on this ? |
I am open to work on this task if needed. |
the implementation provided here #982 is good, but the implementer ran into some issues with the build after updating the solc bindings. this is usually the case when updating such a dependency and it's not fun to fix. |
I agree, would you like it to be built without bindings or shall I try to fix the issue? |
What is wrong?
There is currently no way to use
tstore
ortload
in Fe.see https://docs.soliditylang.org/en/latest/yul.html#evm-dialect
How can it be fixed
__tstore
and__tload
intrinsicsevm::tstore
andevm::tload
to the std libThe text was updated successfully, but these errors were encountered: