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

feat: Consent Proof #231

Merged
merged 7 commits into from
Apr 24, 2024
Merged

feat: Consent Proof #231

merged 7 commits into from
Apr 24, 2024

Conversation

alexrisch
Copy link
Contributor

@alexrisch alexrisch commented Apr 18, 2024

Added handling for consent proof in new conversation
Updated protos

Closes out #220 after handling signature in invitation

Added handling for consent proof in new conversation
Updated protos
Alex Risch and others added 2 commits April 22, 2024 18:13
Added validation for consent proof
Added additional type updates
Added key utils
Added new signing message
@alexrisch alexrisch marked this pull request as ready for review April 23, 2024 00:15
@alexrisch alexrisch requested a review from a team as a code owner April 23, 2024 00:15
Copy link
Contributor

@nplasterer nplasterer left a comment

Choose a reason for hiding this comment

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

This looks great just a small threading concern.

return when (this) {
is V1 -> return null
is V2 -> conversationV2.consentProof
is Group -> return null
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this throw an error instead like coming soon?

alexrisch and others added 3 commits April 24, 2024 12:11
@alexrisch alexrisch merged commit 26843d3 into main Apr 24, 2024
5 of 6 checks passed
@alexrisch alexrisch deleted the ar/consent-proof branch April 24, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants