-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: restructuring 07-tendermint lightclient directory layout #1677
chore: restructuring 07-tendermint lightclient directory layout #1677
Conversation
@@ -2,7 +2,7 @@ syntax = "proto3"; | |||
|
|||
package ibc.lightclients.tendermint.v1; | |||
|
|||
option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/07-tendermint/types"; | |||
option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/07-tendermint;tendermint"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is key - note the ;tendermint
suffix in order to override the package name in the generated .pb.go files.
Otherwise the tendermint.pb.go
file would have a package definition of package _07_tendermint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 -- shouldnt we add a note that this is API breaking to the CHANGELOG?
* restructing 06-solomachine folder layout * tidy go modules * fixing dead link * adding changelog entry
…os#1677) * restructuring 07-tendermint lightclient directory tree * adding changelog entry * chore: restructuring 06-solomachine lightclient directory layout (cosmos#1679) * restructing 06-solomachine folder layout * tidy go modules * fixing dead link * adding changelog entry
Description
07-tendermint/types
to07-tendermint
ref: #124
closes: #124
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes