-
Notifications
You must be signed in to change notification settings - Fork 32
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
Check UserOperation Sender #335
base: feat/aa-v7
Are you sure you want to change the base?
Conversation
…nction, adding PackedUserOperation import, and updating tests to validate handleOps with KintoWallets.
Check UserOperation Sender
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Slither reportTHIS CHECKLIST IS NOT COMPLETE. Use
encode-packed-collisionImpact: High
kinto-core/src/inflators/KintoInflator.sol Lines 145 to 187 in 51e9154
unchecked-transferImpact: High
kinto-core/src/access/workflows/AaveWithdrawWorkflow.sol Lines 50 to 64 in 51e9154
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feat/aa-v7 #335 +/- ##
==============================================
+ Coverage 88.70% 89.18% +0.47%
==============================================
Files 41 41
Lines 2533 2525 -8
==============================================
+ Hits 2247 2252 +5
+ Misses 286 273 -13
|
if (_isSystemContract[to]) return true; | ||
|
||
// Deployer EOAs are allowed to use CREATE and CREATE2 | ||
if (to == address(0) || to == CREATE2) { |
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.
why are we removing this logic?
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.
is this function not called anymore by geth?
Description
Type of change
Checklist:
main
, or there's a description of how to mergeIssue Resolution