Rari-Capital / fuse-v1

Smart contracts for Fuse V1 by Rari Capital.
Other
3 stars 3 forks source link

WIP: core/IFuseFeeDistributor interface is currently incomplete #54

Closed zerosnacks closed 1 year ago

zerosnacks commented 2 years ago

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.