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
The Profile struct needs an optional bio field (null by default).
Length of this field should be min 1 and max 256 chars.
The authorities of the profile should be able to update it using the profile_update instruction
The behavior should be tested as part of anchor test
The field should be used in the web ui, like in the PubkeyProtocolUiProfileCard and PubkeyProtocolUiProfileListItem and PubkeyProtocolUiProfileUpdateForm components (possibly in more places)
The provisionSampleDataProfiles data in the cli needs to add it.
bio
field (null by default).authorities
of the profile should be able to update it using theprofile_update
instructionanchor test
PubkeyProtocolUiProfileCard
andPubkeyProtocolUiProfileListItem
andPubkeyProtocolUiProfileUpdateForm
components (possibly in more places)provisionSampleDataProfiles
data in the cli needs to add it.Related #50
The text was updated successfully, but these errors were encountered: