aviv-official / xvault-web

Web frontend for XVault
https://aviv-official.github.io/xvault-web/
GNU Lesser General Public License v3.0
0 stars 0 forks source link

History exceeds localstorage quota #11

Closed sshelton76 closed 5 years ago

sshelton76 commented 5 years ago

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.

sshelton76 commented 5 years ago

I have resolved this in the latest push.