Skip to content

Commit

Permalink
fixup! changelog: add #2325
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Dec 22, 2023
1 parent a1846d5 commit 2377d67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .changelog/unreleased/bug-fixes/2325-db-rm-recursion.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- Fixed replay protection to avoid iterators with key that don't match its
prefix, which was triggering recursive call that was growing stack with every
new applied tx. Replaced recursion from RocksDB that was growing stack size
with a loop. ([\#2325](https://github.com/anoma/namada/pull/2325))
- 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](https://github.com/anoma/namada/pull/2325))

0 comments on commit 2377d67

Please sign in to comment.