Namada 0.31.0
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)