fix(reflection): Fix gogoproto import paths (backport #14838)#14851
Merged
julienrbrt merged 5 commits intorelease/v0.47.xfrom Jan 31, 2023
Merged
fix(reflection): Fix gogoproto import paths (backport #14838)#14851julienrbrt merged 5 commits intorelease/v0.47.xfrom
julienrbrt merged 5 commits intorelease/v0.47.xfrom
Conversation
(cherry picked from commit d0a5bd1) # Conflicts: # api/go.mod # api/go.sum # go.mod # store/go.mod # store/go.sum # tests/go.mod # x/circuit/go.mod # x/circuit/go.sum # x/evidence/go.mod # x/evidence/go.sum # x/feegrant/go.mod # x/feegrant/go.sum # x/nft/go.mod # x/nft/go.sum # x/upgrade/go.mod # x/upgrade/go.sum
Contributor
|
I'll fix conflicts here Edit: done |
amaury1093
reviewed
Jan 31, 2023
CHANGELOG.md
Outdated
|
|
||
| * (types/coin) [#14715](https://github.com/cosmos/cosmos-sdk/pull/14715) `sdk.Coins.Add` now returns an empty set of coins `sdk.Coins{}` if both coins set are empty. | ||
| * This is a behavior change, as previously `sdk.Coins.Add` would return `nil` in this case. | ||
| * (reflection) [#14838](https://github.com/cosmos/cosmos-sdk/pull/14838) We now require that all proto files' import path (i.e. the OS path) matches their fully-qualified package name. For example, proto files with package name `cosmos.my.pkg.v1` should live in the folder `cosmos/my/pkg/v1/*.proto`. |
Contributor
There was a problem hiding this comment.
I added a changelog entry. @julienrbrt I think this needs an UPGRADING.md entry TBH, or else if app devs don't do this, they'll see an error, and it's not so obvious. I can work on that in a follow-up.
amaury1093
approved these changes
Jan 31, 2023
julienrbrt
approved these changes
Jan 31, 2023
19 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automatic backport of pull request #14838 done by Mergify.
Cherry-pick of d0a5bd1 has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/github/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refreshwill re-evaluate the rules@Mergifyio rebasewill rebase this PR on its base branch@Mergifyio updatewill merge the base branch into this PR@Mergifyio backport <destination>will backport this PR on<destination>branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com