ScopeLift / kaspa-wallet

👝 A web wallet for the Kaspa blockchain network
4 stars 2 forks source link

Show Last Cached Receive Address On Receive Screen Until Address Discovery Completes #80

Open apbendi opened 4 years ago

apbendi commented 4 years ago

Issue 5.1

While address discovery is going on, show the last calculated & cached received address, to avoid this being empty. On first load, i.e. empty cache, I guess this should immediately show address[0]?

Possible pending: investigating if there is another way to do this that doesn't risk accidental address reuse.

ey51 commented 4 years ago

Address reuse should be avoided. This might become a non-issue once slowness of kasparov initial data fetching is resolved, so I suggest to defer any action on this until then.