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: set default type as anoncreds #712

Open
wants to merge 51 commits into
base: develop
Choose a base branch
from

Commits on May 12, 2024

  1. add: enum protocolversion

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 12, 2024
    Configuration menu
    Copy the full SHA
    b75c029 View commit details
    Browse the repository at this point in the history
  2. add: credentialFormats DTO using APIExtraModels

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 12, 2024
    Configuration menu
    Copy the full SHA
    9546acf View commit details
    Browse the repository at this point in the history
  3. add: credentialForats in Interace Issuance

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 12, 2024
    Configuration menu
    Copy the full SHA
    2214ac7 View commit details
    Browse the repository at this point in the history
  4. add: credentialForats in Multiconnection DTO

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5109fbe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46e4cf3 View commit details
    Browse the repository at this point in the history
  6. update: temporarily disable validations

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 12, 2024
    Configuration menu
    Copy the full SHA
    627fadf View commit details
    Browse the repository at this point in the history
  7. add: anoncreds as Credential type

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 12, 2024
    Configuration menu
    Copy the full SHA
    5439353 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix: payload passed from issuance service

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    789228e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d6f9fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b173d1 View commit details
    Browse the repository at this point in the history
  4. update: issuance DTOs

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    477a9c4 View commit details
    Browse the repository at this point in the history
  5. update: multi connection issuance DTO

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    b7551b2 View commit details
    Browse the repository at this point in the history
  6. update: issuance interface

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    8882cd9 View commit details
    Browse the repository at this point in the history
  7. update: issuance service to depricate indy credential

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3a7f3a8 View commit details
    Browse the repository at this point in the history
  8. add: credo package for type checking

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    434e45b View commit details
    Browse the repository at this point in the history
  9. Merge branch 'develop' of https://github.com/credebl/platform into fe…

    …at/set-default-type-as-anoncreds
    GHkrishna committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cc5909d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. add: validation on controller

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 17, 2024
    Configuration menu
    Copy the full SHA
    123a6f5 View commit details
    Browse the repository at this point in the history
  2. add: temporarily add pnpm-lock

    Signed-off-by: Krishna <[email protected]>
    GHkrishna committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3f4a8fe View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: add required attributes in OOB Issuance with email

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 21, 2024
    Configuration menu
    Copy the full SHA
    59ce00b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/set-default-type-as-anoncreds' of https://github.c…

    …om/credebl/platform into feat/set-default-type-as-anoncreds
    GHkrishna committed May 21, 2024
    Configuration menu
    Copy the full SHA
    8c227e2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. add: support for verification with connection

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 22, 2024
    Configuration menu
    Copy the full SHA
    967e0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ced6a6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. fix: enhance verification for credentialFormats

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b393619 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    aea24fe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/credebl/platform into fe…

    …at/set-default-type-as-anoncreds
    GHkrishna committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9d3e92d View commit details
    Browse the repository at this point in the history
  3. fix: remove commented code

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 24, 2024
    Configuration menu
    Copy the full SHA
    15c628f View commit details
    Browse the repository at this point in the history
  4. fix: remove commented code

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 24, 2024
    Configuration menu
    Copy the full SHA
    f396fcd View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. fix: add default values on DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 27, 2024
    Configuration menu
    Copy the full SHA
    bb94f26 View commit details
    Browse the repository at this point in the history
  2. fix: enum capitalization and naming

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2445146 View commit details
    Browse the repository at this point in the history
  3. fix: required filed validation

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed May 27, 2024
    Configuration menu
    Copy the full SHA
    1887bd7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. fix: add additional changes to issuance

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    8c1a9a7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/credebl/platform into fe…

    …at/set-default-type-as-anoncreds
    GHkrishna committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    80613f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: conficts with w3c bulk issuance

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    cf1f110 View commit details
    Browse the repository at this point in the history
  2. fix: default values in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c8448c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. fix: remove commented code

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    61c9cc6 View commit details
    Browse the repository at this point in the history
  2. add: tasks to do

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    cf9a4b3 View commit details
    Browse the repository at this point in the history
  3. fix: add default protocolVersion in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ba43b0d View commit details
    Browse the repository at this point in the history
  4. fix: remove commented code

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    af9c79a View commit details
    Browse the repository at this point in the history
  5. fix: update error message

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0f2a620 View commit details
    Browse the repository at this point in the history
  6. fix: protocolVersion type

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1b9cca9 View commit details
    Browse the repository at this point in the history
  7. fix: protocolVersion type update

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    bdbc52c View commit details
    Browse the repository at this point in the history
  8. fix: add example in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    26e3653 View commit details
    Browse the repository at this point in the history
  9. fix: error message in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    70c7df5 View commit details
    Browse the repository at this point in the history
  10. fix: api property opional in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8d56491 View commit details
    Browse the repository at this point in the history
  11. fix: add to do for adding anoncreds schema type

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    4a9f4bc View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. fix: examples in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    cf22ba0 View commit details
    Browse the repository at this point in the history
  2. fix: examples in DTO

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1f6156b View commit details
    Browse the repository at this point in the history
  3. fix: jsonld credential formats

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3a36580 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/credebl/platform into fe…

    …at/set-default-type-as-anoncreds
    GHkrishna committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f700d0c View commit details
    Browse the repository at this point in the history
  5. fix: comments

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3671788 View commit details
    Browse the repository at this point in the history
  6. fix: add comment

    Signed-off-by: Krishna Waske <[email protected]>
    GHkrishna committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    c1c8247 View commit details
    Browse the repository at this point in the history