You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(crypto): CRP-2060: Only check transcripts where current node is a receiver in oldest_public_key
In the `retain_active_transcripts` interface of the IDKG protocol we get the `minimum_registry_version` referred by the input transcripts. If a node was recently added to the subnet, it may be that it will not have an iDKG dealing encryption public key in the registry at the version referred to by the oldest transcript (or indeed for any input transcript). To avoid erroneously returning an error when trying to fetch a non-existing key from the registry, filter out active transcripts where the local node is not a recipient.
See merge request dfinity-lab/public/ic!12518
0 commit comments