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

cosmos SDK package version not found #3832

Closed
gupadhyaya opened this issue Dec 8, 2023 · 0 comments · Fixed by #3833
Closed

cosmos SDK package version not found #3832

gupadhyaya opened this issue Dec 8, 2023 · 0 comments · Fixed by #3833
Assignees
Labels
type:error Something isn't working

Comments

@gupadhyaya
Copy link

Describe the bug
Did a go mod replace of cosmos-sdk with our fork on the new gm app and running ignite chain build fails with cosmos SDK package version not found.

To reproduce
Steps to reproduce the behavior:

  1. ignite scaffold chain gm --address-prefix gm
  2. go mod edit -replace github.com/cosmos/cosmos-sdk=github.com/rollkit/[email protected]
  3. go mod tidy
  4. ignite chain build

What version are you using?

ignite version
Ignite CLI version:		v28.0.0
Ignite CLI build date:		2023-12-06T08:52:35Z
Ignite CLI source hash:		936476c9358bcda4a67475ea521f1c4a39759dbe
Ignite CLI config version:	v1
Cosmos SDK version:		v0.50.1
Your OS:			darwin
Your arch:			arm64
Your Node.js version:		v17.9.0
Your go version:		go version go1.21.5 darwin/arm64

Provide the output of the ignite version command.

ignite chain build
Cosmos SDK's version is: v0.50.1

✘ Cannot build app:

cosmos SDK package version not found
@julienrbrt julienrbrt self-assigned this Dec 8, 2023
@salmad3 salmad3 added the type:error Something isn't working label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:error Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants