Skip to content

Missing go package option to proofs.proto #7562

Closed
@blushi

Description

option go_package = "github.com/confio/ics23/go"; is now missing from third_party/proto/confio/proofs.proto, which causes issues with proto files generation, in particular for proto/ibc/lightclients/tendermint/v1/tendermint.proto which imports confio/proofs.proto (see cosmos/ics23#32 for reference).

It has been removed as part of #7527 unintentionally I presume. This

@sed -i '4ioption go_package = "github.com/confio/ics23/go";' $(CONFIO_TYPES)/proofs.proto
doesn't seem to work on Mac OS X.

cc / @marbar3778

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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