Comment 1 for bug 1802356

Revision history for this message
William Grant (wgrant) wrote :

As discussed on IRC, we won't erase the history from snaprevs (neither by removing the rows or setting their revoked flag). Instead we'll act like the channels are closed and set the most recent entries to deleted, which should be easily done using a full channelmap push with delete_omitted.

This will prevent installations but not e.g. upgrades through epochs. If we do desire full history erasure we can set revoked on a case by case basis, and if it becomes common we can look at automating it once the new SCA->snaprevs API is done (likely next cycle).