-
Notifications
You must be signed in to change notification settings - Fork 24
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
skipClaimRevocationCheck
is defined in CredentialAtomicQueryV3
but not used?
#248
Comments
skipClaimRevocationCheck
is defined in CredentialAtomicQueryV3
but not used?
Thanks for the question @yushihang
However, the |
The above is something for us to check and fix. |
@AndriianChestnykh Thanks for your explanation,I am not sure that is there some judgement logic about skipClaimRevocationCheck in solidity code for v3? I found some code in v2 version, but not found in v3. |
isRevocationChecked is included to the query hash for v3 circuit. If user didn't do revocation check for proof generation it query hash will be not the same. |
Thanks @vmidyllic. Yes, and in V2 it is not included into the query hash, that's why we are checking it outside ZK Verifier there. |
contracts/contracts/validators/CredentialAtomicQueryV3Validator.sol
Line 22 in 4c5e26d
skipClaimRevocationCheck
is not used inCredentialAtomicQueryV3Validator
should it be verifier with
isRevocationChecked
together?Or should
skipClaimRevocationCheck
be removed from structCredentialAtomicQueryV3
The text was updated successfully, but these errors were encountered: