Skip to content

Namada 0.31.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 16:00
· 3641 commits to main since this release

v0.31.0

Namada 0.31.0 is a minor release that fixes wasm host function execution and upgrades some CLI functions and the Masp VP.

BUG FIXES

  • Use the configured native token for genesis validation.
    (#2471)
  • Wallet: handle the case when empty decryption password is provided.
    (#2473)
  • Avoid panic in host env functions
    (#2478)

IMPROVEMENTS

  • Removed possible over/under-flow of I128Sum operations in the masp vp.
    (#2476)