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
// Since
Some protobuf // Since: comments are wrong, because of the v045 release.
// Since:
ref: cosmos/ibc-go#763 (comment)
Since: cosmos-sdk 0.45
Since: cosmos-sdk 0.46
Since: cosmos-sdk 0.43
The text was updated successfully, but these errors were encountered:
gov should have a Since: cosmos-sdk 0.46
do you mean every message in gov v1beta2 should have this?
Sorry, something went wrong.
since:
No, we deicded to only do the package. See for example authz:
cosmos-sdk/proto/cosmos/authz/v1beta1/authz.proto
Line 1 in ab95455
tac0turtle
Successfully merging a pull request may close this issue.
Problem Definition
Some protobuf
// Since:
comments are wrong, because of the v045 release.ref: cosmos/ibc-go#763 (comment)
Proposal
Since: cosmos-sdk 0.45
should be replaced withSince: cosmos-sdk 0.46
, as v045 is not proto-breaking.Since: cosmos-sdk 0.46
Since: cosmos-sdk 0.43
inside gov v1beta2 should be removed.For Admin Use
The text was updated successfully, but these errors were encountered: