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

feat(cast): display creation code in the cast run trace with verbosity flag set #8906

Closed
CodeSandwich opened this issue Sep 19, 2024 · 0 comments · Fixed by #8941
Closed
Labels
C-cast Command: cast good first issue Good for newcomers T-feature Type: feature

Comments

@CodeSandwich
Copy link
Contributor

CodeSandwich commented Sep 19, 2024

Component

Cast

Describe the feature you would like

Currently cast run doesn't display the creation code in its trace. Whenever a contract is deployed, only the contract name is displayed, and only if the contract has been verified on Etherscan. AFAIK there's no way around it, none of the flags lets you learn what unverified contracts were deployed in the transaction and with what constructor arguments, even though the VM obviously has this information.

It would be great if passing --verbose to cast run made the log include the creation code.

Additional context

No response

@CodeSandwich CodeSandwich added T-feature Type: feature T-needs-triage Type: this issue needs to be labelled labels Sep 19, 2024
@zerosnacks zerosnacks changed the title Display creation code in the cast run trace feat(cast): display creation code in the cast run trace with verbosity flag set Sep 20, 2024
@zerosnacks zerosnacks added C-cast Command: cast good first issue Good for newcomers and removed T-needs-triage Type: this issue needs to be labelled labels Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-cast Command: cast good first issue Good for newcomers T-feature Type: feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants