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

[Feature] Convenient way to decode a contract error #106

Closed
DaniPopes opened this issue Jun 12, 2023 · 0 comments · Fixed by #153
Closed

[Feature] Convenient way to decode a contract error #106

DaniPopes opened this issue Jun 12, 2023 · 0 comments · Fixed by #153
Labels
enhancement New feature or request

Comments

@DaniPopes
Copy link
Member

Component

sol-type, sol! macro

Describe the feature you would like

Currently we generate a ContractErrors enum, which is fine for custom errors but cannot be used to also decode Solidity panics and reverts.
We should provide some way to easily decode all of the above in one method

Additional context

No response

@DaniPopes DaniPopes added the enhancement New feature or request label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant