iroha
iroha copied to clipboard
Revoke `PermissionToken`s on `Upgrade<Executor>`
We should make sure that executor upgrade doesn't leave the system in an inconsistent state. If executor migration removes a certain PermissionToken
that is still referenced by an account or a role the corresponding token should be revoked. This should be implemented in iroha_core
We would want to make the same case for parameters after #3901