kaspad icon indicating copy to clipboard operation
kaspad copied to clipboard

Reimplement importing pruning UTXO set without rollback and restore logic

Open someone235 opened this issue 3 years ago • 0 comments

Since #1787 the pruned UTXO set is applied only to staging consensus that is rollbacked for every failure. This makes the rollback-restore (e.g ClearImportedPruningPointData) of the imported pruning UTXO set redundant. We can implement something simpler and more performant.

This depends on #1787

someone235 avatar Jul 12 '21 09:07 someone235