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

guard adainst raven erroring #4128

Merged
merged 1 commit into from
Apr 29, 2018
Merged

guard adainst raven erroring #4128

merged 1 commit into from
Apr 29, 2018

Conversation

frankiebee
Copy link
Contributor

if you get an error in a listener when a tx fails for example a post fails we listen to the fail event on the txController and in response try to post to century in the catch on approval and that fails it exits the catch before the release lock for the nonce can be called the subsequent transaction will hang for ever because the previous nonce was never released this fixes raven fails by try catching them. in the listener on the txController

@frankiebee
Copy link
Contributor Author

fixes #3881

@frankiebee frankiebee requested a review from kumavis April 29, 2018 20:53
@metamaskbot
Copy link
Collaborator

Builds ready [873f85d]: mascara, chrome, firefox, edge, opera

@frankiebee frankiebee force-pushed the raven-transport-fix branch from c681894 to 873f85d Compare April 29, 2018 21:01
@metamaskbot
Copy link
Collaborator

Builds ready [873f85d]: mascara, chrome, firefox, edge, opera

Copy link
Member

@kumavis kumavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks/ good catch

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.

3 participants