Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Incorrect Claims TLV on /identity/0x Endpoint #1008

Open
1 of 9 tasks
jeremie-olivier opened this issue Dec 29, 2024 · 0 comments
Open
1 of 9 tasks

[Bug Report] Incorrect Claims TLV on /identity/0x Endpoint #1008

jeremie-olivier opened this issue Dec 29, 2024 · 0 comments

Comments

@jeremie-olivier
Copy link

Affected Packages

Apps

  • data populator
  • portal
  • template

Packages

  • 1ui
  • api
  • graphql
  • protocol
  • sdk

Tools

  • 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

  1. Navigate to the /identity/0x... endpoint.
  2. Use an identity where the type is Person.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant