Skip to content

Namada 0.14.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Mar 22:31
· 10887 commits to main since this release
v0.14.2

Namada 0.14.2 is a maintenance release addressing issues with
proof-of-stake validator logic.

BUG FIXES

  • Fixed the PrefixIter order of iteration in the write-
    log to always match the iteration order in the storage.
    (#1141)
  • Fixed the init-chain handler to stop committing state to the DB
    as it may be re-applied when the node is shut-down before the
    first block is committed, leading to an invalid genesis state.
    (#1182)
  • Fixed an issue in which a validator's stake and validator sets
    data gets into an invalid state (duplicate records with incorrect
    values) due to a logic error in clearing of historical epoch data.
    (#1191)

FEATURES

  • Added a lazy set collection.
    (#1196)

IMPROVEMENTS

  • Ensure that PoS validator consensus keys are unique.
    (#1197)