github anoma/namada v0.14.2
Namada 0.14.2

latest releases: v0.45.1, v0.45.0, v0.44.1...
20 months ago

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)

Don't miss a new namada release

NewReleases is sending notifications on new releases.