pokt-network / pocket

Official implementation of the Pocket Network Protocol v1
https://pokt.network
MIT License
63 stars 33 forks source link

[Mockgen] For all test artifacts that are manually created #202

Closed andrewnguyen22 closed 1 year ago

andrewnguyen22 commented 2 years ago

__DELETEME: Please make sure to update the Assigness, Labels, Projects, Milestone before submitting the issue_ __DELETEME: Please make sure to add labels for the purpose (e.g. persistence) and priority (e.g. low) of this PR_

Objective

Use mockgen to create mocks in test_artifacts

Origin Document

Currently - test_artifacts under the shared module mocks the genesis and config structures by hand.

IF we can continue to create proper genesis and config files for the debug client we should use mockgen here.

Deliverable

General issue deliverables


Creator: @andrewnguyen22 Co-Owners: @Olshansk

Olshansk commented 1 year ago

Superseded by runtime configs.