cosmos / iavl

Merkleized IAVL+ Tree implementation in Go
Apache License 2.0
417 stars 263 forks source link

docs: add cosmos sdk compatibility table #769

Closed julienrbrt closed 1 year ago

julienrbrt commented 1 year ago

I have every time to lookup which versions are compatible with which IAVL version and tm-db/cometbft-db/cosmos-db version. This adds a table, so we do not need to look it up all the time.

Feel free to close it if we do not need to add this to the repo, at least now I still have this PR to refer myself to.