kaspad
kaspad copied to clipboard
Reimplement importing pruning UTXO set without rollback and restore logic
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