Closed rareweasel closed 2 years ago
The VotingEscrow.vy contract uses a Migrator interface internally, but the current test implementation doesn't use an interface.
VotingEscrow.vy
Migrator
test
My suggestion is to create a IMigrator.sol interface and use it in the NextVe.sol test contract.
IMigrator.sol
NextVe.sol
Note: It isn't a high priority. It is just to tracking and don't loss the tracking of the issue.
We will create it once we need it
The
VotingEscrow.vy
contract uses aMigrator
interface internally, but the currenttest
implementation doesn't use an interface.My suggestion is to create a
IMigrator.sol
interface and use it in theNextVe.sol
test
contract.Note: It isn't a high priority. It is just to tracking and don't loss the tracking of the issue.