- #1026 Remove duplicated rootkey fetch when pruning
- #1023 Better lock handling on close
- #1018 Cache first version for legacy versions, fix performance regression after upgrade.
- #1007 Add the extra check for the reformatted root node in
GetNode
- #952 Add
DeleteVersionsFrom(int64)
API. - #955 Get rid of
cosmos-db
deps completely. - #961 Add new
GetLatestVersion
API to get the latest version. - #955 Get rid of
cosmos-db
deps completely. - #965 Use expected interface for expected IAVL
Logger
. - #970 Close the pruning process when the nodeDB is closed.
- #980 Use the
sdk/core/store.KVStoreWithBatch
interface instead ofiavl/db.DB
interface