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

Refactor signing module into privval #784

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Conversation

tony-iqlusion
Copy link
Member

Factors response-handling operations from SignedMsg into the Response type and removes the (unused) sign method.

This decouples privval from response handling and reduces its responsibilities to canonical message serialization and consensus state extraction, making it easier to potentially extract into a separate crate in the future.

Factors response-handling operations from `SignedMsg` into the
`Response` type and removes the (unused) sign method.

This decouples `privval` from response handling and reduces its
responsibilities to canonical message serialization and consensus state
extraction, making it easier to potentially extract into a separate
crate in the future.
@tony-iqlusion tony-iqlusion merged commit 1302a92 into main Oct 14, 2023
8 checks passed
@tony-iqlusion tony-iqlusion deleted the privval-refactor branch October 14, 2023 21:37
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.

1 participant