Skip to content

Namada 0.30.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 02:39
· 3662 commits to main since this release

v0.30.3

Namada 0.30.3 is a patch release that refactors some MASP functionality and fixes some governance and CLI issues.

BUG FIXES

  • Fixing several bugs in how governance and pgf transactions are handled and
    validated. (#2459)

IMPROVEMENTS

  • Modified the MASP VP to validate the changed storage keys instead of the
    Transfer object. (#2452)
  • MASP inflation for a given token now is adjusted based on a target amount
    of total locked (shielded) tokens rather than a ratio relative to some total
    supply. (#2460)
  • Add an address CLI arg that defaults to the native token.
    (#2467)

SDK

  • Modified scan_tx to require the set of changed keys instead of Transfer.
    fetch_shielded_transfer now returns the set of changed keys instead of
    Transfer. (#2452)