Asset creator missing?

I’m using the algo SDK to fetch account assets, and rely on the creator of the asset in my business logic. The asset creator appears to be empty string or null for all assets.

This started happening this morning.

Has anyone else noticed this? Is this related to the unlimited asset update?
Screen Shot 2022-03-28 at 12.45.01 PM

Welcome to Algorand!

Can you show the query you made / the JS SDK call?
Which endpoint did you use?

Hey Fabrice :slight_smile: thanks!

Yup, I’m using AlgodClient::accountInformation(js-algorand-sdk/algod.ts at 44922a24ee02b16c5d0bc85beaf570035f280312 · algorand/js-algorand-sdk · GitHub), and using the assets key of the result.

It indeed looks like the creator field disappeared in the last update for assets not created by the account.

Gotcha, thanks for confirming Fabrice! I’ve worked around this for now by using AlgodClient::getAssetByID, as that still has the correct creator.