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
panic: failed to load latest version: failed to load store: initial version set to 22, but found earlier version 1 [cosmossdk.io/store@v1.1.1/rootmulti/store.go:256]
git checkout release/v0.52.x
make build
cp build/simd tests/systemtests/binaries/simd_v0.52
git checkout alex/system_TestQueryLatestValidatorSet # or main when merged# activate testcd tests/systemtests
go test -v -mod=readonly -failfast -tags='system_test' --run TestChainUpgrade ./...
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
What happened?
panic: failed to load latest version: failed to load store: initial version set to 22, but found earlier version 1 [cosmossdk.io/store@v1.1.1/rootmulti/store.go:256]
full stacktrace
Cosmos SDK Version
main
How to reproduce?
Use TestChainUpgrade with a local v0.52 binary
The text was updated successfully, but these errors were encountered: