indexer icon indicating copy to clipboard operation
indexer copied to clipboard

AssetHolding is missing the creator

Open winder opened this issue 4 years ago • 2 comments

Summary

The asset holding objects in algod include the creator. Indexer does not.

Scope/Requirements

There are a few options:

  1. At the REST layer lookup the creator for each asset holding and attach it to the API response
  2. Add it to the account_asset table so that there is no lookup.
  3. Update the query so that postgres adds it to the results in the backend.

Urgency/Relative Priority

This would probably be a nice feature to add, but there is a simple workaround. If needed search for the asset by ID instead of the creator.

winder avatar Feb 11 '21 17:02 winder

I think this is still an issue.

winder avatar Jan 10 '22 16:01 winder

It seems like the creator was added to the asset holding, but now it has been removed again? Can someone confirm this? Did not find anything about that in the changelog.

hm122 avatar Mar 31 '22 12:03 hm122

I believe the creator was removed from the holding object in algod when we uncapped the asset/application limit.

winder avatar Oct 06 '22 16:10 winder