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

fix/transport connection id #24

Closed

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    dad975d View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    f90a27b View commit details
    Browse the repository at this point in the history
  2. feat: bbs createKey, sign and verify (openwallet-foundation#684)

    Signed-off-by: Berend Sliedrecht <[email protected]>
    berendsliedrecht authored and TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    5f91738 View commit details
    Browse the repository at this point in the history
  3. feat: jsonld-credential support (openwallet-foundation#718)

    Signed-off-by: Karim Stekelenburg <[email protected]>
    karimStekelenburg authored and TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    ea34c47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c751e28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38cb106 View commit details
    Browse the repository at this point in the history
  6. refactor: change hardcoded URLs to constants

    Signed-off-by: Karim <[email protected]>
    karimStekelenburg authored and TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a769cb8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    550ea15 View commit details
    Browse the repository at this point in the history
  8. refactor!: add agent context (openwallet-foundation#920)

    Signed-off-by: Timo Glastra <[email protected]>
    
    BREAKING CHANGE: To make AFJ multi-tenancy ready, all services and repositories have been made stateless. A new `AgentContext` is introduced that holds the current context, which is passed to each method call. The public API hasn't been affected, but due to the large impact of this change it is marked as breaking.
    TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    b47cfcb View commit details
    Browse the repository at this point in the history
  9. feat: add agent context provider (openwallet-foundation#921)

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    a1b1e5a View commit details
    Browse the repository at this point in the history
  10. feat: add base agent class (openwallet-foundation#922)

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    113a575 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7cbd08c View commit details
    Browse the repository at this point in the history
  12. feat(tenants): tenant lifecycle (openwallet-foundation#942)

    * fix: make event listeners tenant aware
    * chore(deps): update tsyringe
    * feat: add agent context disposal
    * feat(tenants): with tenant agent method
    * test(tenants): add tests for session mutex
    * feat(tenants): use RAW key derivation
    * test(tenants): add e2e session tests
    * feat(tenants): destroy and end session
    
    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    adfa65b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1e708e9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ab8b8ef View commit details
    Browse the repository at this point in the history
  15. refactor!: module to api and module config (openwallet-foundation#943)

    Signed-off-by: Timo Glastra <[email protected]>
    
    BREAKING CHANGE: All module api classes have been renamed from `XXXModule` to `XXXApi`. A module now represents a module plugin, and is separate from the API of a module. If you previously imported e.g. the `CredentialsModule` class, you should now import the `CredentialsApi` class
    TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    7cbccb1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    be37011 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    80c3740 View commit details
    Browse the repository at this point in the history
  18. feat(dids): add did registrar (openwallet-foundation#953)

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    93f3c93 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ed69dac View commit details
    Browse the repository at this point in the history
  20. feat: add present proof v2 (openwallet-foundation#979)

    Signed-off-by: Mike Richardson <[email protected]>
    
    Co-authored-by: NB Prasad Katkar <[email protected]>
    Co-authored-by: Karim Stekelenburg <[email protected]>
    3 people authored and TimoGlastra committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    f38ac05 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. feat: OOB public did (openwallet-foundation#930)

    Signed-off-by: Pavel Zarecky <[email protected]>
    Iskander508 authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    c99f3c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    69d4906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ef8f79 View commit details
    Browse the repository at this point in the history
  3. chore(release): v0.2.3 (openwallet-foundation#999)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Aug 30, 2022
    Configuration menu
    Copy the full SHA
    f487182 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Configuration menu
    Copy the full SHA
    4b90e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Configuration menu
    Copy the full SHA
    60a8091 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    f0ca8b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ca56f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    856f40d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    543437c View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    dba46c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cfadd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cdcfa2 View commit details
    Browse the repository at this point in the history
  4. feat!: Discover Features V2 (openwallet-foundation#991)

    * feat: expose featureRegistry & add some e2e tests
    * feat: add synchronous feature query
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    BREAKING CHANGE: 
    - `queryFeatures` method parameters have been unified to a single `QueryFeaturesOptions` object that requires specification of Discover Features protocol to be used. 
    - `isProtocolSupported` has been replaced by the more general synchronous mode of `queryFeatures`, which works when `awaitDisclosures` in options is set. Instead of returning a boolean, it returns an object with matching features
    - Custom modules implementing protocols must register them in Feature Registry in order to let them be discovered by other agents (this can be done in module `register(dependencyManager, featureRegistry)` method)
    genaris authored Sep 9, 2022
    Configuration menu
    Copy the full SHA
    273e353 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. feat!: agent module registration api (openwallet-foundation#955)

    Signed-off-by: Timo Glastra <[email protected]>
    
    BREAKING CHANGE: custom modules have been moved to the .modules namespace. In addition the agent constructor has been updated to a single options object that contains the `config` and `dependencies` properties. Instead of constructing the agent like this:
    
    ```ts
    const agent = new Agent({ /* config */ }, agentDependencies)
    ```
    
    You should now construct it like this:
    ```ts
    const agent = new Agent({
      config: { /* config */ },
      dependencies: agentDependencies
    })
    ```
    
    This allows for the new custom modules to be defined in the agent constructor.
    TimoGlastra authored Sep 10, 2022
    Configuration menu
    Copy the full SHA
    82a17a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. chore(release): v0.2.4 (openwallet-foundation#1024)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c789081 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. feat: use did:key flag (openwallet-foundation#1029)

    Signed-off-by: Ariel Gentile <[email protected]>
    genaris authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    8efade5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    26bb9c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a286b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9e0fc View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. ci: set default rust version (openwallet-foundation#1036)

    Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
    sairanjit authored Sep 24, 2022
    Configuration menu
    Copy the full SHA
    34db14b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    e1d6592 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. feat: connection type (openwallet-foundation#994)

    Signed-off-by: KolbyRKunz <[email protected]>
    KolbyRKunz authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    0d14a71 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    a230841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dd95e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    8a89ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df3777e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    991151b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    7be979a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. chore: merge branch 'main' into 0.3.0-pre (openwallet-foundation#1030)

    * feat: OOB public did (openwallet-foundation#930)
    
    Signed-off-by: Pavel Zarecky <[email protected]>
    
    * feat(routing): manual mediator pickup lifecycle management (openwallet-foundation#989)
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * docs(demo): faber creates invitation (openwallet-foundation#995)
    
    Signed-off-by: conanoc <[email protected]>
    
    * chore(release): v0.2.3 (openwallet-foundation#999)
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * fix(question-answer): question answer protocol state/role check (openwallet-foundation#1001)
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * feat: Action Menu protocol (Aries RFC 0509) implementation (openwallet-foundation#974)
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * fix(ledger): remove poolConnected on pool close (openwallet-foundation#1011)
    
    Signed-off-by: Niall Shaw <[email protected]>
    
    * fix(ledger): check taa version instad of aml version (openwallet-foundation#1013)
    
    Signed-off-by: Jakub Koci <[email protected]>
    
    * chore: add @janrtvld to maintainers (openwallet-foundation#1016)
    
    Signed-off-by: Timo Glastra <[email protected]>
    
    * feat(routing): add settings to control back off strategy on mediator reconnection (openwallet-foundation#1017)
    
    Signed-off-by: Sergi Garreta <[email protected]>
    
    * fix: avoid crash when an unexpected message arrives (openwallet-foundation#1019)
    
    Signed-off-by: Pavel Zarecky <[email protected]>
    
    * chore(release): v0.2.4 (openwallet-foundation#1024)
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    * style: fix some lint errors
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * feat: use did:key flag (openwallet-foundation#1029)
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * ci: set default rust version (openwallet-foundation#1036)
    
    Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
    
    * fix(oob): allow encoding in content type header (openwallet-foundation#1037)
    
    Signed-off-by: Timo Glastra <[email protected]>
    
    * feat: connection type (openwallet-foundation#994)
    
    Signed-off-by: KolbyRKunz <[email protected]>
    
    * chore(module-tenants): match package versions
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * feat: improve sending error handling (openwallet-foundation#1045)
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    * feat: expose findAllByQuery method in modules and services (openwallet-foundation#1044)
    
    Signed-off-by: Jim Ezesinachi <[email protected]>
    
    * feat: possibility to set masterSecretId inside of WalletConfig (openwallet-foundation#1043)
    
    Signed-off-by: Andrii Uhryn <[email protected]>
    
    * fix(oob): set connection alias when creating invitation (openwallet-foundation#1047)
    
    Signed-off-by: Jakub Koci <[email protected]>
    
    * build: fix missing parameter
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    Signed-off-by: Pavel Zarecky <[email protected]>
    Signed-off-by: Ariel Gentile <[email protected]>
    Signed-off-by: conanoc <[email protected]>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Signed-off-by: Niall Shaw <[email protected]>
    Signed-off-by: Jakub Koci <[email protected]>
    Signed-off-by: Timo Glastra <[email protected]>
    Signed-off-by: Sergi Garreta <[email protected]>
    Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
    Signed-off-by: KolbyRKunz <[email protected]>
    Signed-off-by: Jim Ezesinachi <[email protected]>
    Signed-off-by: Andrii Uhryn <[email protected]>
    Co-authored-by: Iskander508 <[email protected]>
    Co-authored-by: conanoc <[email protected]>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Niall Shaw <[email protected]>
    Co-authored-by: jakubkoci <[email protected]>
    Co-authored-by: Timo Glastra <[email protected]>
    Co-authored-by: Sergi Garreta Serra <[email protected]>
    Co-authored-by: Sai Ranjit Tummalapalli <[email protected]>
    Co-authored-by: KolbyRKunz <[email protected]>
    Co-authored-by: Jim Ezesinachi <[email protected]>
    Co-authored-by: an-uhryn <[email protected]>
    12 people authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    34658b0 View commit details
    Browse the repository at this point in the history
  2. feat(question-answer)!: separate logic to a new module (openwallet-fo…

    …undation#1040)
    
    Signed-off-by: blu3beri <[email protected]>
    
    BREAKING CHANGE: question-answer module has been removed from the core and moved to a separate package. To integrate it in an Agent instance, it can be injected in constructor like this:
    ```ts
    const agent = new Agent({
      config: { /* config */ },
      dependencies: agentDependencies,
      modules: {
        questionAnswer: new QuestionAnswerModule(),
        /* other custom modules */
       }
    })
    ```
    
    Then, module API can be accessed in `agent.modules.questionAnswer`.
    berendsliedrecht authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    97d3073 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. feat(action-menu)!: move to separate package (openwallet-foundation#1049

    )
    
    Signed-off-by: Ariel Gentile <[email protected]>
    
    BREAKING CHANGE: action-menu module has been removed from the core and moved to a separate package. To integrate it in an Agent instance, it can be injected in constructor like this:
    ```ts
    const agent = new Agent({
      config: { /* config */ },
      dependencies: agentDependencies,
      modules: {
        actionMenu: new ActionMenuModule(),
        /* other custom modules */
       }
    })
    ```
    
    Then, module API can be accessed in `agent.modules.actionMenu`.
    genaris authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    e0df0d8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. chore(release): v0.2.5 (openwallet-foundation#1052)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Oct 13, 2022
    Configuration menu
    Copy the full SHA
    72260cd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Configuration menu
    Copy the full SHA
    db184a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4deca2c View commit details
    Browse the repository at this point in the history
  3. chore: update versions for all packages to 0.2.5

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    78d19e7 View commit details
    Browse the repository at this point in the history
  4. chore(bbs): rename module-bbs directory

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    67daf73 View commit details
    Browse the repository at this point in the history
  5. chore(tenants): rename module-tenants to tenants

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5351f6a View commit details
    Browse the repository at this point in the history
  6. chore: fix incorrect import paths

    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6652520 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    7f37a62 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    76dab16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f54e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4fd1ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f777b3d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Configuration menu
    Copy the full SHA
    c6762bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d215e84 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    a635565 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7850a27 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    fa553b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd01e40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab403c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    ef20f1e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. Configuration menu
    Copy the full SHA
    15cfd91 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    6747756 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    574e6a6 View commit details
    Browse the repository at this point in the history
  3. refactor: remove dependency on indy ledger service from sov did resol…

    …ver/registrar (openwallet-foundation#1086)
    
    Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
    sairanjit authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    85d62ec View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    1667aa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    d82ad01 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    427a80f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03cdf39 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    c68145a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Configuration menu
    Copy the full SHA
    c4e9679 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    f294129 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157a357 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    e48f481 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Configuration menu
    Copy the full SHA
    9e242c9 View commit details
    Browse the repository at this point in the history
  2. feat!: use did:key in protocols by default (openwallet-foundation#1149)

    Signed-off-by: Ariel Gentile <[email protected]>
    
    BREAKING CHANGE: `useDidKeyInProtocols` configuration parameter is now enabled by default. If your agent only interacts with modern agents (e.g. AFJ 0.2.5 and newer) this will not represent any issue. Otherwise it is safer to explicitly set it to `false`. However, keep in mind that we expect this setting to be deprecated in the future, so we encourage you to update all your agents to use did:key.
    genaris authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    9f10da8 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2022

  1. Configuration menu
    Copy the full SHA
    3c040b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    36d4656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4ceef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    979c695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1af57fd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    9352fa5 View commit details
    Browse the repository at this point in the history
  2. feat(proofs): proof negotiation (openwallet-foundation#1131)

    Signed-off-by: Łukasz Przytuła <[email protected]>
    Przytua authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c752461 View commit details
    Browse the repository at this point in the history
  3. fix: credential values encoding (openwallet-foundation#1157)

    Signed-off-by: Łukasz Przytuła <[email protected]>
    Przytua authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    0e89e6c View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    e4e5ca1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. refactor!: rename Handler to MessageHandler (openwallet-foundation#1161)

    Signed-off-by: Timo Glastra <[email protected]>
    
    BREAKING CHANGE: Handler has been renamed to MessageHandler to be more descriptive, along with related types and methods. This means:
    
    Handler is now MessageHandler
    HandlerInboundMessage is now MessageHandlerInboundMessage
    Dispatcher.registerHandler is now Dispatcher.registerMessageHandlers
    TimoGlastra authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5e48696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6abdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9acef3 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Configuration menu
    Copy the full SHA
    ff6293c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    c0569b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7781a55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc912c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    d5c28bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0b6602 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. refactor(wallet)!: remove wallet.createDid method (openwallet-foundat…

    …ion#1180)
    
    * chore: deprecate agent public did
    TimoGlastra authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    5a6e40a View commit details
    Browse the repository at this point in the history
  2. chore(release): v0.3.0 (openwallet-foundation#1064)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    e299a03 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    460510d View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. chore(release): v0.3.1 (openwallet-foundation#1186)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    1c6b880 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    541356e View commit details
    Browse the repository at this point in the history
  2. chore(release): v0.3.2 (openwallet-foundation#1190)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5f98fed View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. feat: add anoncreds package (openwallet-foundation#1118)

    Signed-off-by: Karim Stekelenburg <[email protected]>
    karimStekelenburg authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    adba83d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. build(deps): bump luxon from 1.28.0 to 1.28.1 (openwallet-foundation#…

    …1196)
    
    Bumps [luxon](https://github.com/moment/luxon) from 1.28.0 to 1.28.1.
    - [Release notes](https://github.com/moment/luxon/releases)
    - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md)
    - [Commits](moment/[email protected])
    
    ---
    updated-dependencies:
    - dependency-name: luxon
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 10, 2023
    Configuration menu
    Copy the full SHA
    2f6ae14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d1982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd006f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da7abde View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. feat(indy-sdk): add indy-sdk package (openwallet-foundation#1200)

    Co-authored-by: Karim Stekelenburg <[email protected]>
    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra and karimStekelenburg authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    9933b35 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. docs: update readme packages (openwallet-foundation#1206)

    * docs: update readme packages
    
    Signed-off-by: Karim Stekelenburg <[email protected]>
    Co-authored-by: Ariel Gentile <[email protected]>
    karimStekelenburg and genaris authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c34a3df View commit details
    Browse the repository at this point in the history
  2. chore: remove husky pre-push hook (openwallet-foundation#1209)

    Signed-off-by: Timo Glastra <[email protected]>
    
    Signed-off-by: Timo Glastra <[email protected]>
    TimoGlastra authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    8a04d1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86647e7 View commit details
    Browse the repository at this point in the history
  4. feat: add minimal oidc-client package (openwallet-foundation#1197)

    Work funded by the Government of Ontario.
    
    * feat: add openid4vc-client package
    
    Signed-off-by: Karim Stekelenburg <[email protected]>
    Co-authored-by: Timo Glastra <[email protected]>
    karimStekelenburg and TimoGlastra authored Jan 12, 2023
    Configuration menu
    Copy the full SHA
    b6f89f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c697716 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. docs: corrected some mistakes on demo documentation (openwallet-found…

    …ation#1215)
    
    Signed-off-by: Grammatopoulos Athanasios Vasileios <[email protected]>
    GramThanos authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    409d36c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    087980f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

  1. chore(release): v0.3.3 (openwallet-foundation#1217)

    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    4a572fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7d136c View commit details
    Browse the repository at this point in the history