Skip to content

Use degit when cloning for the proto generation instead of go get to guarantee the buf dependencies are populated. #264

@Unique-Divine

Description

@Unique-Divine

Although the Golang binary can be used to grab Go files and certain protobufs using go get, this command does not exhaustively guarantee that the protobuf dependencies will be downloaded to the same level that a full clone of the repository will.

To increase the stability of builds that depend on a clone of the NibiruChain/nibiru repo, we can use npx degit to shallow clone, and build the protobufs using the same commands as the Nibiru repo.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions