-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
DAO: Submitting proposal, bond, or asset fee took 30 seconds without indicating anything was happening #2082
Comments
Yes, seems the tx broadcast did not succeed in time. Did u test with a local BTC core node or with public testnet? Was your connection stable? |
It was on testnet and yes my connection is stable. Looks like it did eventually go through because I see it was locked up. |
Yes agree. Those tx broadcast issues are an open issue but have become more rare over the last releases. |
Note, it is not just explicitly for bonding. I have also encountered this when submitting a proposal and asset listing fee. |
This is already fixed. |
@ManfredKarrer I am still encountering this issue on testnet running against master. |
@ben-kaufman Could u have a look into that. The TxBroadcaster class id doing the publishing and there is a timeout. You can simulate the timout behaviour by avoiding there temporarily to send out the tx. The UI should show a progress bar. It was added already when making a proposal, but seems it is missing at the other areas where we publich a tx (blind vote, asset fee, proof of burn, bonds) |
While attempting to lock up funds for a bonded reputation, it took about 30 seconds from the time I submitted until I got a confirmation prompt. During that time there was no indication anything was happening.
I saw this in the debug log:
The text was updated successfully, but these errors were encountered: