Skip to content

0.3.5

Compare
Choose a tag to compare
@montyly montyly released this 18 Oct 14:17
· 91 commits to master since this release
3a4b0de

0.3.5 - 2023-10-18

This release enables building a single file for Foundry projects:

  • Running crytic-compile contracts/file.sol will automatically resolve the necessary imports and compile only the relevant files. Note, this requires providing the solc version in the project's foundry.toml.
  • Tests and scripts files are no longer compiled by default. This will impact echidna and medusa users. To include them, use --foundry-compile-all, or run the tool on the target file instead of the project directory.

Additionally, this releases improves the support for vyper, and adds three new etherscan-like platform (base, gnosis, and zkevm).

What's Changed

CI

New Contributors

Full Changelog: 0.3.4...0.3.5