Skip to content

Namada 0.31.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Feb 17:24
· 2892 commits to main since this release
v0.31.3
c52a4fa

Namada 0.31.3 is a patch release that fixes various issues.

BUG FIXES

  • Fix PoS bonds and unbonds query to return delegations when only a validator
    address is specified. (#2522)
  • PoS: fixed the order of iteration when slashing validators for liveness.
    (#2577)
  • Reject validator set updates signing over a superset of the next validator
    set. (#2578)
  • Governance tallying for delegators now works.
    (#2579)

IMPROVEMENTS

  • Adds some useful internal addresses, such as PoS, to the wallet upon join-
    network. (#2543)
  • Fixes query-protocol-parameters to include some missing PoS data and a better-
    formatted output. (#2558)