Namada 0.18.1 is a patch release that addresses transaction format changes and minor ledger storage improvements.
BUG FIXES
- Fixed bug that allowed transactions to be modified without invalidating
transaction hash (#1607) - Move the content and code of init proposal transactions
into separare section to reduce tx size for hardware wallets
(#1611)
FEATURES
- Storage: Add a function to delete key-vals matching a given prefix.
(#1632)