Namada 0.46.1 is a libraries patch release containing couple improvements and a bug fix in preparation for a stable apps release.
BUG FIXES
- Only write a dummy validator to CometBFT's genesis if the number of validators
present is lower than 2. (#4116)
IMPROVEMENTS
- Improved the client's retry logic on failed shielding transactions
to avoid resubmissions on rejections other than the MASP vp ones.
(#4071) - Updated the
query-protocol-parameters
command to display some missing
parameters. (#4083)
MISCELLANEOUS
- Starting from the next release the Namada binary apps (
namada
,namadan
,
namadac
andnamadaw
) will be versioned separately from the libraries
(everything else including the wasm). The libraries releases will have their
tag prefixed with "lib-" and will continue with the current versioning scheme.
(#4117)