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 proofs #599

Merged
merged 8 commits into from
May 1, 2024
Merged

feat: consent proofs #599

merged 8 commits into from
May 1, 2024

Commits on Apr 23, 2024

  1. feat: consent proofs

    Updated Protos
    Added ability to add consent proofs to conversations
    Updated types
    Added consentProof on Invitiation class
    Alex Risch authored and Alex Risch committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d71b473 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. feat: verify consent proof signature

    Verified consent proofs
    Added tests for consent proofs
    Alex Risch authored and Alex Risch committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    22ce2f8 View commit details
    Browse the repository at this point in the history
  2. feat: verify consent proof signature

    Verified consent proofs
    Added tests for consent proofs
    Alex Risch authored and Alex Risch committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7cfb79d View commit details
    Browse the repository at this point in the history
  3. feat: verify consent proof signature

    Verified consent proofs
    Added tests for consent proofs
    Alex Risch authored and Alex Risch committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    acf204b View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat: consent proof updates

    Updated consent proof handling to be on the updateV2Conversations method instead
    Alex Risch authored and Alex Risch committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    854779e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. feat: moved consent proof handling to consent list load instead

    Updated consent list to handle consent proofs
    Alex Risch authored and Alex Risch committed May 1, 2024
    Configuration menu
    Copy the full SHA
    99b08ea View commit details
    Browse the repository at this point in the history
  2. feat: update from feedback

    Updated to validate and approve as array
    Added timestamp validation
    Alex Risch authored and Alex Risch committed May 1, 2024
    Configuration menu
    Copy the full SHA
    240faf2 View commit details
    Browse the repository at this point in the history
  3. feat: consent proofs

    Validate signatures synchronously
    Moved to reduce
    Removed handle Consent proof method
    Alex Risch authored and Alex Risch committed May 1, 2024
    Configuration menu
    Copy the full SHA
    a4959af View commit details
    Browse the repository at this point in the history