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

Extend forwarder interface #583

Merged
merged 8 commits into from
Jul 2, 2020
Merged

Conversation

facuspagnuolo
Copy link
Contributor

Fixes #557

This PR includes the following fixes:

  • Provide new forwarder payable interface
  • Provide new forwarder interface with an extra data field
  • Fix forwarder interfaces to use external functions

@facuspagnuolo facuspagnuolo self-assigned this Jun 10, 2020
@coveralls
Copy link

coveralls commented Jun 10, 2020

Coverage Status

Coverage increased (+0.008%) to 98.87% when pulling e905947 on extend_forwarder_interface into e6ea55f on next.

contracts/forwarding/IForwarder.sol Outdated Show resolved Hide resolved
contracts/forwarding/IForwarderPayable.sol Show resolved Hide resolved
contracts/forwarding/IForwarderV2.sol Outdated Show resolved Hide resolved
contracts/forwarding/IForwarder.sol Outdated Show resolved Hide resolved
contracts/forwarding/IForwarderPayable.sol Outdated Show resolved Hide resolved
contracts/forwarding/IForwarder.sol Outdated Show resolved Hide resolved
contracts/forwarding/IForwarderV2.sol Outdated Show resolved Hide resolved
contracts/forwarding/IForwarderV2.sol Outdated Show resolved Hide resolved
Copy link
Contributor

@sohkai sohkai left a comment

Choose a reason for hiding this comment

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

@facuspagnuolo Did you want to try updating the inheritance tree for the forwarders or should we merge?

@facuspagnuolo
Copy link
Contributor Author

I'll analyze the alternative and push another PR if it convinces me :)

@facuspagnuolo facuspagnuolo merged commit e9f93d9 into next Jul 2, 2020
@facuspagnuolo facuspagnuolo deleted the extend_forwarder_interface branch July 2, 2020 22: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.

IForwarder: provide ability to mark forward() as payable
4 participants