delvtech / council

Flexible DAO governance smart contracts, developed by Delv.
Apache License 2.0
93 stars 19 forks source link

Add changeDelegation to ILockingVault #76

Closed DannyDelott closed 1 year ago

DannyDelott commented 1 year ago

Based on previous discussion, this PR adds the changeDelegation method to the ILockingVault interface so that we can safely expect all locking vaults to include delegation via this prescribed method name + args.

This was done by copying the changeDelegation signature and docblock from here: https://github.com/element-fi/council/blob/main/contracts/vaults/LockingVault.sol

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3314381926


Totals Coverage Status
Change from base Build 2073398413: 0.0%
Covered Lines: 506
Relevant Lines: 523

💛 - Coveralls