You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
As noted in this comment, there is a valid concern that our duplicate ValidationError exceptions could easily be mixed up, causing us to not be catching the exception we think we are catching.
How can it be fixed
Once ethereum/eth-utils#114 has been done, modify the codebase to use that exception class for all ValidationError exceptions.