{"message":"failed while searching for account: error while rewinding account: EY5HJUY3BGHNUDEWZY52OXTY7JJK5MZDITYGJMWYPV4OV64XMN4CTLUQQY[18988601,6]: rewinding past txn type appl is not currently supported"}
This is quite crucial for many use cases to know the balance of asset of specific account at specified round…
One workaround is to get all the transactions of the account using the appropriate endpoint and play all the transactions, but this is indeed not very user friendly.
You can upvote the above issue and explain the use cases where you need it there.
thanks @fabrice … i think workaround to use asset balances is little more efficient than traversing each account from current round to the specific round… i have upvoted the issue and put there the vote coin use case
I don’t know any solution apart from getting all the transactions of the account using the appropriate endpoint and play all the transactions, but this is indeed not very user friendly.
But to be fair, i think that there is a progress … i have seen the accounts balance where the error before was the Rewinding past txn type appl is not currently supported but i am not able to reproduce this issue any more… So i think indexer now just needs to resolve the issue rewinding past inner transactions is not supported and everything would be great…