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

Credo integration PR - squashed commits #38

Merged
merged 6 commits into from
Oct 3, 2024
Merged

Commits on Oct 1, 2024

  1. feat: adding Credo service for DID and Key operations

    Signed-off-by: ShikharBhatt <[email protected]>
    ShikharBhatt authored and jrhender committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0670cd4 View commit details
    Browse the repository at this point in the history
  2. feat: Integrate credo in credentials api

    Signed-off-by: mesaresachin <[email protected]>
    mesaresachin authored and jrhender committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8d1bff3 View commit details
    Browse the repository at this point in the history
  3. docs: add initial ADR for vc-api

    Signed-off-by: jrhender <[email protected]>
    jrhender committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    dd72a6c View commit details
    Browse the repository at this point in the history
  4. docs(ADR): document Credo & database decisions

    Signed-off-by: jrhender <[email protected]>
    jrhender committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    db0777d View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. chore: use common db for askar and exchanges api

    - replace better-sqlite3 with sqlite
    - rename in-memory-db.ts to db-config.ts
    - TypeOrmSQLiteModule to accept inMemory boolean param; helps in db initialization for app and unit tests
    
    Signed-off-by: ShikharBhatt <[email protected]>
    ShikharBhatt authored and jrhender committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    09e7714 View commit details
    Browse the repository at this point in the history
  2. fix(dockerfile): supporting credo build

    Changed from node-alpine to base node.
    node-alpine was missing shared library ld-linux-x86-64.so.2.
    This lib is required by Askar.
    
    Also removed unneeded package installs.
    
    Signed-off-by: jrhender <[email protected]>
    jrhender committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b734b8a View commit details
    Browse the repository at this point in the history