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

chore/remove file #25

Closed
wants to merge 20 commits into from

Commits on Jan 20, 2023

  1. feat(cache): add caching interface (openwallet-foundation#1229)

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    25b2bcf View commit details
    Browse the repository at this point in the history
  2. feat(proofs): sort credentials based on revocation (openwallet-founda…

    …tion#1225)
    
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    0f6d231 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. chore: deprecate injectionContainer on agent (openwallet-foundation#1241

    )
    
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    b6ae948 View commit details
    Browse the repository at this point in the history
  2. feat(indy-vdr): add indy-vdr package and indy vdr pool (openwallet-fo…

    …undation#1160)
    
    work funded by the Government of Ontario
    
    Signed-off-by: Victor Anene <victor@animo.id>
    Vickysomtee authored Jan 26, 2023
    Configuration menu
    Copy the full SHA
    e8d6ac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. feat(anoncreds): add legacy indy credential format (openwallet-founda…

    …tion#1220)
    
    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    13f3740 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. feat(indy-vdr): did:sov resolver (openwallet-foundation#1247)

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

Commits on Feb 2, 2023

  1. feat(indy-vdr): use @hyperledger packages (openwallet-foundation#1252)

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

Commits on Feb 5, 2023

  1. ci: forceExit and bail tests (openwallet-foundation#1266)

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

Commits on Feb 6, 2023

  1. feat(anoncreds): add anoncreds API (openwallet-foundation#1232)

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3a4c5ec View commit details
    Browse the repository at this point in the history
  2. feat: optional routing for legacy connectionless invitation (openwall…

    …et-foundation#1271)
    
    Signed-off-by: Jim Ezesinachi <jim@animo.id>
    jimezesinachi authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7f65ba9 View commit details
    Browse the repository at this point in the history
  3. feat(openid4vc-client): pre-authorized (openwallet-foundation#1243)

    This PR adds support for the `pre-authorized` OpenID for Verifiable Credentials issuance flow to the new `openid4vc-client` module.
    
    Here are some highlights of the work:
    - Allows the user to execute the entire `pre-authorized` flow by calling a single method.
    - Adds a happy-flow test
        - HTTP(S) requests and responses are mocked using a network mocking library called [nock](https://github.com/nock/nock)
        - Because the JSON-LD credential that is received is expanded by the `W3cCredentialService`, I've added a few new contexts to our test document loader.
        - Not-so-happy-flow tests will be added later on. If you have any suggestions for edge cases that deserve testing, feel free to drop a comment. 
    - Modifies the `JwsService`
        - The `JwsService` was geared towards a very specific use case. I've generalized its API so it's usable for a wider range of applications.
        - All pre-existing tests and calls to the `JwsService` have been updated.
    
    It's worth noting that I have had to add some `@ts-ignore` statements here and there to get around some incomplete types in the `OpenID4VCI-Client` library we're using. Once these issues have been resolved in the client library, they will be removed.
    
    **Work funded by the government of Ontario**
    
    ---------
    
    Signed-off-by: Karim Stekelenburg <karim@animo.id>
    Co-authored-by: Timo Glastra <timo@animo.id>
    karimStekelenburg and TimoGlastra authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3d86e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    115d897 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. feat: add initial askar package (openwallet-foundation#1211)

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

Commits on Feb 10, 2023

  1. feat(indy-vdr): add IndyVdrAnonCredsRegistry (openwallet-foundation#1270

    )
    
    Signed-off-by: Timo Glastra <timo@animo.id>
    Vickysomtee authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d056316 View commit details
    Browse the repository at this point in the history
  2. ci: increase maximum heap memory for node (openwallet-foundation#1280)

    Signed-off-by: Ariel Gentile <gentilester@gmail.com>
    genaris authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    86cb9d0 View commit details
    Browse the repository at this point in the history
  3. feat: added endpoint setter to agent InitConfig (openwallet-foundatio…

    …n#1278)
    
    Signed-off-by: Jim Ezesinachi <jim@animo.id>
    jimezesinachi authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    1d487b1 View commit details
    Browse the repository at this point in the history
  4. fix: set updateAt on records when updating a record (openwallet-found…

    …ation#1272)
    
    Signed-off-by: KolbyRKunz <kolbykunz@yahoo.com>
    KolbyRKunz authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    2669d7d View commit details
    Browse the repository at this point in the history
  5. feat: add anoncreds-rs package (openwallet-foundation#1275)

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

Commits on Feb 11, 2023

  1. fix(transport)!: added docs moved connection to connectionId (openwal…

    …let-foundation#1222)
    
    Signed-off-by: blu3beri <blu3beri@proton.me>
    berendsliedrecht authored Feb 11, 2023
    Configuration menu
    Copy the full SHA
    30857b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. chore(core): remove useless file

    Signed-off-by: blu3beri <blu3beri@proton.me>
    berendsliedrecht committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    60bde6d View commit details
    Browse the repository at this point in the history