Skip to content

Clean up usage of fixtures and optimize unit tests #1259

@shahthepro

Description

@shahthepro

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 contractsdependenciesPull requests that update a dependency filedevopsdevops and infra related things thingsenhancementNew feature or requestgood first issueGood for newcomers

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions