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

Make sends more reliable #206

Merged
merged 5 commits into from
Dec 8, 2017
Merged

Make sends more reliable #206

merged 5 commits into from
Dec 8, 2017

Conversation

mappum
Copy link
Contributor

@mappum mappum commented Dec 8, 2017

@ebuchman was testing out the send functionality by spamming sends, and found that the account nonce was not being properly incremented with each successive transaction, so only the first one was actually going through (even though the UI showed success). This PR ensures we see error results on tx send, ensures the account nonce properly increases as we send, and puts sends in a queue to ensure only one happens at a time.

@mappum mappum requested a review from nylira as a code owner December 8, 2017 05:20
nylira
nylira previously approved these changes Dec 8, 2017
@faboweb faboweb merged commit 62cd8bf into develop Dec 8, 2017
@faboweb faboweb deleted the matt/reliable-sends branch December 8, 2017 09:15
@ebuchman
Copy link
Contributor

ebuchman commented Dec 8, 2017

@mappum what happened to adding tests here? Too difficult to test ? If so that's something we should probably work on since this is relatively critical functionality

@mappum
Copy link
Contributor Author

mappum commented Dec 8, 2017 via email

faboweb pushed a commit that referenced this pull request Jun 2, 2020
* update submodule to existing one

* changelog
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

Successfully merging this pull request may close these issues.

4 participants