Skip to content

v0.45.16-ics-lsm-iavlpatch.1

Compare
Choose a tag to compare

THIS PATCH HERE IS ONLY FOR THE COSMOS-HUB (GAIA). If you need this for a different v0.45.16 chain, use this tag here for v0.45.16

Patches ics-lsm fork used in Gaia v12.0.0.

At the bottom of the go.mod file, change the replace statement to this fork

replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.45.16-ics-lsm-iavlpatch.1

why?

SDK v0.45.12+ returns an error here to fix validators from running an upgrade and forgetting a key. This is great! however it does break queries on full nodes & archives. This reverts that change and it should ONLY be run on public facing infra.

If you run public infra nodes you NEED this patch if you run into IAVL query issues

per: cosmos/gaia#2313