Skip to content

Namada 0.28.2

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Dec 01:30
· 4599 commits to main since this release

v0.28.2

Namada 0.28.2 is a patch release that fixes a stack overflow issue for nodes.

BUG FIXES

  • Fixed DB prefix iterators to avoid iterators with key that don't match the
    given prefix, which was triggering recursive call that was growing stack with
    every new applied tx and on reading state from disk on start-up. Replaced
    recursion from RocksDB that was growing stack size with a loop.
    (#2325)