-
Notifications
You must be signed in to change notification settings - Fork 78
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: Introduce Modules V2 with more flexibility #562
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #562 +/- ##
==========================================
+ Coverage 93.63% 93.98% +0.34%
==========================================
Files 20 30 +10
Lines 330 432 +102
Branches 76 98 +22
==========================================
+ Hits 309 406 +97
- Misses 10 15 +5
Partials 11 11 ☔ View 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.
Awesome work @alainncls! This would unblock a lot of the use cases we have been exploring. Thank you for your efforts. I would like to suggest you also update the ECDSAModule.sol
replacing msg.sender
with portal
. That's a really useful one.
78d100f
to
723a9f3
Compare
581c2b6
to
f607329
Compare
723a9f3
to
e9fd811
Compare
✅ Deploy Preview for verax-tutorial ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
e9fd811
to
86f4ab8
Compare
86f4ab8
to
e0e1888
Compare
e0e1888
to
d8eea55
Compare
What does this PR do?
Introduces a "Modules V2" feature, for more flexibility and more use cases
IssuersPortal
V1 = 694065IssuersPortal
V2 = 694780=> Increased by 0.1% (715 gas)
Related ticket
Fixes #574
Type of change
Check list