foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
73 stars 41 forks source link

feat: `Cancun` EVM version #46

Closed clabby closed 8 months ago

clabby commented 8 months ago

Overview

solc recently added Cancun as an EVM version in EVMVersion.h here. EVMVersions' doc comment calls for syncing up, which will unblock further support in foundry.

mattsse commented 8 months ago

ref https://github.com/foundry-rs/compilers/blob/a420980485681d303c80519eb4dbedbe0caee899/src/artifacts/mod.rs#L783