Skip to content

Releases: Reecepbcups/cosmos-sdk

v1.18.3-sdk-v0.46.14-iavl

22 Jan 22:01
Compare
Choose a tag to compare
Pre-release

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

22 Jan 22:01
Compare
Choose a tag to compare
Pre-release

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

22 Jan 22:04
Compare
Choose a tag to compare
Pre-release
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.47.5-stride-distribution-fix-0-iavl

v0.47.5-iavl

22 Jan 22:03
Compare
Choose a tag to compare
v0.47.5-iavl Pre-release
Pre-release
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.47.5-iavl

v0.45.16-stargaze.2-iavl

22 Jan 22:02
Compare
Choose a tag to compare
Pre-release
replace github.com/cosmos/cosmos-sdk => github.com/reecepbcups/cosmos-sdk v0.45.16-stargaze.2-iavl

v0.45.16-ics-lsm-fast.1

28 Nov 05:19
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 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

02 Oct 18:43
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

v0.45.16-fast.1

21 May 19:43
Compare
Choose a tag to compare

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

06 Apr 03:25
Compare
Choose a tag to compare

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

03 Apr 15:23
Compare
Choose a tag to compare

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