-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
feat(forge): forge flatten
#312
Labels
T-feature
Type: feature
Comments
brockelmore
changed the title
feat(forge):
feat(forge): Dec 26, 2021
forge expand Contract.sol:Contract
forge expand
I think this is typically called |
Yeah this would be analogous to |
sure i was basing it off of |
Merged
closed #506 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add an
flatten
command that would grab a contract and its dependencies and print to stdout. With the other issues aroundverify-contract
, this would provide at the very least users the ability to get forge's best guess at what the compiler is doing with the standard-json input and allow a user to tweak and manually verify if needed. Also I imagine this will surface issues aroundverify-contract
for debugging it.i.e.:
would print out:
The text was updated successfully, but these errors were encountered: