-
Notifications
You must be signed in to change notification settings - Fork 991
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1846d5
commit 2377d67
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |