-
Notifications
You must be signed in to change notification settings - Fork 282
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
Unable to verify if I won or lost the auction #50
Comments
It looks like both wallets missed the others' bids and can't calculate the second-highest bid correctly. Investigating. |
Hi - while encountering a similar issue, I was trying to determine a would-be canonical way to determine if a bid won or lost. Is there a "prescribed" way of doing that? Currently, getting a |
@wi-ski I wonder if this is related to #231 |
Yes sir, I was running the #233 branch. I took a stab with: pinheadmz#1 I don't understand all the ins-and-outs of how covenants work - so I may be missing something downstream, but I believe the issue is just a misleading error. |
@Detoo Any chance we could get an update on this? There's been lots of code improvements since the issue was open, and a possible solution in this discussion. |
Closing this due to inactivity. You can see how this is computed in Bob wallet: |
Hi all, I tried to bid the TLD “detoo” in the testnet but ended up in limbo: I could not tell if I won or lost the auction. More specifically, I could not update the domain (assuming I won), nor could I redeem the lost bids (assuming I lost).
Here are the actions done:
Wait for reveal stage over
Failed to register from my wallet README tweaks #1 (the tx never gone through):
At this point I assumed maybe I have lost both bids, but I couldn’t redeem any of the wallets, either. I would get an error message “No reveals to redeem”. Did I miss something in the process?
The text was updated successfully, but these errors were encountered: