Namada 0.20.1 is a patch release addressing a bug in the inflation mechanism and minor ledger improvements.
BUG FIXES
- Ensure that each crate in the workspace can be built with default features.
(#1712) - Fixed transparent balance query when only an owner address is specified without
an explicit token. (#1751) - Fixes how PoS inflation is calculated.
(#1756) - Fixes the ordering for I256 type.
(#1763)
IMPROVEMENTS
- Removed the associated type for an address from
trait NativeVp
.
(#1725)