ethereum / mist

[DEPRECATED] Mist. Browse and use Ðapps on the Ethereum network.
http://ethereum.org
GNU General Public License v3.0
7.44k stars 2.12k forks source link

Account generation problem #4169

Open evertonfraga opened 5 years ago

evertonfraga commented 5 years ago

We noticed this happens when your local node connection isn't active at the moment the new account is being created, and the screen stalls on the "Generating account" step. If one tries to close this window and open again, it would still present this same state, stuck.

How to deterministically reproduce

Enable the following menu option:

  1. Develop > Sync mode > No sync
  2. File > New account, fill the two passwords and hit Create
  3. Observe the stuck "Generating account" screen
  4. Reopen the new account window

Expected behavior

  1. Account creation should work even in "No sync" mode.
  2. A way to detect that the screen is stalled, with a timeout for this operation.
  3. When reopened, the window state should reset, giving room for a second try.