github anoma/namada v0.37.0
Namada 0.37.0

latest releases: v0.40.0, v0.39.0, v0.38.1...
one month ago

v0.37.0

Namada 0.37.0 is a minor release that adds replay protection entries to consensus and enables merklizing data without diffs.

FEATURES

  • Enable to write data to be updated in the subspace and Merkle tree, but not to
    be updated in diffs (#3293)

IMPROVEMENTS

  • Revert IBC transaction wasm not to use host_env function.
    But it required to enable floating-point support again
    (#1831)
  • Audit TODOs in the codebase.
    (#3234)
  • Replay protection entries need to be verifiable and thus should contribute to the app hash. This PR makes
    a cryptographic commitment to all replay protection entries (the root of some implicit merkle tree) which is itself
    merklized. (#3284)

Don't miss a new namada release

NewReleases is sending notifications on new releases.