-
Notifications
You must be signed in to change notification settings - Fork 240
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
[ETHEREUM-CONTRACTS] fix simple forwarder (alternative solution) #2045
Conversation
Changelog ReminderReminder to update the CHANGELOG.md for any of the modified packages in this PR.
|
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.
wait.
changelog?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #2045 +/- ##
=======================================
Coverage 88.15% 88.15%
=======================================
Files 109 109
Lines 6862 6862
Branches 987 985 -2
=======================================
Hits 6049 6049
Misses 811 811
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
XKCD Comic RelifLink: https://xkcd.com/2045 |
#2044 fixes the issue by removing the
onlyOwner
clause from SimpleForwarder.This PR fixes it by giving up on the idea of having the contract deployed in the constructor of Superfluid, allowing the SimpleForwarder contract to remain unchanged, at the price of adding another constructor argument to Superfluid.