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: indy revocation (prover & verifier) #592

Merged

Commits on Jul 16, 2021

  1. Added recepientRevocation for createProof

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    c2e15d3 View commit details
    Browse the repository at this point in the history
  2. Initial revocation functions for getRequestedCredentialsForProofRequest

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    14173a4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Added option to check for revocation status in getRequestedCredentials

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    2353f36 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. sorted transports

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    3316e0d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

  1. broken message sender tests

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 24, 2021
    Configuration menu
    Copy the full SHA
    20ba447 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. structure fix

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    af6431d View commit details
    Browse the repository at this point in the history
  2. lint import ordering

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    a8a3fb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. if(0) does not work.

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    9d732c8 View commit details
    Browse the repository at this point in the history
  2. utf-8 decode ws event.data

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4db4da6 View commit details
    Browse the repository at this point in the history
  3. indy wallet friendly bits

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    178bd6c View commit details
    Browse the repository at this point in the history
  4. correct protocal type

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    cfd7ece View commit details
    Browse the repository at this point in the history
  5. check invite during init

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    23fe187 View commit details
    Browse the repository at this point in the history
  6. id check

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    d67710c View commit details
    Browse the repository at this point in the history
  7. keep sockets with mediators open

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    bc4762d View commit details
    Browse the repository at this point in the history
  8. recursive backoff

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    dccb596 View commit details
    Browse the repository at this point in the history
  9. timeout

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    12de34e View commit details
    Browse the repository at this point in the history
  10. timeout time

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    8bcd966 View commit details
    Browse the repository at this point in the history
  11. logger

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    6814600 View commit details
    Browse the repository at this point in the history
  12. propper recursive backoff

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    3e6640f View commit details
    Browse the repository at this point in the history
  13. multiple socket timeout support

    Signed-off-by: Adam Burdett <burdettadam@gmail.com>
    burdettadam committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    27b4818 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Code cleanup

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1210bc6 View commit details
    Browse the repository at this point in the history
  2. Fix tests and types

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b515b49 View commit details
    Browse the repository at this point in the history
  3. Formatting and type fixes

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    6dab351 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Recipient revocation functional

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    67410d3 View commit details
    Browse the repository at this point in the history
  2. revocation fixes

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    27e8425 View commit details
    Browse the repository at this point in the history
  3. ran prettier

    Signed-off-by: Patrick Kenyon <treek.kenyon@gmail.com>
    TheTreek committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    4b54f75 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. chore: add ts ignore until types are updated

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    9cb1881 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. feat: updated tails download to utilize axios and added inline docs

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    5f6026a View commit details
    Browse the repository at this point in the history
  2. chore: fixed formatting

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    edd6f63 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. Merge branch 'main' into feature/revocationCleanup

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    1d45c30 View commit details
    Browse the repository at this point in the history
  2. chore: removed husky

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    0262fd0 View commit details
    Browse the repository at this point in the history
  3. fix: add back husky pre-push

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    57a6b15 View commit details
    Browse the repository at this point in the history
  4. chore: formatting

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    0ea5112 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. chore: merge main

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ee7934e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. fix: fixed error imports

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    1d1a640 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. chore: resolve dependency loop issues

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    59ff98c View commit details
    Browse the repository at this point in the history
  2. chore: formatting

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    7eceb62 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. chore: merged main

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    8c34125 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. feature: revocation ledger methods & proof get requested credentials …

    …revoked status
    
    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    b6c8a3f View commit details
    Browse the repository at this point in the history
  2. feature: added revocation state creation

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    ab0e433 View commit details
    Browse the repository at this point in the history
  3. fix: small tweaks and fixes for revocation

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    64930c3 View commit details
    Browse the repository at this point in the history
  4. feature: takes into account referent revocation intervals

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    11c2a13 View commit details
    Browse the repository at this point in the history
  5. chore: cleanup & prettier

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    3e354a7 View commit details
    Browse the repository at this point in the history
  6. chore: merge main

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    271c3ad View commit details
    Browse the repository at this point in the history
  7. fix: fixed createrevocationstate types & initial rev reg def caching

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    31a0cd3 View commit details
    Browse the repository at this point in the history
  8. chore: formatting

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    4c05c62 View commit details
    Browse the repository at this point in the history
  9. fix: fixed proofservice test mock

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    f6ea9dd View commit details
    Browse the repository at this point in the history
  10. chore: minor cleanup

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    264cb57 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. chore: rename indyutilitiesservice

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    e8913d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. chore: troubleshooting revocation, added ledger methods for verifying…

    … proof of non revocation
    
    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    2044f19 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. chore: cleanup & credential storage w/revocation

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    1cee54b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. feat: add download to file method to file system

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

Commits on Jan 31, 2022

  1. refactor: use rnfs for react native

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

Commits on Feb 1, 2022

  1. Merge pull request #19 from TimoGlastra/feat/download-to-file-rnfs

    feat: add download to file method to file system
    JamesKEbert authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    ddb770e View commit details
    Browse the repository at this point in the history
  2. chore: cleanup & log adjustments

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    1240acc View commit details
    Browse the repository at this point in the history
  3. chore: formatting

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4f15765 View commit details
    Browse the repository at this point in the history
  4. feat: verify proofs containing proof of non_revocation

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    72eff05 View commit details
    Browse the repository at this point in the history
  5. chore: formatting

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    02108ae View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into feature/revocationCleanup

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    1a06ae5 View commit details
    Browse the repository at this point in the history
  7. chore: update indy-sdk-react-native & indy-sdk types

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    115c2c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. chore: resolve yarn.lock conflicts

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    b5273c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. chore: adjusts names to be consistent & removing abbreviations

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    c1d44d0 View commit details
    Browse the repository at this point in the history
  2. chore: updated indy-sdk types to fix proof identifier types

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    698ed49 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. fix: indyverifierservice prototype pollution

    Signed-off-by: James Ebert <jamesebert.k@gmail.com>
    JamesKEbert committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    1067f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164e2ba View commit details
    Browse the repository at this point in the history