You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently simdv2 version display the simapp version.
As it uses the Cosmos SDK version command, simdv2 version --long displays all the dependencies and specifically the cosmos sdk version.
We should add in that long description a specific field for runtime/v2, stf and server/v2/cometbft versions.
This should displayed on --long only when those dependencies are present in the chain dependency (to make sure it is using v2).
Currently
simdv2 version
display the simapp version.As it uses the Cosmos SDK version command,
simdv2 version --long
displays all the dependencies and specifically the cosmos sdk version.We should add in that long description a specific field for runtime/v2, stf and server/v2/cometbft versions.
This should displayed on
--long
only when those dependencies are present in the chain dependency (to make sure it is using v2).cosmos-sdk/version/version.go
Line 87 in 227854e
We should as well add it here:
cosmos-sdk/proto/cosmos/base/tendermint/v1beta1/query.proto
Lines 153 to 154 in 227854e
cosmos-sdk/client/grpc/cmtservice/service.go
Lines 229 to 238 in 227854e
ref: #22705 (comment)
The text was updated successfully, but these errors were encountered: