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

feat: add getDecryptedName + add decrypted name fetching in getProfile #103

Merged
merged 5 commits into from
Jan 26, 2023

Conversation

TateB
Copy link
Collaborator

@TateB TateB commented Jan 25, 2023

  • getDecryptedName tries to fetch either:
    • the string value of the whole name from the namewrapper (only works if the name has ever been wrapped) OR
    • the name value from the associated Domain entity on the subgraph OR
    • the individual label values from any related Domain entity with the same labelhash
  • if allowIncomplete is enabled, a name can be returned with labels still encrypted, otherwise a value will only be returned when all the labels are decrypted
  • getProfile fetches the name value from the associated Domain entity on the subgraph

@TateB TateB changed the title feat: added getDecryptedName + added decrypted name fetching in getProfile feat: add getDecryptedName + add decrypted name fetching in getProfile Jan 25, 2023
@TateB TateB merged commit 5ad498d into main Jan 26, 2023
@LeonmanRolls LeonmanRolls deleted the feat/add-name-decode-func branch February 1, 2024 02:45
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

Successfully merging this pull request may close these issues.

2 participants