Skip to content

Namada 0.28.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 04:50
· 4724 commits to main since this release

Namada 0.28.1 is a patch release that makes improvements to the MASP, SDK, merkle trees, and chain initialization conditions.

BUG FIXES

  • Fix sdk compilation when using async-send feature flag.
    (#2261)
  • Added back missing changed storage keys in transaction results.
    (#2263)
  • Fix to skip pruning BridgePool Merkle trees when no signed nonce
    (#2264)
  • Initialize token total supply to zero at init chain.
    (#2270)

IMPROVEMENTS

  • Preload and cache MASP verifying keys on ledger start-up.
    (#2272)
  • Now join-network will try to look for non validator wallet in more places.
    (#2273)