superhero-com / superhero-wallet

Superhero is a multi-blockchain wallet to manage crypto assets and navigate the web3 and DeFi space. Currently supporting Bitcoin, Ethereum and æternity blockchains.
https://wallet.superhero.com
ISC License
39 stars 38 forks source link

Multiple instances of web wallet override each other's state #436

Open davidyuk opened 4 years ago

davidyuk commented 4 years ago

It may lead to data loss when some of them are reloading. The probability of this increases because instances frequently write to local storage (to persist the current balance?). Sync between instances that were removed in #422 may help here.

mradkov commented 4 years ago

related to: https://github.com/aeternity/superhero-ui/issues/606 🤔

davidyuk commented 3 years ago

There is not sync between web wallet instances, so I think this issue is still actual.