Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Mist 0.9.0 wallet contract hangs on being "created" #2845

Closed
youguanxi opened this issue Jul 27, 2017 · 14 comments
Closed

Mist 0.9.0 wallet contract hangs on being "created" #2845

youguanxi opened this issue Jul 27, 2017 · 14 comments

Comments

@youguanxi
Copy link

youguanxi commented Jul 27, 2017

Version: `0.9.0`
OS & Version: windows 7 x64
Node type: `geth`
Number of blocks synchronized: 4081324

I've created a wallet, set the gas price - got it substracted from my account, but the wallet is still being "created".
Please help!
'Failed to load resource: the server responded with a status of 404 (Not Found)
8b6a885….js:329 Connect to node...
8b6a885….js:333 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined

@evertonfraga
Copy link
Member

Hi @youguanxi that's seems like a bug indeed.

But it turns out your wallet was probably created. Please follow these steps in order to have it displayed: #2834 (comment)

@ChristBKK
Copy link

I have the same issue. Hotfix appreciated

@0xPenryn
Copy link

0xPenryn commented Aug 1, 2017

I have the same issue, but there is no transaction on etherscan that shows my wallet was actually created.

@PatchRanger
Copy link

My contract got stuck during deployment to the Rinkeby network: https://rinkeby.etherscan.io/tx/0xe257e54274e370dc647547e29e92aa682562087ce928656e6efbbf9aceac19e7 .

@Munzey
Copy link

Munzey commented Aug 24, 2017

is there a roadmap for what version this should get patched in? tried making a multi sig this morning got same issue, as mentioned it was created. thanks for tips to get it displayed!

@DecentralizedIT
Copy link

DecentralizedIT commented Sep 13, 2017

A quick workaround

Open:
Develop -> Toggle developer tools -> Ethereum Wallet

In the console:
Wallets.find().fetch()
Wallets.remove("_id")

Done!

@CakeBrewery
Copy link

CakeBrewery commented Oct 16, 2017

I am having the same issue creating a wallet contract in the main network. It's stuck on "Creating...".
Using Windows 10 64 bit on Ethereum Wallet 0.9.2.
It took the ether from my balance as well.

@SnoopyDogy
Copy link

SnoopyDogy commented Oct 19, 2017

I meet same issue.
Mist 0.9.2
I use Ropsten Test Network.
The contract is created, but inside Mist the function Follow the Contract not work.

I try this below but unfortunately no success:
A quick workaround
Open:
Develop -> Toggle developer tools -> Ethereum Wallet
In the console:
Wallets.find().fetch()
Wallets.remove("_id")
Done!

@SnoopyDogy
Copy link

I retry after uncheck Sync with light client Beta, now it works well on the Robsten Test Network.

@jontis
Copy link

jontis commented Nov 5, 2017

I think my problem is different, because I'm almost certain that I was never presented with something letting me set a gas price.

@sqlambda
Copy link

It's really annoying, I'm not sure what to do to fix the current state. The wallet icon is flickering, the transaction shows as success and no solution showed here worked.

@evertonfraga
Copy link
Member

Hi everyone, hang on, the fix is on its way.

The issue is: when using the light client, it currently does not return the address of the created wallet on getTransactionReceipt RPC call.

This pull request (#3265) aims to fix that, and from preliminary tests, it works well. Now I'm tweaking the Wallet code to account for this change.

@evertonfraga
Copy link
Member

Hi all, fix is on its way.

Please refer to this link for any further discussion: #3269.

@lock
Copy link

lock bot commented Mar 30, 2018

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked and limited conversation to collaborators Mar 30, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
None yet
Development

No branches or pull requests