feat: Change the v0.20.x line to use cosmos DB#768
feat: Change the v0.20.x line to use cosmos DB#768ValarDragon wants to merge 5 commits intorelease/v0.20.xfrom
Conversation
|
This CI lint seems wrong? I tried changing both of the nolint's in the codebase, but they do warn for a gocritic problem. (Also these are unchanged by this PR) |
|
cc @tac0turtle or anyone who worked on the initial cosmos DB move, any idea why benchmarks is getting build errors for rocksDB and how to fix it? (Also is this something thats acceptable to merge into v0.20.x line?) |
|
I can look into this. We have different versions for things due to the comet migration so it's confusing. |
I was looking as well lol -> #769 |
|
oh yikes thats super confusing. OK :/ Makes sense with the incompatibalities due to tendermint vs comet vs cosmos. Guess I have to revive the IAVL fork until Osmosis updates its SDK. Or maybe I make a more questionable version of this batch size tracking for this release line. |
|
@ValarDragon which version of the sdk do you need this for? we can make it work for your version and use a wrapper if neede |
|
Its for SDK v0.45! But I think it shouldn't be a big deal to make a more complicated IAVL change here to track the batch size in IAVL instead of the DB layer for this release line. |
|
lets backport to 0.21 and the app can have a wrapper around the db for use with 0.45 |
This is done so we can merge #765