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

[Bug Report] Unable to withdraw DAO CKB continuously, but have to wait for some time #3130

Open
dzhback opened this issue Apr 17, 2024 · 2 comments
Assignees
Labels

Comments

@dzhback
Copy link

dzhback commented Apr 17, 2024

Topic Type

Other

Detail of the issue

I deposited CKB into DAO by several TXes. But I'm unable to unlock CKB continuously, have to wait for some time(~ 1 min) till next withdraw operation.

bundled-ckb.log

No response

bundled-ckb-light-mainnet.log

No response

main.log

No response

status.log

No response

@Keith-CY
Copy link
Collaborator

Topic Type

Other

Detail of the issue

I deposited CKB into DAO by several TXes. But I'm unable to unlock CKB continuously, have to wait for some time(~ 1 min) till next withdraw operation.

bundled-ckb.log

No response

bundled-ckb-light-mainnet.log

No response

main.log

No response

status.log

No response

Hi @dzhback

It's reasonable in some scenarios, e.g.

  1. You have 1 free UTXO and 3 nervos dao UTXOs
  2. 1 of the nervos dao UTXOs is being withdrawn, and the free UTXO is used to pay the transaction fee
  3. When the transaction is not committed on the chain, you have 0 free UTXOs for next withdrawal to pay the transaction fee, so you have to wait for the previous one committed.
  4. Once the transaction in step 2 is committed, you have 1 free UTXO again, and can start the next withdrawal transaction.

This is just one of the cases.

If you have many live UTXOs to pay the fee, your transactions could be submitted sequentially.

This is just an example of why transactions cannot be performed concurrently.

@dzhback
Copy link
Author

dzhback commented Apr 17, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants