-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
contractsWorks related to contractsWorks related to contractsdependenciesPull requests that update a dependency filePull requests that update a dependency filedevopsdevops and infra related things thingsdevops and infra related things thingsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Right now, the contracts use hardhat-deploy plugin for deployments. However, we have been wrongly using ethereum-waffle package's createFixtureLoader() method. This essentially means that right now, none of the unit/fork tests are using fixtures at all. Changing them to use hardhat-deploy packages deployments.createFixture fastens the tests by quite a significant time
Metadata
Metadata
Assignees
Labels
contractsWorks related to contractsWorks related to contractsdependenciesPull requests that update a dependency filePull requests that update a dependency filedevopsdevops and infra related things thingsdevops and infra related things thingsenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
In progress