Releases: NibiruChain/collections
Releases · NibiruChain/collections
Compatibility with v0.50.6 release
v0.50.0 fix: update go version for unit testing
v0.5.0
Full Changelog: v0.3.0...v0.5.0
- Implements
ItemTransient
andMapTransient
. - 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
v0.2.0
v0.1.1
What's Changed
- feat: add SdkDecEncoder by @NibiruHeisenberg in #1
- fix(): remove comment by @jgimeno in #2
- ci: add test runs on PRs and dependabot by @Unique-Divine in #5
- remove direct tendermint dependency by @tac0turtle in #3
- chore: clarify the StringKey length by @NibiruHeisenberg in #6
New Contributors
- @NibiruHeisenberg made their first contribution in #1
- @jgimeno made their first contribution in #2
- @Unique-Divine made their first contribution in #5
- @tac0turtle made their first contribution in #3
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release version.
Full Changelog: https://github.com/NibiruChain/collections/commits/v0.1.0