Skip to content

Namada libs 0.46.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 18:06
· 421 commits to main since this release
libs-v0.46.1
b24938e

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 and namadaw) 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)