This is one of the follow-ups to #1109, in which we will enforce that validators who want
to change certain info about their validator will need to pass an attestation check
first.
For the change_endpoint() extrinsic we assume that that the underlying hardware and
Account ID stay the same, so a quote from the existing TSS Account ID is expected.
For the change_threshold_accounts() extrinsic we assume that the underlying hardware
has changed, so a quote from a new TSS account ID is expected.
This is one of the follow-ups to #1109, in which we will enforce that validators who want to change certain info about their validator will need to pass an attestation check first.
For the
change_endpoint()
extrinsic we assume that that the underlying hardware and Account ID stay the same, so a quote from the existing TSS Account ID is expected.For the
change_threshold_accounts()
extrinsic we assume that the underlying hardware has changed, so a quote from a new TSS account ID is expected.