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: Cred Issuance V2 APIs #987

Open
wants to merge 61 commits into
base: main
Choose a base branch
from

Commits on Sep 19, 2023

  1. initial holder draft

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2ad71ed View commit details
    Browse the repository at this point in the history
  2. moved around

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c4e5b2b View commit details
    Browse the repository at this point in the history
  3. renaming

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5465287 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. holder alt flows

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    0d2f894 View commit details
    Browse the repository at this point in the history
  2. demos and such

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    28cb51e View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2b2283b View commit details
    Browse the repository at this point in the history
  4. ok issuer impl, and moved mod

    around
    
    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3bb64c3 View commit details
    Browse the repository at this point in the history
  5. demoing and some cleaning

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6c15151 View commit details
    Browse the repository at this point in the history
  6. mock the ld demo

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bce7856 View commit details
    Browse the repository at this point in the history
  7. cleaning

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9a3205c View commit details
    Browse the repository at this point in the history
  8. replacement id

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ce0f5c0 View commit details
    Browse the repository at this point in the history
  9. comments

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    6471cfc View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. embed the format in all states

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0e9bb4f View commit details
    Browse the repository at this point in the history
  2. initial attempt

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d384543 View commit details
    Browse the repository at this point in the history
  3. type tests

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    72b5a58 View commit details
    Browse the repository at this point in the history
  4. testing

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c3875eb View commit details
    Browse the repository at this point in the history
  5. fmt

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6db278e View commit details
    Browse the repository at this point in the history
  6. error

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    07022e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Merge branch 'main' into gm/issue-cred-v2-messages

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    afd0f43 View commit details
    Browse the repository at this point in the history
  2. move v1 stuff together

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    45e8c18 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    6edfeaa View commit details
    Browse the repository at this point in the history
  4. refactored into ariesmessage enum layer

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    2cff482 View commit details
    Browse the repository at this point in the history
  5. rename v1 messages to have v1 suffix

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    2d6fc51 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. derive from

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0346322 View commit details
    Browse the repository at this point in the history
  2. lint

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    dceb4f5 View commit details
    Browse the repository at this point in the history
  3. fmt

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    881ed1a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into gm/cred-issuance-v2-drafting

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    bac0381 View commit details
    Browse the repository at this point in the history
  5. pull main and fmt

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    339ee46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dcc3f26 View commit details
    Browse the repository at this point in the history
  7. update imports

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    428ba60 View commit details
    Browse the repository at this point in the history
  8. message construction

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    1fa110c View commit details
    Browse the repository at this point in the history
  9. thids

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    19a1c66 View commit details
    Browse the repository at this point in the history
  10. rm many creds

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    72f9d2e View commit details
    Browse the repository at this point in the history
  11. attachment extraction

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    287abd9 View commit details
    Browse the repository at this point in the history
  12. better usage of transit

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    c3dc7ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    afe8814 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    539ca91 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. unit test setup

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d64749d View commit details
    Browse the repository at this point in the history
  2. first sys test

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    685beec View commit details
    Browse the repository at this point in the history
  3. offer and proposal details APIs

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bb7ab5d View commit details
    Browse the repository at this point in the history
  4. thid checking

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    52a386e View commit details
    Browse the repository at this point in the history
  5. state modules

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    35b86ba View commit details
    Browse the repository at this point in the history
  6. into failed state

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    6d38661 View commit details
    Browse the repository at this point in the history
  7. construction and deconstruction

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    672d17f View commit details
    Browse the repository at this point in the history
  8. in progress documenting

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a40547b View commit details
    Browse the repository at this point in the history
  9. remove strip option setters

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    21b2796 View commit details
    Browse the repository at this point in the history
  10. docco

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    dbce3a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. temp test against acapy

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    23cef4f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    6d3b5bb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into gm/cred-issuance-v2-drafting

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5d050cf View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge branch 'main' into gm/cred-issuance-v2-drafting

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    56d7e9a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge branch 'main' into gm/cred-issuance-v2-drafting

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b48fcd6 View commit details
    Browse the repository at this point in the history
  2. lock update

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    17acf7f View commit details
    Browse the repository at this point in the history
  3. fix base64 usage

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8efba17 View commit details
    Browse the repository at this point in the history
  4. trying splitting into processing and state_machines

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    866c989 View commit details
    Browse the repository at this point in the history
  5. fix up attachment data extraction and some comments

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    792f9ed View commit details
    Browse the repository at this point in the history
  6. trying tuple msg approach

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    c709d5b View commit details
    Browse the repository at this point in the history
  7. rename to completed

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    88b5bac View commit details
    Browse the repository at this point in the history
  8. state fields private and use constructors

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    7e9a3fb View commit details
    Browse the repository at this point in the history
  9. remove credential from credreceived state

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    b431ad7 View commit details
    Browse the repository at this point in the history
  10. integration test using processing functions

    Signed-off-by: George Mulhearn <[email protected]>
    gmulhearn-anonyome committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    83ce114 View commit details
    Browse the repository at this point in the history