osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 31 forks source link

perf: iavl v1 #499

Closed czarcas7ic closed 6 months ago

czarcas7ic commented 8 months ago

Description

Closes: #XXXX

Implements IAVL v1 into the osmo v0.47.5 sdk fork

Much of the changes are upgrading go from 1.19 to 1.20, given IAVL v1 relies on a package that does not exist in go 1.19.

This has currently passed syncing multiple days worth of blocks on Osmosis mainnet.

czarcas7ic commented 6 months ago

closing in favor of newer PR