Skip to content

Global cleanup for smart contract Go bindings generator #3049

@pdyraga

Description

@pdyraga

This issue is a followup of #3016.

We could have a global make clean that would execute a cleanup on each level of gen/. Right now, to regenerate files from scratch, we need to:

cd pkg/chain
cd random-beacon/gen && make clean && cd ../..
cd ecdsa/gen && make clean && cd ../..
cd threshold-network/gen && make clean && cd ../..
cd tbtc-v2/gen && make clean && cd ../..

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions