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

begin with iavl v1.0.0 #492

Closed faddat closed 9 months ago

faddat commented 9 months ago

Closes: #XXX

What is the purpose of the change

Eliminate or reduce daily epoch lag

Brief Changelog

Use iavl v1.0.0

Testing and Verifying

All unit tests should pass when running make test in the root of cosmos-sdk folder.

Documentation and Release Note

julienrbrt commented 9 months ago

IAVL v1 should be simpler to integrate in v0.47 btw: https://github.com/julienrbrt/cosmos-sdk-inj/compare/f/v0.47.3-inj-1...ac1b893f08942b97c308dc57716cf8c597ef967f

faddat commented 9 months ago

@julienrbrt thanks very much for the helpful comment!