-
Notifications
You must be signed in to change notification settings - Fork 10
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
Vanilla 1271 for isValidSignatureWithSender
in K1Validator
#169
Vanilla 1271 for isValidSignatureWithSender
in K1Validator
#169
Conversation
Vanilla 1271 for
|
Severity Level | Results | |
---|---|---|
Contracts | Critical High Medium Low Note Total |
0 1 0 7 25 33 |
For more details view the full report in OpenZeppelin Code Inspector
tbh depends on what validator supports so looks ok. |
Changes to gas cost
🧾 Summary (5% most significant diffs)
Full diff report 👇
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #169 +/- ##
==========================================
- Coverage 93.94% 93.82% -0.13%
==========================================
Files 14 14
Lines 727 729 +2
Branches 165 139 -26
==========================================
+ Hits 683 684 +1
- Misses 44 45 +1
Continue to review full report in Codecov by Sentry.
|
🤖 Slither Analysis Report 🔎Slither report
# Slither report
_This comment was automatically generated by the GitHub Actions workflow._
THIS CHECKLIST IS NOT COMPLETE. Use
unused-return🟡 Impact: Medium
base/ERC7739Validator.sol#L176-L206 constable-statesImpact: Optimization
|
Well, I think this approach is not safe. |
note to self, we have already merged some code. need to revert that and go with changes / no changes at all. |
check #177 |
closing in favour of #177 |
Addresses #168
I made the order:
if not,
assuming most protocols will switch to 7739
However, interested in hearing your thoughts if I should switch, as checking 1271 is very cheap compared to parsing 7739 data.