Skip to content

v0.16.0

Compare
Choose a tag to compare
@robert-zaremba robert-zaremba released this 04 May 22:00
· 305 commits to master since this release
db56af1

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.