-
Notifications
You must be signed in to change notification settings - Fork 117
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
Specify version for proto-gen Docker image #2791
Conversation
Is there a test that is run to ensure the generated code is compatible with the old one? Or can we run such a test? I'm asking since the generated code in And I suppose the generated code should be committed as well |
I didn't put the generated file in this change on purpose, as I wanted to only fix the But I think you are right @sifag, and we better rip that bandaid in one go. I did some digging, and found that @timlind committed a new version of the affected file That’s understandable, since that file was affected by PMTP changes. Now, I wonder how @timlind compiled the file, as if he used the @timlind can you tell me how you managed to compile these protobuf files? Greetings |
By the way, I reviewed my assumption that the Based on the date that the It probably doesn't point to the code in version tag But the code pushed to |
Digging deeper, I found that our use of https://github.com/bufbuild/buf/releases/tag/v1.0.0
So, we need to move away from this. Already Cosmos SDK has. I'll see about this. |
The reason that the generated Protocol Buffers Go code that @timlind uploaded to the repository differs from that which is generated via |
356e67a
to
fad0cc9
Compare
Fixes being unable to compile protobufs using: