issues
search
foundry-rs
/
foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.33k
stars
1.76k
forks
source link
fix(`coverage`): allow `ir-minimum` for versions < 0.8.5
#9341
Closed
grandizzy
closed
2 days ago
grandizzy
commented
3 days ago
Motivation
Closes #9322
Solution
sanitize solc settings to 0.8.4 version if version cannot be autodetected per discussion
https://github.com/foundry-rs/foundry/issues/9322#issuecomment-2482698667
remove 0.8.13 restriction, update message to reflect via-ir production ready
test
Motivation
Closes #9322
Solution