enzymefinance / protocol

Enzyme Protocol Implementation

Home Page:https://enzyme.finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After upgrade to solidity ^0.6.2, interfaces should inherit base interfaces

SeanJCasey opened this issue · comments

E.g., IVault is ISpoke, etc

Also, when we fix this one we can decide whether we want interfaces to expose all functions or just the ones that are used internally. i.e. are the interfaces for the public to consume, or are they just internal to our system.