-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix: map fullnames to addresses correctly #157
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
variables: { query: { index: { walletAddress: { hash_in: hashedAddresses } } } }, | ||
variables: { | ||
query: { | ||
fullName: { privacy: 'public' }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not required.
if not public display will be empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed
walletAddress: { | ||
hash: string; | ||
display?: string; | ||
value?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value not required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also seems like we are not using UserProfile interface anywhere. so either remove it or use it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
UserProfile interface is used in the UserProfilesResponse interface
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value removed
Description
We fetched full-names but they were not mapped back to the addresses.
About # (link your issue here)
#140
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: