-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat:add support for delegate calltype #108
Conversation
Changes to gas cost
🧾 Summary (5% most significant diffs)
Full diff report 👇
|
feat:add support for delegate calltype
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #108 +/- ##
==========================================
- Coverage 88.97% 87.29% -1.68%
==========================================
Files 13 13
Lines 526 559 +33
Branches 137 122 -15
==========================================
+ Hits 468 488 +20
- Misses 56 69 +13
Partials 2 2
Continue to review full report in Codecov by Sentry.
|
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.
I suggest introducing changes described above
As well as adding at least a couple of tests to make sure both _executeDelegatecall
and _tryExecuteDelegatecall
actually work
test/foundry/unit/concrete/accountexecution/TestAccountExecution_ExecuteFromExecutor.t.sol
Outdated
Show resolved
Hide resolved
hardhat tests are failing. converting this to draft |
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.
LGTM 🙏
p.s. please note, there are linting errors
I will add one for try as well. |
🤖 Slither Analysis Report 🔎Slither report
# Slither report
_This comment was automatically generated by the GitHub Actions workflow._
THIS CHECKLIST IS NOT COMPLETE. Use
constable-statesImpact: Optimization
|
No description provided.