-
Notifications
You must be signed in to change notification settings - Fork 4.2k
fix(reflection): Fix gogoproto import paths #14838
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
Changes from 3 commits
e1fea2f
d3e5cce
9816879
9a4a9f8
193cb38
da9a2f5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ require ( | |
| github.com/cosmos/cosmos-proto v1.0.0-beta.1 // indirect | ||
| github.com/cosmos/go-bip39 v1.0.0 // indirect | ||
| github.com/cosmos/gogogateway v1.2.0 // indirect | ||
| github.com/cosmos/gogoproto v1.4.3 // indirect | ||
| github.com/cosmos/gogoproto v1.4.4 // indirect | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://github.com/cosmos/cosmos-sdk/actions/runs/4047744533/jobs/6962151076
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do you have a recommendation for this PR? Bumping all to v1.4.4 seems to break some tests (like confix). I reverted all of the bumps, then only bumped to v1.4.4 the ones that don't depend on cosmos-sdk@v.047-rc1 (e.g. root, store, api), then ./scripts/go-mod-tidy-all. And committed the result. In any case, the cleanest way might be to tag rc2 after this PR, and bump every remaining module to rc2+v1.4.4
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, makes sense. Before rc2, I think we need to, though: #14818
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sounds good, I'll let you decide when's the best time to tag rc2 |
||
| github.com/cosmos/gorocksdb v1.2.0 // indirect | ||
| github.com/cosmos/iavl v0.19.4 // indirect | ||
| github.com/cosmos/ledger-cosmos-go v0.12.1 // indirect | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.