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

Reduce usage of unwrap #194

Merged
merged 1 commit into from
Feb 15, 2019
Merged

Conversation

hashmap
Copy link
Contributor

@hashmap hashmap commented Feb 15, 2019

Single panic would kill controller_thread, as result no shares will be
send to a pool while all solvers work fine. This pr reduces number of
unwraps. Underlying reason for errors seems to be incorrect read impl,
I'll address it in the next pr. Partially address #190 and #193

Single panic would kill controller_thread, as result no shares will be
send to a pool while all solvers work fine. This pr reduces number of
unwraps. Underlying reason for errors seems to be incorrect read impl,
I'll address it in the next pr. Partially address mimblewimble#190 and mimblewimble#193
@hashmap hashmap requested a review from yeastplume February 15, 2019 13:04
Copy link
Member

@yeastplume yeastplume left a comment

Choose a reason for hiding this comment

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

Looks fine to me 👍

@hashmap hashmap merged commit 143db3b into mimblewimble:master Feb 15, 2019
@hashmap hashmap deleted the remove-unwraps branch February 15, 2019 15:05
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.

2 participants