Kava-Labs / kava

DeFi for Crypto.
Apache License 2.0
439 stars 364 forks source link

deps: use cosmos-sdk v0.47.10-iavl-v1-kava.1 #1926

Closed pirtleshell closed 2 months ago

pirtleshell commented 2 months ago

previously, v0.47.10-kava.2 used iavl v1, but this version will be retracted because that branch & tag should only be used for iavl v0.

this sdk version uses v1.2.0 of iavl, but also includes a bug fix to the initial iavl version used when adding new modules see https://github.com/Kava-Labs/cosmos-sdk/pull/545 the difference between v1.0.x/v1.1.x & v1.2.x is the use of an internal db type (use a wrapper instead of directly using cosmos-db

Requires merge before https://github.com/Kava-Labs/cosmos-sdk/pull/547 to ensure that CI does not break

i have confirmed the pinned version for internal testnet does not use iavl v1 and will not be affected.