Skip to content
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

fix: Pin cosmos-sdk version to v0.45 #746

Merged
merged 2 commits into from
Jul 27, 2022
Merged

Conversation

NibiruHeisenberg
Copy link
Contributor

The command go get github.com/cosmos/cosmos-sdk 2>/dev/null will fetch cosmos-sdk@v0.46.0 which will break the proto generation.

Pin to v0.45 for now until we have a workaround.

@NibiruHeisenberg NibiruHeisenberg requested a review from a team as a code owner July 26, 2022 22:33
@NibiruHeisenberg NibiruHeisenberg self-assigned this Jul 26, 2022
@NibiruHeisenberg NibiruHeisenberg linked an issue Jul 26, 2022 that may be closed by this pull request
@AgentSmithMatrix AgentSmithMatrix merged commit 8e5a409 into master Jul 27, 2022
@AgentSmithMatrix AgentSmithMatrix deleted the fix/protogen-script branch July 27, 2022 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update chain to version 0.46 of Cosmos SDK.
2 participants