Skip to content
Cosmopediaby Unity Nodes
Releasescosmos/iavlv0.16.0GitHub ↗

v0.16.0

cosmos/iavlv0.16.004-05-2021

Breaking Changes

• #355 `Get` in `iavlServer` no longer returns an error if the requested key does not exist. `GetResponse` now contains a `NotFound` boolean to indicate that a key does not exist, and the returned index will be that of the next occupied key.

Improvements

• #355 Add support for `GetByIndex` to `iavlServer` and RPC interface.

Bug Fixes

• #385 Fix `GetVersioned` - now it works with `LazyLoadVersion`.

• #374 Fix large genesis file commit.

← Back to Releases