Feature request: --disable-metadata
as CLI option to forge build
#7488
Labels
T-feature
Type: feature
--disable-metadata
as CLI option to forge build
#7488
Component
Forge
Describe the feature you would like
An equivalent of passing
--no-cbor-metadata --metadata-hash none
tosolc
, or addingto
foundry.toml
, this CLI feature would help stabilise the generated EVM bytecode.Additional context
I am working on the development of Kontrol, a tool for formal verification of Ethereum smart contracts. As part of our verification pipeline, we would like to be able to switch this metadata manually using CLI. This would allow our analyses to scale better, while not requiring client-side changes.
The text was updated successfully, but these errors were encountered: