Skip to content
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

Merged
merged 12 commits into from
Dec 30, 2024

Conversation

d10r
Copy link
Collaborator

@d10r d10r commented Dec 20, 2024

#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.

Copy link

github-actions bot commented Dec 20, 2024

Changelog Reminder

Reminder to update the CHANGELOG.md for any of the modified packages in this PR.

  • CHANGELOG.md modified
  • Double check before merge

@d10r d10r changed the title [WIP] [ETHEREUM-CONTRACTS] fix simple forwarder (alternative solution) Dec 23, 2024
@d10r d10r marked this pull request as ready for review December 23, 2024 18:42
@d10r d10r requested a review from hellwolf as a code owner December 23, 2024 18:42
Copy link
Contributor

@hellwolf hellwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait.

changelog?

@d10r d10r requested review from kasparkallas and a team as code owners December 23, 2024 19:28
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.15%. Comparing base (d199860) to head (47242a1).
Report is 1 commits behind head on dev.

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           
Flag Coverage Δ
ethereum-contracts 94.22% <100.00%> (ø)
sdk-core 88.15% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hellwolf hellwolf merged commit 1edc4ed into dev Dec 30, 2024
24 checks passed
@hellwolf hellwolf deleted the fix-simple-forwarder-2 branch December 30, 2024 09:25
Copy link

XKCD Comic Relif

Link: https://xkcd.com/2045
https://xkcd.com/2045

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants