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

Implement selective disclosure, nullify, lte, gte and between operators #101

Merged
merged 31 commits into from
Sep 28, 2023

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    b42706a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    976a593 View commit details
    Browse the repository at this point in the history
  3. Trying to fix query test

    OBrezhniev committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7d93aaa View commit details
    Browse the repository at this point in the history
  4. Fix query test

    OBrezhniev committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ae4e523 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Make Nullify Op return 0 instead of failing if profile nonce is zero.…

    … Move selector of operator outputs to separate component. Add inspect flag to circom
    OBrezhniev committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1d3fa13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d5283 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Merge branch 'develop' into feature/sd-nullify

    # Conflicts:
    #	circuits/offchain/credentialAtomicQueryV3OffChain.circom
    #	circuits/onchain/credentialAtomicQueryV3OnChain.circom
    OBrezhniev committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    180120d View commit details
    Browse the repository at this point in the history
  2. Move operator output selector template to modifiers.circom. Add valid…

    …ation to it and remove from Query template. Unit tests for invalid query operators. Code formatting.
    OBrezhniev committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d6c1aa1 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. resolve comments

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7253c68 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from iden3/feature/sd-nullify-testvectors

    add unit tests for sd/nullify modifiers
    volodymyr-basiuk authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c22c917 View commit details
    Browse the repository at this point in the history
  3. Small fixes

    OBrezhniev committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    c43b277 View commit details
    Browse the repository at this point in the history
  4. Small fixes

    OBrezhniev committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    213804e View commit details
    Browse the repository at this point in the history
  5. Small fixes

    OBrezhniev committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    66c2d92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc0de7e View commit details
    Browse the repository at this point in the history
  7. refactor onchain v3

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a9ddc06 View commit details
    Browse the repository at this point in the history
  8. rm testfile

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    d9da82b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    046030d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    21da16d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f019848 View commit details
    Browse the repository at this point in the history
  12. rename proof type

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    ff2ccb9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8d87fc1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e8ff80 View commit details
    Browse the repository at this point in the history
  15. mv func

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    3c276fc View commit details
    Browse the repository at this point in the history
  16. onchain revoked

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    caad433 View commit details
    Browse the repository at this point in the history
  17. onchain JSONLD

    volodymyr-basiuk committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7d4eadb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. fix comments

    volodymyr-basiuk committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    76ea838 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37a588c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbd783c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #105 from iden3/feature/refactor-testvector-gen-v3

    Feature/refactor testvector gen v3
    volodymyr-basiuk authored Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d7de9c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Add additional signals to Nullify template (claimSchema and verifierI…

    …D). Add verifierID signal to V3 circuits. (#106)
    OBrezhniev authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    cf3ed57 View commit details
    Browse the repository at this point in the history