Skip to content

Namada 0.14.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 17:00
· 10548 commits to main since this release
v0.14.3

Namada 0.14.3 is a bugfix release addressing mainly disk usage
inefficiencies.

BUG FIXES

  • Check if validators are valid in pre-genesis setup.
    (#1140)
  • Now load conversions from storage even for epoch 1.
    (#1244)

IMPROVEMENTS

  • Write Merkle tree stores only when a new epoch
    (#1113)
  • Prune old Merkle tree stores.
    (#1237)

TESTING

  • Fixed run_ledger_load_state_and_reset test in debug build.
    (#1131)