ethereum / meteor-dapp-wallet

This is an archived repository of one of the early Ethereum wallets.
https://ethereum.org/en/wallets/find-wallet/
GNU General Public License v3.0
599 stars 408 forks source link

Ethereum Wallet resets itself often (maybe just when used with parity) #421

Open Macil opened 7 years ago

Macil commented 7 years ago

When I use Ethereum Wallet (in Mist) with parity, then it seems like Ethereum Wallet reloads itself back to the main Wallets page regularly. It seems to be somehow tied to the rate that new blocks are received; it doesn't happen on every new block, but seems like when the reload happens it always coincides with a new block, and it happens ridiculously more frequently on the Kovan testnet (which has a 4 second block time). I'm running parity --geth --chain kovan, and just started Mist. Here's a video of it reloading several times and interrupting me after I go to the Contracts page:

https://crashcoherency.net/misc/ethereum-refresh-bug.webm

I'm not totally sure if this bug is parity-related or not since I haven't used geth much (it never finished syncing on my machine). Not totally sure whether this is the right place to report this or whether it might be reported elsewhere already; I looked a bit but couldn't find any pre-existing issues.