Fix 245
- Added the
OwnerKeyChangePermission
in thepallet_distance
to verify if a given identity has the right to change itsAccount
. - Implemented the runtime handler for
OwnerKeyChangePermission
, which ensures that the current identity is not an active validator before changing theaccountId
. Closes #245 (closed).
Edited by Benjamin Gallois