-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix/transport connection id #24
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dad975d - Browse repository at this point
Copy the full SHA dad975dView commit details
Commits on Aug 26, 2022
-
test(credentials): fix flaky tests with events (openwallet-foundation…
…#966) Signed-off-by: 2byrds <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f90a27b - Browse repository at this point
Copy the full SHA f90a27bView commit details -
feat: bbs createKey, sign and verify (openwallet-foundation#684)
Signed-off-by: Berend Sliedrecht <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f91738 - Browse repository at this point
Copy the full SHA 5f91738View commit details -
feat: jsonld-credential support (openwallet-foundation#718)
Signed-off-by: Karim Stekelenburg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea34c47 - Browse repository at this point
Copy the full SHA ea34c47View commit details -
fix: peer dependency for rn bbs signatures (openwallet-foundation#785)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c751e28 - Browse repository at this point
Copy the full SHA c751e28View commit details -
fix: invalid injection symbols in W3cCredService (openwallet-foundati…
…on#786) Signed-off-by: Karim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 38cb106 - Browse repository at this point
Copy the full SHA 38cb106View commit details -
refactor: change hardcoded URLs to constants
Signed-off-by: Karim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a769cb8 - Browse repository at this point
Copy the full SHA a769cb8View commit details -
refactor: move signatures suites to vc module (openwallet-foundation#801
) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 550ea15 - Browse repository at this point
Copy the full SHA 550ea15View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b47cfcb - Browse repository at this point
Copy the full SHA b47cfcbView commit details -
feat: add agent context provider (openwallet-foundation#921)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1b1e5a - Browse repository at this point
Copy the full SHA a1b1e5aView commit details -
feat: add base agent class (openwallet-foundation#922)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 113a575 - Browse repository at this point
Copy the full SHA 113a575View commit details -
feat(tenants): initial tenants module (openwallet-foundation#932)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7cbd08c - Browse repository at this point
Copy the full SHA 7cbd08cView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for adfa65b - Browse repository at this point
Copy the full SHA adfa65bView commit details -
feat(ledger): smart schema and credential definition registration (op…
…enwallet-foundation#900) Signed-off-by: Moriarty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e708e9 - Browse repository at this point
Copy the full SHA 1e708e9View commit details -
feat: add dynamic suite and signing provider (openwallet-foundation#949)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab8b8ef - Browse repository at this point
Copy the full SHA ab8b8efView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7cbccb1 - Browse repository at this point
Copy the full SHA 7cbccb1View commit details -
feat(vc): delete w3c credential record (openwallet-foundation#886)
Signed-off-by: Karim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be37011 - Browse repository at this point
Copy the full SHA be37011View commit details -
fix(vc): change pubKey input from Buffer to Uint8Array (openwallet-fo…
…undation#935) Signed-off-by: Karim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80c3740 - Browse repository at this point
Copy the full SHA 80c3740View commit details -
feat(dids): add did registrar (openwallet-foundation#953)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93f3c93 - Browse repository at this point
Copy the full SHA 93f3c93View commit details -
feat: fetch verification method types by proof type (openwallet-found…
…ation#913) Signed-off-by: Karim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed69dac - Browse repository at this point
Copy the full SHA ed69dacView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for f38ac05 - Browse repository at this point
Copy the full SHA f38ac05View commit details
Commits on Aug 29, 2022
-
feat: OOB public did (openwallet-foundation#930)
Signed-off-by: Pavel Zarecky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c99f3c9 - Browse repository at this point
Copy the full SHA c99f3c9View commit details
Commits on Aug 30, 2022
-
feat(routing): manual mediator pickup lifecycle management (openwalle…
…t-foundation#989) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69d4906 - Browse repository at this point
Copy the full SHA 69d4906View commit details -
docs(demo): faber creates invitation (openwallet-foundation#995)
Signed-off-by: conanoc <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ef8f79 - Browse repository at this point
Copy the full SHA 4ef8f79View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f487182 - Browse repository at this point
Copy the full SHA f487182View commit details
Commits on Aug 31, 2022
-
fix(question-answer): question answer protocol state/role check (open…
…wallet-foundation#1001) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b90e87 - Browse repository at this point
Copy the full SHA 4b90e87View commit details
Commits on Sep 1, 2022
-
feat: Action Menu protocol (Aries RFC 0509) implementation (openwalle…
…t-foundation#974) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60a8091 - Browse repository at this point
Copy the full SHA 60a8091View commit details
Commits on Sep 6, 2022
-
fix(ledger): remove poolConnected on pool close (openwallet-foundatio…
…n#1011) Signed-off-by: Niall Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f0ca8b6 - Browse repository at this point
Copy the full SHA f0ca8b6View commit details -
fix(ledger): check taa version instad of aml version (openwallet-foun…
…dation#1013) Signed-off-by: Jakub Koci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ca56f6 - Browse repository at this point
Copy the full SHA 4ca56f6View commit details
Commits on Sep 7, 2022
-
chore: add @janrtvld to maintainers (openwallet-foundation#1016)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 856f40d - Browse repository at this point
Copy the full SHA 856f40dView commit details
Commits on Sep 8, 2022
-
feat(routing): add settings to control back off strategy on mediator …
…reconnection (openwallet-foundation#1017) Signed-off-by: Sergi Garreta <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 543437c - Browse repository at this point
Copy the full SHA 543437cView commit details
Commits on Sep 9, 2022
-
feat(proofs): delete associated didcomm messages (openwallet-foundati…
…on#1021) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dba46c3 - Browse repository at this point
Copy the full SHA dba46c3View commit details -
fix: avoid crash when an unexpected message arrives (openwallet-found…
…ation#1019) Signed-off-by: Pavel Zarecky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cfadd9 - Browse repository at this point
Copy the full SHA 2cfadd9View commit details -
fix: unable to resolve nodejs document loader in react native environ…
…ment (openwallet-foundation#1003) Signed-off-by: Karim Stekelenburg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5cdcfa2 - Browse repository at this point
Copy the full SHA 5cdcfa2View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 273e353 - Browse repository at this point
Copy the full SHA 273e353View commit details
Commits on Sep 10, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 82a17a3 - Browse repository at this point
Copy the full SHA 82a17a3View commit details
Commits on Sep 13, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for c789081 - Browse repository at this point
Copy the full SHA c789081View commit details
Commits on Sep 20, 2022
-
feat: use did:key flag (openwallet-foundation#1029)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8efade5 - Browse repository at this point
Copy the full SHA 8efade5View commit details
Commits on Sep 22, 2022
-
feat(proofs): add getRequestedCredentialsForProofRequest (openwallet-…
…foundation#1028) Signed-off-by: Mike Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26bb9c9 - Browse repository at this point
Copy the full SHA 26bb9c9View commit details -
refactor(proofs)!: createRequest for connectionless proof request (op…
…enwallet-foundation#1034) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a286b7 - Browse repository at this point
Copy the full SHA 5a286b7View commit details -
feat(proofs): proofs module migration script for 0.3.0 (openwallet-fo…
…undation#1020) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e9e0fc - Browse repository at this point
Copy the full SHA 5e9e0fcView commit details
Commits on Sep 24, 2022
-
ci: set default rust version (openwallet-foundation#1036)
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34db14b - Browse repository at this point
Copy the full SHA 34db14bView commit details
Commits on Sep 26, 2022
-
fix(oob): allow encoding in content type header (openwallet-foundatio…
…n#1037) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1d6592 - Browse repository at this point
Copy the full SHA e1d6592View commit details
Commits on Sep 29, 2022
-
feat: connection type (openwallet-foundation#994)
Signed-off-by: KolbyRKunz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d14a71 - Browse repository at this point
Copy the full SHA 0d14a71View commit details
Commits on Oct 6, 2022
-
feat: improve sending error handling (openwallet-foundation#1045)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a230841 - Browse repository at this point
Copy the full SHA a230841View commit details -
feat: expose findAllByQuery method in modules and services (openwalle…
…t-foundation#1044) Signed-off-by: Jim Ezesinachi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9dd95e8 - Browse repository at this point
Copy the full SHA 9dd95e8View commit details
Commits on Oct 7, 2022
-
feat: possibility to set masterSecretId inside of WalletConfig (openw…
…allet-foundation#1043) Signed-off-by: Andrii Uhryn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a89ad2 - Browse repository at this point
Copy the full SHA 8a89ad2View commit details -
feat: add indynamespace for ledger id for anoncreds (openwallet-found…
…ation#965) Signed-off-by: Moriarty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for df3777e - Browse repository at this point
Copy the full SHA df3777eView commit details -
feat(bbs): extract bbs logic into separate module (openwallet-foundat…
…ion#1035) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 991151b - Browse repository at this point
Copy the full SHA 991151bView commit details
Commits on Oct 8, 2022
-
fix(oob): set connection alias when creating invitation (openwallet-f…
…oundation#1047) Signed-off-by: Jakub Koci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7be979a - Browse repository at this point
Copy the full SHA 7be979aView commit details
Commits on Oct 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 34658b0 - Browse repository at this point
Copy the full SHA 34658b0View commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 97d3073 - Browse repository at this point
Copy the full SHA 97d3073View commit details
Commits on Oct 12, 2022
-
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`.
Configuration menu - View commit details
-
Copy full SHA for e0df0d8 - Browse repository at this point
Copy the full SHA e0df0d8View commit details
Commits on Oct 13, 2022
-
chore(release): v0.2.5 (openwallet-foundation#1052)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 72260cd - Browse repository at this point
Copy the full SHA 72260cdView commit details
Commits on Oct 20, 2022
-
refactor: fix inconsistencies in issue credential and present proof a…
…pi (openwallet-foundation#1050) Signed-off-by: Mike Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db184a8 - Browse repository at this point
Copy the full SHA db184a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4deca2c - Browse repository at this point
Copy the full SHA 4deca2cView commit details -
chore: update versions for all packages to 0.2.5
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78d19e7 - Browse repository at this point
Copy the full SHA 78d19e7View commit details -
chore(bbs): rename module-bbs directory
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 67daf73 - Browse repository at this point
Copy the full SHA 67daf73View commit details -
chore(tenants): rename module-tenants to tenants
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5351f6a - Browse repository at this point
Copy the full SHA 5351f6aView commit details -
chore: fix incorrect import paths
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6652520 - Browse repository at this point
Copy the full SHA 6652520View commit details
Commits on Oct 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f37a62 - Browse repository at this point
Copy the full SHA 7f37a62View commit details
Commits on Oct 25, 2022
-
refactor(proofs): remove ProofProtocolVersion enum in 0.3.0-pre (open…
…wallet-foundation#1062) Signed-off-by: Mike Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76dab16 - Browse repository at this point
Copy the full SHA 76dab16View commit details -
test: increment default timeout for modules (openwallet-foundation#1069)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28f54e2 - Browse repository at this point
Copy the full SHA 28f54e2View commit details -
feat(routing): add reconnection parameters to RecipientModuleConfig (o…
…penwallet-foundation#1070) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4fd1ae - Browse repository at this point
Copy the full SHA d4fd1aeView commit details -
refactor(proofs)!: rename ProofRecord to ProofExchangeRecord (openwal…
…let-foundation#1071) Signed-off-by: Mike Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f777b3d - Browse repository at this point
Copy the full SHA f777b3dView commit details
Commits on Oct 27, 2022
-
fix(react-native): move bbs dep to bbs package (openwallet-foundation…
…#1076) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6762bb - Browse repository at this point
Copy the full SHA c6762bbView commit details -
chore(react-native)!: update indy-sdk-react-native to 0.3.0 (openwall…
…et-foundation#1077) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d215e84 - Browse repository at this point
Copy the full SHA d215e84View commit details
Commits on Oct 31, 2022
-
docs: remove remaining docs (openwallet-foundation#1080)
Signed-off-by: Moriarty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a635565 - Browse repository at this point
Copy the full SHA a635565View commit details -
refactor(proofs)!: make nonce optional and add missing exports (openw…
…allet-foundation#1073) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7850a27 - Browse repository at this point
Copy the full SHA 7850a27View commit details
Commits on Nov 2, 2022
-
chore: make action-menu and question-answer public (openwallet-founda…
…tion#1082) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa553b4 - Browse repository at this point
Copy the full SHA fa553b4View commit details -
ci: use graph-type all for lerna publish (openwallet-foundation#1084)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bd01e40 - Browse repository at this point
Copy the full SHA bd01e40View commit details -
chore: update extension module sample (openwallet-foundation#1083)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ab403c9 - Browse repository at this point
Copy the full SHA ab403c9View commit details
Commits on Nov 7, 2022
-
fix(connections): do not log AgentContext object (openwallet-foundati…
…on#1085) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef20f1e - Browse repository at this point
Copy the full SHA ef20f1eView commit details
Commits on Nov 9, 2022
-
fix(routing): async message pickup on init (openwallet-foundation#1093)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15cfd91 - Browse repository at this point
Copy the full SHA 15cfd91View commit details
Commits on Nov 11, 2022
-
fix(demo): direct import to remove warnings (openwallet-foundation#1094)
Signed-off-by: blu3beri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6747756 - Browse repository at this point
Copy the full SHA 6747756View commit details -
feat: issue credentials v2 (W3C/JSON-LD) (openwallet-foundation#1092)
Signed-off-by: Mike Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 574e6a6 - Browse repository at this point
Copy the full SHA 574e6a6View commit details -
refactor: remove dependency on indy ledger service from sov did resol…
…ver/registrar (openwallet-foundation#1086) Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85d62ec - Browse repository at this point
Copy the full SHA 85d62ecView commit details
Commits on Nov 16, 2022
-
chore: deleted PresentationExchangeRecord.ts (openwallet-foundation#1098
) Signed-off-by: Jim Ezesinachi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1667aa2 - Browse repository at this point
Copy the full SHA 1667aa2View commit details
Commits on Nov 17, 2022
-
refactor: remove ACK status type of fail (openwallet-foundation#1107)
Signed-off-by: Jim Ezesinachi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d82ad01 - Browse repository at this point
Copy the full SHA d82ad01View commit details
Commits on Nov 23, 2022
-
fix: remove sensitive information from agent config toJSON() method (o…
…penwallet-foundation#1112) Signed-off-by: Jim Ezesinachi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 427a80f - Browse repository at this point
Copy the full SHA 427a80fView commit details -
feat: specify httpinboundtransport path (openwallet-foundation#1115)
Signed-off-by: Niall Shaw <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03cdf39 - Browse repository at this point
Copy the full SHA 03cdf39View commit details
Commits on Nov 24, 2022
-
feat!: add AgentMessageSentEvent and associate records to outbound me…
…ssages (openwallet-foundation#1099) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c68145a - Browse repository at this point
Copy the full SHA c68145aView commit details
Commits on Nov 28, 2022
-
fix(problem-report): proper string interpolation (openwallet-foundati…
…on#1120) Signed-off-by: blu3beri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4e9679 - Browse repository at this point
Copy the full SHA c4e9679View commit details
Commits on Dec 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f294129 - Browse repository at this point
Copy the full SHA f294129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 157a357 - Browse repository at this point
Copy the full SHA 157a357View commit details
Commits on Dec 8, 2022
-
fix: expose AttachmentData and DiscoverFeaturesEvents (openwallet-fou…
…ndation#1146) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e48f481 - Browse repository at this point
Copy the full SHA e48f481View commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e242c9 - Browse repository at this point
Copy the full SHA 9e242c9View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9f10da8 - Browse repository at this point
Copy the full SHA 9f10da8View commit details
Commits on Dec 11, 2022
-
fix: expose OutOfBandEvents (openwallet-foundation#1151)
Signed-off-by: Moriarty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3c040b6 - Browse repository at this point
Copy the full SHA 3c040b6View commit details
Commits on Dec 12, 2022
-
fix: use custom document loader in jsonld.frame (openwallet-foundatio…
…n#1119) Fixes openwallet-foundation#1111 Signed-off-by: Karim Stekelenburg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36d4656 - Browse repository at this point
Copy the full SHA 36d4656View commit details -
refactor(proofs): remove proofrequest property (openwallet-foundation…
…#1153) Signed-off-by: Tipu Singh <[email protected]> resolves openwallet-foundation#1114
Configuration menu - View commit details
-
Copy full SHA for bf4ceef - Browse repository at this point
Copy the full SHA bf4ceefView commit details -
fix(routing): add connection type on mediation grant (openwallet-foun…
…dation#1147) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 979c695 - Browse repository at this point
Copy the full SHA 979c695View commit details -
feat: remove keys on mediator when deleting connections (openwallet-f…
…oundation#1143) Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1af57fd - Browse repository at this point
Copy the full SHA 1af57fdView commit details
Commits on Dec 14, 2022
-
feat(oob): receive Invitation with timeout (openwallet-foundation#1156)
Signed-off-by: Pritam Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9352fa5 - Browse repository at this point
Copy the full SHA 9352fa5View commit details -
feat(proofs): proof negotiation (openwallet-foundation#1131)
Signed-off-by: Łukasz Przytuła <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c752461 - Browse repository at this point
Copy the full SHA c752461View commit details -
fix: credential values encoding (openwallet-foundation#1157)
Signed-off-by: Łukasz Przytuła <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e89e6c - Browse repository at this point
Copy the full SHA 0e89e6cView commit details
Commits on Dec 15, 2022
-
refactor(action-menu): clearly mark public api (openwallet-foundation…
…#1163) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4e5ca1 - Browse repository at this point
Copy the full SHA e4e5ca1View commit details
Commits on Dec 16, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 5e48696 - Browse repository at this point
Copy the full SHA 5e48696View commit details -
feat(w3c): add custom document loader option (openwallet-foundation#1159
) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff6abdf - Browse repository at this point
Copy the full SHA ff6abdfView commit details -
refactor(credentials): credential format service improvements (openwa…
…llet-foundation#1140) Signed-off-by: Mike Richardson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9acef3 - Browse repository at this point
Copy the full SHA c9acef3View commit details
Commits on Dec 19, 2022
-
feat(credentials)!: custom registration of credential protocols (open…
…wallet-foundation#1158) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff6293c - Browse repository at this point
Copy the full SHA ff6293cView commit details
Commits on Dec 20, 2022
-
fix(connections): use new did for each connection from reusable invit…
…ation (openwallet-foundation#1174) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0569b8 - Browse repository at this point
Copy the full SHA c0569b8View commit details -
feat!: allow to connect with self (openwallet-foundation#1173)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7781a55 - Browse repository at this point
Copy the full SHA 7781a55View commit details -
refactor: jsonld credential format improvements (openwallet-foundatio…
…n#1178) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc912c3 - Browse repository at this point
Copy the full SHA bc912c3View commit details
Commits on Dec 21, 2022
-
refactor(dids): use class instances in module config (openwallet-foun…
…dation#1175) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5c28bc - Browse repository at this point
Copy the full SHA d5c28bcView commit details -
chore(migrations)!: connections 0.3.0 migration script and tests (ope…
…nwallet-foundation#1177) Signed-off-by: Akiff Manji <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0b6602 - Browse repository at this point
Copy the full SHA a0b6602View commit details
Commits on Dec 22, 2022
-
refactor(wallet)!: remove wallet.createDid method (openwallet-foundat…
…ion#1180) * chore: deprecate agent public did
Configuration menu - View commit details
-
Copy full SHA for 5a6e40a - Browse repository at this point
Copy the full SHA 5a6e40aView commit details -
chore(release): v0.3.0 (openwallet-foundation#1064)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e299a03 - Browse repository at this point
Copy the full SHA e299a03View commit details
Commits on Dec 27, 2022
-
fix: missing migration script and exports (openwallet-foundation#1184)
Signed-off-by: Ariel Gentile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 460510d - Browse repository at this point
Copy the full SHA 460510dView commit details
Commits on Dec 31, 2022
-
chore(release): v0.3.1 (openwallet-foundation#1186)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1c6b880 - Browse repository at this point
Copy the full SHA 1c6b880View commit details
Commits on Jan 4, 2023
-
fix(credentials): typing if no modules provided (openwallet-foundatio…
…n#1188) Fixes openwallet-foundation#1187 Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 541356e - Browse repository at this point
Copy the full SHA 541356eView commit details -
chore(release): v0.3.2 (openwallet-foundation#1190)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5f98fed - Browse repository at this point
Copy the full SHA 5f98fedView commit details
Commits on Jan 9, 2023
-
feat: add anoncreds package (openwallet-foundation#1118)
Signed-off-by: Karim Stekelenburg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adba83d - Browse repository at this point
Copy the full SHA adba83dView commit details
Commits on Jan 10, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2f6ae14 - Browse repository at this point
Copy the full SHA 2f6ae14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d1982 - Browse repository at this point
Copy the full SHA 59d1982View commit details -
feat: adding trust ping events and trust ping command (openwallet-fou…
…ndation#1182) Signed-off-by: Kim Ebert <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd006f2 - Browse repository at this point
Copy the full SHA fd006f2View commit details -
chore: rename plugin to module (openwallet-foundation#1201)
Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da7abde - Browse repository at this point
Copy the full SHA da7abdeView commit details
Commits on Jan 11, 2023
-
feat(indy-sdk): add indy-sdk package (openwallet-foundation#1200)
Co-authored-by: Karim Stekelenburg <[email protected]> Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9933b35 - Browse repository at this point
Copy the full SHA 9933b35View commit details
Commits on Jan 12, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c34a3df - Browse repository at this point
Copy the full SHA c34a3dfView commit details -
chore: remove husky pre-push hook (openwallet-foundation#1209)
Signed-off-by: Timo Glastra <[email protected]> Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a04d1b - Browse repository at this point
Copy the full SHA 8a04d1bView commit details -
feat(anoncreds): add anoncreds registry service (openwallet-foundatio…
…n#1204) Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86647e7 - Browse repository at this point
Copy the full SHA 86647e7View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for b6f89f9 - Browse repository at this point
Copy the full SHA b6f89f9View commit details -
fix(openid4vc-client): set package to private (openwallet-foundation#…
…1210) Signed-off-by: Karim Stekelenburg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c697716 - Browse repository at this point
Copy the full SHA c697716View commit details
Commits on Jan 17, 2023
-
docs: corrected some mistakes on demo documentation (openwallet-found…
…ation#1215) Signed-off-by: Grammatopoulos Athanasios Vasileios <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 409d36c - Browse repository at this point
Copy the full SHA 409d36cView commit details -
fix: fix typing issues with typescript 4.9 (openwallet-foundation#1214)
Fixes openwallet-foundation#1205 Signed-off-by: Timo Glastra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 087980f - Browse repository at this point
Copy the full SHA 087980fView commit details
Commits on Jan 18, 2023
-
chore(release): v0.3.3 (openwallet-foundation#1217)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a572fe - Browse repository at this point
Copy the full SHA 4a572feView commit details -
fix(transport): added docs moved connection to connectionId
Signed-off-by: blu3beri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7d136c - Browse repository at this point
Copy the full SHA b7d136cView commit details