We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Migrate from gogo/protobuf to cosmos/gogoproto, ref issue and ref pr
gogo/protobuf
cosmos/gogoproto
We are still using the go mod replace directive to unmaintained code
Switch from the regen fork to the cosmos fork. I'm unsure how involved this work will be outside of updating imports
The text was updated successfully, but these errors were encountered:
I think Simon is actually working on this as part of the upgrade to SDK 0.47. I will check with him.
Sorry, something went wrong.
Lets bring it out as a separate pr, it doesn't need to wait for v0.47 correct?
Unfortunately, it does. IBC depends on SDK 0.46, which still uses gogo/protobuf, so the proto.Message must be using gogo/protobuf.
proto.Message
Successfully merging a pull request may close this issue.
Summary
Migrate from
gogo/protobuf
tocosmos/gogoproto
, ref issue and ref prProblem Definition
We are still using the go mod replace directive to unmaintained code
Proposal
Switch from the regen fork to the cosmos fork. I'm unsure how involved this work will be outside of updating imports
For Admin Use
The text was updated successfully, but these errors were encountered: