Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用中CKB显示数量不对 #1327

Open
tianlitao opened this issue Jul 4, 2023 · 7 comments
Open

使用中CKB显示数量不对 #1327

tianlitao opened this issue Jul 4, 2023 · 7 comments
Assignees
Labels
bug Something isn't working

Comments

@tianlitao
Copy link

Describe the bug
使用中CKB显示数量不对

To Reproduce
https://explorer.nervos.org/address/ckb1qpw9q60tppt7l3j7r09qcp7lxnp3vcanvgha8pmvsa3jplykxn32sqwy7ernq49d93wpmewrvu48g2rjf4wg9egyz5qggqcgqusq5vv807

Expected behavior
正常应该为0,怀疑应该是定时任务报错了导致没有及时更新使用中的余额

Screenshots
image

@tianlitao tianlitao added the bug Something isn't working label Jul 4, 2023
@yangby-cryptape
Copy link

yangby-cryptape commented Apr 14, 2024

I found the same bugs several times since CKB mainnet launched.

I had CKB after the CKB mainnet launched, and I had never used them, and I had never used DAO, but the Occupied was incorrect, it's equal to the number of CKB I received.
p.s. I had only one UTXO during these years.

So, I guess, these data are not real-time data, maybe there is no bug at present, but incorrect data are already existed.

For my privacy, I won't tell you my address, but I can confirm this bug was happened before 2021, I mean the incorrect are inserted into your database before 2021.

And I spent all my CKB last week, there are no CKB left in that address but Occupied is still not zero, in fact, it doesn't change. It's still equal to the number of CKB when I received before 2021.

@Keith-CY
Copy link
Collaborator

@FrederLu please pay attention to this case.

@FrederLu
Copy link

@FrederLu please pay attention to this case.

En, from the information described, this issue is probably a historical issue, let me confirm.

@Keith-CY
Copy link
Collaborator

@FrederLu please pay attention to this case.

En, from the information described, this issue is probably a historical issue, let me confirm.

The data is correct now, is it a historical issue which has been resolved? @FrederLu

@FrederLu
Copy link

FrederLu commented Jun 27, 2024

Describe the bug 使用中CKB显示数量不对

To Reproduce https://explorer.nervos.org/address/ckb1qpw9q60tppt7l3j7r09qcp7lxnp3vcanvgha8pmvsa3jplykxn32sqwy7ernq49d93wpmewrvu48g2rjf4wg9egyz5qggqcgqusq5vv807

Expected behavior 正常应该为0,怀疑应该是定时任务报错了导致没有及时更新使用中的余额

Screenshots image

I found the same bugs several times since CKB mainnet launched.

I had CKB after the CKB mainnet launched, and I had never used them, and I had never used DAO, but the Occupied was incorrect, it's equal to the number of CKB I received. p.s. I had only one UTXO during these years.

So, I guess, these data are not real-time data, maybe there is no bug at present, but incorrect data are already existed.

For my privacy, I won't tell you my address, but I can confirm this bug was happened before 2021, I mean the incorrect are inserted into your database before 2021.

And I spent all my CKB last week, there are no CKB left in that address but Occupied is still not zero, in fact, it doesn't change. It's still equal to the number of CKB when I received before 2021.

image

Hi @tianlitao , we have processed the online historical data. It seems that the problem you reported previously has been resolved. Please confirm. cc @yangby-cryptape @Keith-CY

@yangby-cryptape
Copy link

yangby-cryptape commented Jul 23, 2024

Another Bug

Description:

  • I have an address.
  • I received 1 cell with this address.
  • I did a 1-to-2 transaction to cost few CKB from that cell 2 years ago.

Now I should have a new live cell, and the old cell should be died.

But the old cell is still listed as a live cell in the address page, and the new cell is also listed.

p.s. For my privacy, I won't tell you my address. I can promise that all I said was truth.

p.s.s. I don't know whether it's helpful, but I could give a tip: that already-died "live cell" is created in genesis block.

p.s.s.s. The count of UTXO is correct, the count of live cells are correct. But the already-died "live cell" is listed.

image

@Keith-CY
Copy link
Collaborator

Keith-CY commented Jul 24, 2024

Another Bug

Description:

  • I have an address.
  • I received 1 cell with this address.
  • I did a 1-to-2 transaction to cost few CKB from that cell 2 years ago.

Now I should have a new live cell, and the old cell should be died.

But the old cell is still listed as a live cell in the address page, and the new cell is also listed.

p.s. For my privacy, I won't tell you my address. I can promise that all I said was truth.

p.s.s. I don't know whether it's helpful, but I could give a tip: that already-died "live cell" is created in genesis block.

p.s.s.s. The count of UTXO is correct, the count of live cells are correct. But the already-died "live cell" is listed.

image

Can you give a roughly estimated time range you've made the transaction?

We have a reconciliation service for new transactions, but the transactions made years ago were not covered(to be more accurate, the addresses involved in those transactions)

If the time range can be provided, the reconciliation can be adopted for those transactions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants