CounterpartyXCP / counterwallet

Counterparty web wallet
https://counterwallet.io
147 stars 162 forks source link

Newly issued asset not visible in Counterwallet for more than 24 hours #732

Open ivanaszuber opened 9 years ago

ivanaszuber commented 9 years ago

Users reported that newly issued assets cannot be seen in Counterwallet after more than 6 confirmations (for one report it's been more than 24 hours).

This seems to be introduced in CW 1.6.3.

Another user reported the same thing, but the asset appeared after about a day.

I tried this on testnet, created a new asset and it's not yet visible in the wallet after 20+ confirmations (logged in and out several times)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

robby-d commented 9 years ago

@ivanaszuber, if they log out and log back in,do they see it? is the newly issued asset created in the next block, and it's just the display that's delayed?

@ouziel-slama since you tagged 1.6.3, can you look at this?

ivanaszuber commented 9 years ago

@robby-dermody logging in and out doesn't help. Yes, the asset is there, it's just the display in the wallet that's delayed (the one I created an hour ago on testnet is still not visible in the wallet https://testnet.blockscan.com/address?q=mi14B5A2awY2qVAVWXTAUFtrrff7K5dL1q).

ouziel-slama commented 9 years ago

@robby-dermody: sure.

seems to me that is a counterblock problem, and the asset appears after a counterblock restart.

ouziel-slama commented 9 years ago

I can not reproduce on my dev server.. Just catch an edge case error here https://github.com/CounterpartyXCP/counterblock/commit/17015868b2b0a47848ade8b3a30bbd564b5022a8 but not sure if it's link with this bug.

ivanaszuber commented 9 years ago

The test asset is still not visible in the wallet though, but I see it on https://counterwallet-testnet.coindaddy.io, so yeah, it seems it becomes visible only after counterblock restart.

ivanaszuber commented 9 years ago

Can we put a priority label on this one @robby-dermody @ouziel-slama ?

AKIo0O commented 9 years ago

Any update for this bug? This assets is important to launch my iOS app. :)

Assets Name: MINICOIN

ivanaszuber commented 9 years ago

@AKIo0O can you try https://counterwallet.coindaddy.io/, I believe counterblock was restarted there recently so you should be able to see your asset.

ouziel-slama commented 9 years ago

I restart counterblock more than 2 hours ago, make an issuance and watch the log and everything works well.. It seems that the problem occurs only after some time, the server stop to parse some messages and just keep running.. I continue to watch the log and hope to catch the problem in live..

AKIo0O commented 9 years ago

Its ok now. Thanks! ;-)

arhuaco commented 9 years ago

This is still happening. I'm showing Counterparty to some people, the TX is confirmed and the asset is not shown in Counterwallet.

rcaetano commented 8 years ago

I'm also having this problem. I've created the assets and can see them in Blockscan but not in Counterwallet. Any news regarding this issue? I'm writing a book that will include Counterparty in some examples.

UPDATE: To be specific, i'm trying to access the wallet from counterwallet.io

robby-d commented 8 years ago

does refreshing the page and logging in again resolve it? if so, @ouziel-slama can look into why the updating stopped working

rcaetano commented 8 years ago

I've tried refreshing, logging in/out, tried it on Safari and Chrome, etc... same issue. I have tried my wallet with the [http://counterwallet.cromedaddy.io] link mentioned above; it works perfectly there.

robby-d commented 8 years ago

We're making some tweaks to the counterblock code on counterwallet.io over the next few days that should help this be more reliable. In the meantime, it should work again now, and/or you could continue to use the coindaddy.io service.

mtbitcoin commented 8 years ago

@robby-dermody are there any updates to this issue ? Thanks

robby-d commented 8 years ago

Is this happening on counterwallet still? Both the main counterwallet as well as the coindaddy one?

mtbitcoin commented 8 years ago

apparently yes, j-dog (coindaddy) has to restart his instance every 6 hours.

robby-d commented 8 years ago

Please try counterparty-lib develop and counterblock develop branches together, and let me know if that resolves that. We're running both on cw01 and experiencing better stability due to a number of improvements in both. Will be doing further testing next week.