Skip to content

INIT: generate cosmos-sdk mock modules #2433

@Pantani

Description

@Pantani

create a make or script command to fetch the cosmos-sdk and auto-generate the mocks for a module

eg:

make generate-sdk-mock ARGS="staking,bank"
or
./scripts/generate-sdk-mock staking,bank

This command should clone the cosmos-sdk repo and run the mockery into the module folder.

This can be useful if the module updates or we need to add support to mock a new module.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions