Skip to content

Releases: NibiruChain/collections

Compatibility with v0.50.6 release

20 May 11:06
Compare
Choose a tag to compare
v0.50.0

fix: update go version for unit testing

v0.5.0

14 May 07:46
v0.5.0
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.5.0

  • Implements ItemTransient and MapTransient.
  • feat(value_encoder): Key and value encoders for "cosmossdk.io/math" Int

Both of thes new transient types correspond to transient key-value stores (KV
store) instead of a persistent ones.

A Transient KV Store is used for data that does not need to persist beyond the
execution of the current block or transaction. This can include temporary
calculations, intermediate state data in transactions or ephemeral data used in
block processing. Data in a transient store is cleared after the block is
processed.

Transient KV stores have markedly lower costs for all operations (10% of the
persistent cost) and a read cost per byte of zero.

v0.3.0

07 Jun 13:41
92b2c1e
Compare
Choose a tag to compare

Compatible with Cosmos-SDK v0.47

v0.2.0

26 May 16:30
d57c261
Compare
Choose a tag to compare

Support for Cosmos SDK v0.46

v0.1.1

06 Dec 05:07
7911394
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

10 Nov 13:40
Compare
Choose a tag to compare

First release version.

Full Changelog: https://github.com/NibiruChain/collections/commits/v0.1.0