-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Encode & Decode ABI: V3, V4, V5 #489
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #489 +/- ##
===========================================
+ Coverage 48.48% 77.60% +29.11%
===========================================
Files 181 96 -85
Lines 9592 4210 -5382
===========================================
- Hits 4651 3267 -1384
+ Misses 4941 943 -3998
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@leonardocustodio PR is ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add it to the workflows so the tests runs?
|
Encode
andDecode
of ABI for versionsV3
,V4
andV5
.