github anoma/namada v0.28.2
Namada 0.28.2

latest releases: v0.43.0, v0.42.0, v0.41.0...
9 months ago

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)

Don't miss a new namada release

NewReleases is sending notifications on new releases.