I pushed an update that causes the app to walk the blockchain looking for relevant account history. It works well except that after about 50 items we begin to bump up against the localstorage quota.
I am going to have to refactor the history and approvals/allowances to use IndexDB instead of localStorage. In the meantime, just realize that your history may not be complete.
I pushed an update that causes the app to walk the blockchain looking for relevant account history. It works well except that after about 50 items we begin to bump up against the localstorage quota. I am going to have to refactor the history and approvals/allowances to use IndexDB instead of localStorage. In the meantime, just realize that your history may not be complete.