-
Notifications
You must be signed in to change notification settings - Fork 552
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
ignite chain serve
downgrades Cosmos SDK to v0.39.3
#3268
Comments
the $ go get github.com/regen-network/cosmos-proto/protoc-gen-gocosmos github.com/golang/protobuf/protoc-gen-go github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 If you run only this command, you will see the cosmos-sdk dependency being downgraded to Is it a blocking point for this blockchain's developers ? If yes I can investigate further. |
This is helpful when you need to know what command is responsible for a particular change, like in #3268.
This is helpful when you need to know what command is responsible for a particular change, like in #3268. Co-authored-by: Alex Johnson <[email protected]>
Thanks for investigating, @tbruyelle! Let's wait for a reply from the team that encountered the problem 👍 |
I pulled latest ignite cli repo and installed. But same error. ( The debug string became a little detailed) |
We probably need a fix on the CLI. At first glance I would say the CLI shouldn't run |
It started happening to me as well :( ignite version:
go.mod before:
then ignite runs
is there anything I should do? Manually using |
hey @Pitasi, can you try the following steps:
|
Yep, that worked! |
Cool, so to summarize what this alternative version is doing:
I'll put more info in the related PR so it can get merged. |
This is helpful when you need to know what command is responsible for a particular change, like in ignite#3268. Co-authored-by: Alex Johnson <[email protected]>
Before
serve
go.mod
:After
serve
go.mod
:Maybe it's because incompatible peer dependencies?
The text was updated successfully, but these errors were encountered: