-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug]: v0.47.11 bumps x/exp and is incompatible with gogoproto 1.4.10 #20159
Comments
We cannot simply bump it as explained in the other issue. If we bump we force everyone to use the new API, and we don't introduce such breakage in a patch release. In the future we wil remove x/exp from our direct dependencies to avoid this. |
Thanks @julienrbrt For the sake of posterity, one needs to add
to their |
We cannot upgrade beyond 1.12.1 because of the x/ext slices mess: - ethereum/go-ethereum#27909 - cosmos/cosmos-sdk#20159
Chiming back here, we've deleted the x/exp dependency in gogoproto 1.7.0. |
Is there an existing issue for this?
What happened?
I updated my project to cosmos-sdk v0.47.11 and I'm getting the
issue described in #18415.
The issue seems to stem from v0.47.11 bumping the x/exp package from
v0.0.0-20230711153332-06a737ee72cb
tov0.0.0-20230905200255-921286631fa9
in cdb519f.Cosmos SDK Version
0.47.11
How to reproduce?
Update your project from 0.47.10 to 0.47.11 and try to build.
The text was updated successfully, but these errors were encountered: