-
Notifications
You must be signed in to change notification settings - Fork 984
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tomas/fix-non-persisted-diffs' (#2964)
* origin/tomas/fix-non-persisted-diffs: changelog: add #2964 test/DB: update rocksdb diffs and rollback tests DB: prune non-persisted diffs from prev block on every new block commit rocksdb: separate non-persisted diffs into new "rollback" column family core/storage: add `BlockHeight::checked_prev`
- Loading branch information
Showing
7 changed files
with
357 additions
and
253 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/bug-fixes/2964-fix-non-persisted-diffs.md
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- Replaced DB key-val diffs pruning of non-persisted keys that searched for the | ||
last diffs and was degrading throughput with a separate DB column family that | ||
is pruned on every block. | ||
([\#2964](https://github.com/anoma/namada/pull/2964)) |
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
Oops, something went wrong.