-
-
Notifications
You must be signed in to change notification settings - Fork 935
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: capture unsupported error signatures in ContractFunctionRevertedError
#941
Conversation
🦋 Changeset detectedLatest commit: 99af457 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Size Change: +584 B (0%) Total Size: 310 kB
ℹ️ View Unchanged
|
Codecov Report
@@ Coverage Diff @@
## main #941 +/- ##
=======================================
Coverage 99.78% 99.78%
=======================================
Files 260 260
Lines 25020 25045 +25
Branches 1964 1967 +3
=======================================
+ Hits 24967 24992 +25
Misses 50 50
Partials 3 3
|
…dError` (wevm#941) fix: capture unsupported error signatures
PR-Codex overview
This PR focuses on capturing error signatures that do not exist on the ABI in
ContractFunctionRevertedError
. The notable changes are:signature
property toContractFunctionRevertedError
class.