engine
engine copied to clipboard
Transform service deletion to deprecation system
Because of the append-only nature of the blockchain, we should not delete any data but rather mark them as deleted.
So, we will implement this system for the service, but instead of deletion, we will deprecate them.
We could also add a field to indicates users which new service they should update to.