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

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

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