Skip to content

Namada 0.44.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 15:32
· 265 commits to main since this release
v0.44.1
675e933

Namada 0.44.1 is a patch release with various fixes, improvements and refactors.

BUG FIXES

  • Fixed the masp indexer client not being able to fetch the notes index from the
    namada-masp-indexer. (#3860)

IMPROVEMENTS

  • Refactored tx crate modules and slightly improved its API.
    (#3835)
  • Improved batch construction to reduce the size of the resulting tx.
    (#3882)
  • SDK query to get liveness information for the network and consensus validator
    set. (#3899)

TESTING

  • Added testing for batched tx events.
    (#3857)
  • Added test for gas payment with an IBC token.
    (#3866)