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(evm): always decode EVM reverts #8419

Merged
merged 1 commit into from
Jul 11, 2024
Merged

fix(evm): always decode EVM reverts #8419

merged 1 commit into from
Jul 11, 2024

Conversation

DaniPopes
Copy link
Member

When a function was not known, the revert data was never decoded. Make sure we always decode revert data.
Closes #7265

@DaniPopes DaniPopes merged commit ef62fdb into master Jul 11, 2024
20 checks passed
@DaniPopes DaniPopes deleted the dani/revert-decoding branch July 11, 2024 17:36
mattsse pushed a commit to paradigmxyz/revm-inspectors that referenced this pull request Jul 12, 2024
Display the full data instead of "xyz bytes" when a CREATE reverts.
Related to foundry-rs/foundry#8419.
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.

feat(forge): show test traces of errors in constructors
2 participants