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
Applications which link in Cosmos SDK 0.50.3 with Rosetta 0.50.3 fail to build due to comet.BlockInfo -> comet.Info symbol rename in cosmossdk.io/core package.
Cosmos SDK in both 0.50.2 and 0.50.3 both link against cosmossdk.io/core v0.11.0 while Rosetta 0.50.3 links against github.com/cosmos/cosmos-sdk v0.53.0 and cosmossdk.io/core v0.12.0.
Version
0.50.2 and 0.50.3
Steps to Reproduce
Create any app which links both Cosmos SDK 0.50.3 and Rosetta 0.50.3 and attempt to build it.
Work around is to force a replace rule downgrading to v0.11.0 in go.mod like:
Summary of Bug
Applications which link in Cosmos SDK 0.50.3 with Rosetta 0.50.3 fail to build due to
comet.BlockInfo
->comet.Info
symbol rename incosmossdk.io/core
package.Cosmos SDK in both 0.50.2 and 0.50.3 both link against cosmossdk.io/core v0.11.0 while Rosetta 0.50.3 links against
github.com/cosmos/cosmos-sdk v0.53.0
andcosmossdk.io/core v0.12.0
.Version
0.50.2 and 0.50.3
Steps to Reproduce
Create any app which links both Cosmos SDK 0.50.3 and Rosetta 0.50.3 and attempt to build it.
Work around is to force a replace rule downgrading to v0.11.0 in go.mod like:
The text was updated successfully, but these errors were encountered: