Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(present-proof): add support for aries RFC 510 #1676

Merged

Commits on Jan 3, 2024

  1. feat(proofs): added PresentationExchangeService

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    ead1020 View commit details
    Browse the repository at this point in the history
  2. feat(proofs): initial boiler plate for ppv2

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    3dd4e61 View commit details
    Browse the repository at this point in the history
  3. feat(proofs): added PresentationExchangeModule

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8ef8f2d View commit details
    Browse the repository at this point in the history
  4. feat(present-proof): initial implementation without tests

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    528d31b View commit details
    Browse the repository at this point in the history
  5. feat(pex): created core PEX module

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    e4a41c2 View commit details
    Browse the repository at this point in the history
  6. chore(proofs): use core pex implementation

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    12ca53b View commit details
    Browse the repository at this point in the history
  7. feat(present-proof): working initial full flow

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    802a016 View commit details
    Browse the repository at this point in the history
  8. fix(present-proof): fixed the pex tests

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    2df672f View commit details
    Browse the repository at this point in the history
  9. fix(present-proof): do not take credentials as an input

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    985b19b View commit details
    Browse the repository at this point in the history
  10. fix(present-proof): resolved feedback but proof is not included

    Signed-off-by: Berend Sliedrecht <sliedrecht@berend.io>
    berendsliedrecht committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    f3e1534 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. updates to PEX flow

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6757add View commit details
    Browse the repository at this point in the history
  2. cleanup and ppv2 only supports pex v1

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    59ed3d3 View commit details
    Browse the repository at this point in the history
  3. refactor: add dif prefix

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    04b17b6 View commit details
    Browse the repository at this point in the history
  4. fix: json-ld issues ... :(

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d19ccb5 View commit details
    Browse the repository at this point in the history
  5. style: formatting

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e2a67b8 View commit details
    Browse the repository at this point in the history
  6. remove console log

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1e5fe20 View commit details
    Browse the repository at this point in the history
  7. fix test

    Signed-off-by: Timo Glastra <timo@animo.id>
    TimoGlastra committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    80bbc8b View commit details
    Browse the repository at this point in the history