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: txid labels sometimes don't stick #12

Open
markblundeberg opened this issue Nov 28, 2019 · 2 comments
Open

bug: txid labels sometimes don't stick #12

markblundeberg opened this issue Nov 28, 2019 · 2 comments

Comments

@markblundeberg
Copy link
Owner

observed by both sploit (only one of two labels stuck) and JF (no labels stuck)

@markblundeberg
Copy link
Owner Author

JF's error was likely due to txid broadcast bug (now doubly fixed).

@markblundeberg
Copy link
Owner Author

I have also seen the missing-one-of-two-labels issue, it seems to be some kind of race condition involving interaction with the LabelSync plugin. Rough idea:

  • CashFusion sets two labels in quick succession
  • LabelSync tries to upload these simultaneously
  • Server replies with "serverNonce is larger then walletNonce"
  • Soon the GUI prompts 'your labels are out of sync'
  • Somehow the nonces and labels on server get weird, so if you click 'yes download' then you lose a label.

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

No branches or pull requests

1 participant