Releases: Reecepbcups/cosmos-sdk
v1.18.3-sdk-v0.46.14-iavl
Hack fix for celestia
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v1.18.3-sdk-v0.46.14-iavl
v0.47.5-v22-osmo-2-iavl
IAVL hack fix for osmo
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.47.5-v22-osmo-2-iavl
v0.47.5-stride-distribution-fix-0-iavl
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.47.5-stride-distribution-fix-0-iavl
v0.47.5-iavl
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.47.5-iavl
v0.45.16-stargaze.2-iavl
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.45.16-stargaze.2-iavl
v0.45.16-ics-lsm-fast.1
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 v13.0.2.
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-fast.1
why?
this has the IAVL patch (from ics-lsm-iavlpatch.1) and much faster state export logic (~55% reduction)
v0.45.16-ics-lsm-iavlpatch.1
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
v0.45.16-fast.1
Fast export + query IAVL store fix error
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.45.16-fast.1
v0.45.13-ics.archive.1
This is only for the cosmoshub-4 (gaia v9) due to replicated security (ICS)
go.mod
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.45.13-ics.archive.1
then go mod tidy
v0.45.15-archive.1
Patches the IAVL for archive node queries
go.mod
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.45.15-archive.1
then go mod tidy