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

WIP: core/IFuseFeeDistributor interface is currently incomplete #54

Closed

Conversation

zerosnacks
Copy link
Contributor

@zerosnacks zerosnacks commented Jun 7, 2022

Minor issue but it fixes the incompleteness of the interface.

Closes: #9

Updates core/IFuseFeeDistributor interface as it is currently incomplete.

The interface generator automatically uses memory instead of calldata upon constructing the interface which is incorrect.
Perhaps there is a way of adding that information to the generated ABI so that the interfaces can be reconstructed correctly.


function renounceOwnership() external;

function transferOwnership(address newOwner) external;

function() external payable;
Copy link
Contributor Author

@zerosnacks zerosnacks Jun 7, 2022

Choose a reason for hiding this comment

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

It is not exactly clear to me why this would need to be part of the interface (line 162) but I left it in for now

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.

Core/IFuseFeeDistributor interface is currently incomplete
1 participant