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

Notional/iavl v1 #493

Closed sontrinh16 closed 9 months ago

sontrinh16 commented 9 months ago

What is the purpose of the change

Fixing build error for iavl v1 for osmosis cosmos sdk fork

Brief Changelog

Use iavl v1

Migrate github.com/cometbft/cometbft/libs/log to cosmossdk.io/log github.com/cometbft/tm-db to github.com/cosmos/cosmos-db github.com/confio/ics23/go to github.com/cosmos/ics23/go

Testing and Verifying

(Please pick one of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

Documentation and Release Note