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/submit #270

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from
Draft

Feat/submit #270

wants to merge 52 commits into from

Commits on May 29, 2024

  1. testing delegation and deployed services

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed May 29, 2024
    Configuration menu
    Copy the full SHA
    532d5b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. tested delegation endpoint

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    50c5fd6 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. successful single and multisig delegation

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    17037bc View commit details
    Browse the repository at this point in the history
  2. fixed local test-setup run with latest keria

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    a6b77c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. fixed salty log event ked/serder creation

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    931c934 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. with keripy multiplexor parser using local=True, getting to delegatee…

    … multisig member 2 failing on acceptMultisig exchange
    
    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b1db802 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    1b86f43 View commit details
    Browse the repository at this point in the history
  2. fixes for keripy/keria updates to exn w/ rp field

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    493eb6c View commit details
    Browse the repository at this point in the history
  3. del multisig w/o witnesses success

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    df700ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cf38cf View commit details
    Browse the repository at this point in the history
  5. multisig-vlei-issuance successful integration test

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6ead09e View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. updated digest in test per Serder changes

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    badc2b4 View commit details
    Browse the repository at this point in the history
  2. revert local test changes

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2c889ea View commit details
    Browse the repository at this point in the history
  3. remove comments, etc

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    619e76b View commit details
    Browse the repository at this point in the history
  4. small fix depending on env

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d6062c8 View commit details
    Browse the repository at this point in the history
  5. prettier

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d8fb5b9 View commit details
    Browse the repository at this point in the history
  6. making multisig methods available for other tests

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    23158fa View commit details
    Browse the repository at this point in the history
  7. fix docker digest

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    aa6ca23 View commit details
    Browse the repository at this point in the history
  8. fix docker keria health check

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    eda9bad View commit details
    Browse the repository at this point in the history
  9. prettier and audit fix

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b7de398 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ba44f33 View commit details
    Browse the repository at this point in the history
  11. prettier

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    c5968a8 View commit details
    Browse the repository at this point in the history
  12. fix syntax

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    63c473d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. prettier

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    723c60a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Fix naming

    2byrds committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    aed163c View commit details
    Browse the repository at this point in the history
  2. prettier

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4bb8503 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. testing submit_id with unrealeased keria

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    81edfb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. need to fix operation to monitor cue instead of db

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    09926eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44d9078 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

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

Commits on Jul 1, 2024

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

Commits on Jul 5, 2024

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

Commits on Jul 16, 2024

  1. restored original test-setup-single-client.test

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    87fb71b View commit details
    Browse the repository at this point in the history
  2. merged latest

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    2778070 View commit details
    Browse the repository at this point in the history
  3. restoring original keria docker-compose version string

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    444a6f7 View commit details
    Browse the repository at this point in the history
  4. simplify admitSingleSig call

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    139d028 View commit details
    Browse the repository at this point in the history
  5. bump version to 0.3.0 to signal breaking change with previous 0.1.x k…

    …eria versions
    
    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    19240dd View commit details
    Browse the repository at this point in the history
  6. fixed ixn url

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e884277 View commit details
    Browse the repository at this point in the history
  7. merged latest

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3368475 View commit details
    Browse the repository at this point in the history
  8. prettier

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    545abe5 View commit details
    Browse the repository at this point in the history
  9. fix npm audit issue with mermaid-js with override

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d467f59 View commit details
    Browse the repository at this point in the history
  10. restore eslint, etc

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    114a2b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. using constants

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    76fd97d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    682ebcc View commit details
    Browse the repository at this point in the history
  3. specify the keria version

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    bd43e40 View commit details
    Browse the repository at this point in the history
  4. adding test coverage for delegation approval

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8b6acf8 View commit details
    Browse the repository at this point in the history
  5. unit test coverage for delegation approval

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8600ead View commit details
    Browse the repository at this point in the history
  6. prettier

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    cd5325f View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. merged latest

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3697243 View commit details
    Browse the repository at this point in the history
  2. refactor temporary integration test submit

    Signed-off-by: 2byrds <[email protected]>
    2byrds committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    1dd5ea3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

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