ethereum / fe

Emerging smart contract language for the Ethereum blockchain.
https://fe-lang.org
Other
1.6k stars 178 forks source link

Add support for transient storage #978

Open g-r-a-n-t opened 7 months ago

g-r-a-n-t commented 7 months ago

What is wrong?

There is currently no way to use tstore or tload in Fe.

see https://docs.soliditylang.org/en/latest/yul.html#evm-dialect

How can it be fixed

MukulKolpe commented 7 months ago

Hey @g-r-a-n-t, can I work on this issue?

Hrushi20 commented 7 months ago

Hey, I'm working on this issue. Was busy with personal works.

g-r-a-n-t commented 7 months ago

hi @MukulKolpe, are you interested in working on transient storage specifically?

MukulKolpe commented 7 months ago

Hi @g-r-a-n-t, I'm open to working on other areas too. Is there anything else I can start with?