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

DRAFT: feat(cast): let cast interface look for abi file in the out folder #7528

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DrakeEvans
Copy link
Contributor

@DrakeEvans DrakeEvans commented Mar 30, 2024

Motivation

cast interface command needs a full file path to the abi which is annoying to look up. Other commands just need the contract name

Solution

If a name is passed instead of an address/abi_path we look for it in the out folder (which is loaded from the config file)

Help Needed

I'm not sure where the proper location for the find_file_in_folders function is. I would appreciate help getting this PR over the line. As of now it is missing tests

@DrakeEvans DrakeEvans force-pushed the feature/cast-interface-find-abi branch from f9a2df5 to f8cf8d4 Compare April 1, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants