Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fqn resolution of artifacts #822

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

kanej
Copy link
Member

@kanej kanej commented Oct 9, 2024

In the artifact resolver detect whether a FQN is being used to refer to the contract and use Hardhat's own build info resolution method (which assumes an FQN).

This is now covered with an additional integration test for repos with multiple contracts with the same name in different files and an Ignition module where those contracts are referred to by FQNs.

Fixes #778.

In the artifact resolver detect whether a FQN is being used to refer to the
contract and use Hardhat's own build info resolution method as we can rely on
the fqn.

This is now covered with an additional integration test for repos with multiple
contracts with the same name in different files and an Ignition module where
those contracts are referred to by FQNs.

Fixes #778.
@kanej kanej requested review from alcuadrado and zoeyTM October 9, 2024 09:52
Copy link
Contributor

@zoeyTM zoeyTM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@kanej kanej merged commit 09f5434 into development Oct 11, 2024
8 checks passed
@kanej kanej deleted the fix/fqn-name-resolution branch October 11, 2024 19:24
@zoeyTM zoeyTM mentioned this pull request Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Fully-qualified artifact name resolution seems to not actually work
2 participants