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
I identified this bug through a community member discord msg which I believe successfully used an identity ( Thing ) URL to show his profile ( Person ) by swapping the DID by his wallet
Steps to Reproduce
Navigate to the /identity/0x... endpoint.
Use an identity where the type is Person.
Observe the claims TLV output ( all are the same -> ~ 6ETH )
Actual Behavior
For Person identities, the TLV is incorrect.
For Thing identities, the TLV is correct.
Reproducibility
The bug is reproducible in the following environments:
/app/identity/0x....
**/readonly/identity/0x...
Can't be reproduced on :
/app/profile/0x....
**/readonly/profile/0x...
Possible Solution
Investigate and correct the TLV generation logic for Person identities in the /identity/id endpoint.
Affected Packages
Apps
Packages
Tools
Description
The TLV is incorrect on the
/identity/id
endpoint when the identity is a Person instead of a Thing.I identified this bug through a community member discord msg which I believe successfully used an identity ( Thing ) URL to show his profile ( Person ) by swapping the DID by his wallet
Steps to Reproduce
/identity/0x...
endpoint.Actual Behavior
Reproducibility
The bug is reproducible in the following environments:
Can't be reproduced on :
Possible Solution
/identity/id
endpoint.intuition-ts/apps/portal/app/routes/readonly+/identity+/$id+/index.tsx
Line 88 in 604babf
The text was updated successfully, but these errors were encountered: