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

Revert hex processing needs to support odd-length hex strings #123

Open
matthew1001 opened this issue Apr 4, 2024 · 0 comments
Open

Revert hex processing needs to support odd-length hex strings #123

matthew1001 opened this issue Apr 4, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@matthew1001
Copy link
Contributor

#112 removed a check for odd-length revert hex strings, which some EVM nodes (such as Besu) can return in some cases. We need to reinstate support for padding with a leading 0 for any odd-length hex in revert reasons.

@EnriqueL8 EnriqueL8 added the good first issue Good for newcomers label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants