-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
refactor[test]: add sanity checks to abi decode tests #4096
base: master
Are you sure you want to change the base?
refactor[test]: add sanity checks to abi decode tests #4096
Conversation
--------- Co-authored-by: trocher <rocher14@live.fr>
--------- Co-authored-by: trocher <rocher14@live.fr>
it is redundant now with the make_setter checks!
Co-authored-by: trocher <trooocher@proton.me>
Co-authored-by: trocher <trooocher@proton.me>
Co-authored-by: trocher <trooocher@proton.me>
5650c70
to
a58fda0
Compare
# parent payload - this word will be considered as the head of the abi-encoded inner array | ||
# and it will be added to base ptr leading to an arithmetic overflow | ||
2**256 - 0x60, | ||
2**256 | ||
- 0x60, |
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.
weird formatting
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.
result of linting
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4096 +/- ##
==========================================
- Coverage 91.32% 90.42% -0.90%
==========================================
Files 109 109
Lines 15557 15557
Branches 3416 3416
==========================================
- Hits 14207 14067 -140
- Misses 920 1032 +112
- Partials 430 458 +28 ☔ View full report in Codecov by Sentry. |
What I did
How I did it
How to verify it
Commit message
Commit message for the final, squashed PR. (Optional, but reviewers will appreciate it! Please see our commit message style guide for what we would ideally like to see in a commit message.)
Description for the changelog
Cute Animal Picture