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

ownership field of collectible info contains duplicated data #5827

Open
vkjr opened this issue Sep 11, 2024 · 1 comment
Open

ownership field of collectible info contains duplicated data #5827

vkjr opened this issue Sep 11, 2024 · 1 comment

Comments

@vkjr
Copy link
Contributor

vkjr commented Sep 11, 2024

Problem

When status-mobile requests data about multiple collectible that exists on different accounts, returned collectible data contains duplications in ownership field.

Example of duplication received on status-mobile side:

[{:address "0xf90014b2027e584fc96e6f6c8078998fe46c5ccb",
  :balance "40",
  :tx-timestamp 1725278508}
 {:address "0xf90014b2027e584fc96e6f6c8078998fe46c5ccb",
  :balance "40",
  :tx-timestamp 1725278508}
 {:address "0x9d130330889345c7819f0d92574086a26e71e5c5",
  :balance "10", 
  :tx-timestamp -1}]

Involved endpoints: getOwnedCollectiblesAsync, getCollectiblesByUniqueIDAsync

Implementation

TBD

Acceptance Criteria

TBD

Notes

TBD

Future Steps

TBD

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