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
v1.x and main are currently on different Cosmos SDK releases and bumping v1.x to use the latest Cosmos SDK release involves addressing the breaking change. I actually tried to do that in #3177 but it wasn't trivial so I closed the PR without root causing all the issues.
Proposal
Bump the Cosmos SDK dep on the v1.x branch.
The text was updated successfully, but these errors were encountered:
Closes#3448
Unblocks celestia-node because this cosmos-sdk release contains
celestiaorg/cosmos-sdk#401 which should let
celestia-node upgrade their `prometheus/common` dependency.
Context
Not sure how I missed this but celestiaorg/cosmos-sdk#376 contains a breaking change to the function
AppVersion
that we released in a patch version: https://github.com/celestiaorg/cosmos-sdk/releases/tag/v1.20.2-sdk-v0.46.16Problem
v1.x and main are currently on different Cosmos SDK releases and bumping v1.x to use the latest Cosmos SDK release involves addressing the breaking change. I actually tried to do that in #3177 but it wasn't trivial so I closed the PR without root causing all the issues.
Proposal
Bump the Cosmos SDK dep on the v1.x branch.
The text was updated successfully, but these errors were encountered: