NLnetLabs / krill

RPKI Certificate Authority and Publication Server written in Rust
https://nlnetlabs.nl/projects/routing/krill/
Mozilla Public License 2.0
293 stars 42 forks source link

Remove no longer needed 'always_recover_data' function #1086

Closed timbru closed 1 year ago

timbru commented 1 year ago

This is no longer required now that the transactionality of changes is much improved: #1067, #1078, #1076, #1077, #1085, #1108, #1090.

In particular, #1078 ensures we cannot have partially written change sets. So, the recovery function that we had no longer makes sense.