makerdao / dss-interfaces

Abstract developer interfaces to the Dai Stablecoin System core contracts.
GNU Affero General Public License v3.0
33 stars 26 forks source link

Update for solc 0.6.x+ compat #28

Closed brianmcmichael closed 4 years ago

brianmcmichael commented 4 years ago

Updates dss-interfaces for solc 0.6+ compatibility.

Did require the removal of a couple of the aliased interfaces, because interfaces can't inherit from each other.