AndreMiras / EtherollApp

Provably fair dice game running on the Ethereum blockchain
MIT License
57 stars 22 forks source link

Roll history disappear when closing the app #58

Open AndreMiras opened 6 years ago

AndreMiras commented 6 years ago

Roll history disappear when closing the app.

That was one feedback from a user. This is more like a feature in fact. But perhaps we should cache either some of the requests (well that would grow quite a lot), or we should save last state of the history in the user configs. This is more like an investigation ticket, to think about how to handle it.

AndreMiras commented 6 years ago

Fixing https://github.com/AndreMiras/EtherollApp/issues/50 will help the user to see something is happening.