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: identification of contracts in scripts #9346

Closed klkvr closed 3 days ago

klkvr commented 3 days ago

Motivation

Right now this would fail if there're any contracts with the same name in project due to https://github.com/foundry-rs/foundry/blob/2dcc84fdc4188a3a5dffce7a6b2d7fabb9aca8d9/crates/common/src/contracts.rs#L255-L257

Solution

Use complete identifier when getting artifact

mattsse commented 3 days ago

failure unrelated