ethereum / fe

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

transientStorage functions #982

Closed Hrushi20 closed 3 months ago

Hrushi20 commented 7 months ago

Pull Request adds TransientStorage functions to fe based on issue #978

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

@Hrushi20 you can test locally using cargo test or cargo test --features solc-backend

I forgot to mention that solc-rust will need to be updated from 0.8.22 to 0.8.24. this is usually a pretty straight forward task

Hrushi20 commented 6 months ago

Sorry for the late fix. Got caught up with other works.

Hrushi20 commented 6 months ago

Hey, how do I fix the broken tests?