Skip to content

Non member genesis identities have right to UD

On gdev

identity.identities(3)
{
  data: {
    firstEligibleUd: 1
  }
  nextCreatableIdentityOn: 0
  oldOwnerKey: null
  ownerKey: 5FsCe2pAWBvt5ZXrpneyFsgqJppTP9XaE37Zh1ju1aJctRh8
  nextScheduled: 0
  status: Revoked
}

This revoked identity has right to UD.

This is because all genesis identities are initialized with IdtyData::new() no matter their status. Non-member identities must be initialized with IdtyData::default() so that their first_eligible_ud.0 is None.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information