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(anoncreds): legacy indy proof format service #1283

Commits on Feb 9, 2023

  1. refactor(proofs)!: generalize proofs api and improve consistency with…

    … credentials module
    
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c8472b4 View commit details
    Browse the repository at this point in the history
  2. chore: fix type issues

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    0c6d091 View commit details
    Browse the repository at this point in the history
  3. feat: initial version legacy indy proof format

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e941d5a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. feat: legacy indy proof format service

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    205acf5 View commit details
    Browse the repository at this point in the history
  2. Update packages/core/src/modules/credentials/CredentialsApiOptions.ts

    Co-authored-by: Ariel Gentile <gentilester@gmail.com>
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra and genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    246991c View commit details
    Browse the repository at this point in the history
  3. Update packages/core/src/modules/credentials/protocol/CredentialProto…

    …colOptions.ts
    
    Co-authored-by: Ariel Gentile <gentilester@gmail.com>
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra and genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    92209c9 View commit details
    Browse the repository at this point in the history
  4. Update packages/core/src/modules/proofs/ProofsModule.ts

    Co-authored-by: Ariel Gentile <gentilester@gmail.com>
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra and genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2d39aa9 View commit details
    Browse the repository at this point in the history
  5. Update packages/core/src/modules/proofs/ProofsApi.ts

    Co-authored-by: Ariel Gentile <gentilester@gmail.com>
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra and genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    b23e1b1 View commit details
    Browse the repository at this point in the history
  6. Update packages/core/src/modules/proofs/protocol/ProofProtocolOptions.ts

    Co-authored-by: Ariel Gentile <gentilester@gmail.com>
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra and genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    78bee76 View commit details
    Browse the repository at this point in the history
  7. chore: address feedback

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    77b72af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2748a9 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into refactor/generic-proofs-api-for-merge

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d2b6927 View commit details
    Browse the repository at this point in the history
  10. fix: check-types after merge with main

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    6608947 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. chore: address feedback

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    8924f01 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'refactor/generic-proofs-api-for-merge' into feat/legacy…

    …-indy-proof-format-service
    TimoGlastra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    adcf052 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c6a35c View commit details
    Browse the repository at this point in the history
  4. fix: merge fices

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    80564a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8904104 View commit details
    Browse the repository at this point in the history
  6. chore: address feedback

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ba6f119 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a39c57e View commit details
    Browse the repository at this point in the history
  8. test: add legacy proof foramt service rs test

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    645876d View commit details
    Browse the repository at this point in the history