You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.
How can we help apply formal verification on the Huff language? Is the verification of the weierstrudel smart contract a good starting point? Would the huff-rs compiler itself benefit from a formal verification of its code? Thanks.
My current approach to formally verifying Huff code bases such as METH is by leveraging hevm to verify a spec written in Solidity: https://github.com/Philogy/meth-weth/blob/main/test/fv/METH.fv.sol As of this writing hevm is missing some features (such as symbolic pranks) but dxo (hevm dev) has told me these features are coming soon™️.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
How can we help apply formal verification on the Huff language? Is the verification of the weierstrudel smart contract a good starting point? Would the
huff-rs
compiler itself benefit from a formal verification of its code? Thanks.Guillaume Claret for https://formal.land/
The text was updated successfully, but these errors were encountered: