github anoma/namada v0.15.2
Namada 0.15.2

latest releases: v0.43.0, v0.42.0, v0.41.0...
pre-release16 months ago

Namada 0.15.2 is a bugfix release containing various fixes, including
a major improvement to storage usage.

BUG FIXES

  • Fixed an issue with the iterator of LazyMap with a nested LazyVec collection
    that would match non-data keys and fail to decode those with the data decoder.
    (#1218)
  • PoS: fixed a function for clearing of historical epoched data
    (#1325)

FEATURES

  • Added a utility command to the CLI to compute a tendermint address from a
    namada public key. (#1152)

IMPROVEMENTS

  • Changed the default base directory. On linux, the default path will be $XDG_DATA_HOME/com.heliax.namada, on OSX it will be $HOME/.local/share/com.heliax.namada.
    (#1138)
  • RocksDB optimization to reduce the storage usage
    (#1333)

MISCELLANEOUS

  • Enabled integer overflow checks in release build.
    (#1295)

Don't miss a new namada release

NewReleases is sending notifications on new releases.