Skip to content

Releases: cosmos/iavl

v0.19.0

18 Jul 13:36
8f1b79b
Compare
Choose a tag to compare

Main changes

  • Downgrade tendermint to 0.34.x 514
  • Remove panics 500

Contributors Shoutout

Full Changelog: v0.18.0...v0.19.0

v0.17.3

01 Dec 10:33
Compare
Choose a tag to compare

Bug Fixes:

  • #448 Change RMutex to Mutex in VersionExists().

Full Changelog: v0.17.2...v0.17.3

IAVL v0.17.2

15 Nov 11:14
72b6c23
Compare
Choose a tag to compare

v0.17.2 brings a new iterator pattern improving which is much faster.

  • #440 Introduce Cosmos SDK iterator type directly into IAVL. Improves the iterator performance by 40%.

See CHANGELOG.md from more details.

IAVL v0.17.1

15 Sep 11:23
8e24bc8
Compare
Choose a tag to compare
  • Fix race Condition for Cosmos SDK
  • Tendermint update.

See CHANGELOG.md from more details.

IAVL v0.17.0

31 Aug 16:25
96b7f42
Compare
Choose a tag to compare

Improvements

  • Various performance improvements. Credits: Orijtech.
  • Updating dependencies

CLI Breaking Changes

  • #396 Add "prefix" arg to iaviewer to easily browse the module content.
    Context. In Cosmos SDK, different modules use different IAVL trees and are stored in the same leveldb (application.db). Different db prefixes are used to distinguish different modules, such as "s/k: gov/", "s/k:staking/", "s/k:evm/".

v0.16.0

04 May 22:00
db56af1
Compare
Choose a tag to compare

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.

v0.15.3

21 Dec 11:01
257e8b9
Compare
Choose a tag to compare

v0.15.2

14 Dec 12:58
c140037
Compare
Choose a tag to compare

v0.15.1

13 Dec 11:55
c5ad3d8
Compare
Choose a tag to compare

v0.15.0

23 Nov 20:36
f5c104d
Compare
Choose a tag to compare