Skip to content

Commit

Permalink
rm metadata from query
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Nov 15, 2023
1 parent 3efc3eb commit 5650b7d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/validators/CredentialAtomicQueryValidator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ abstract contract CredentialAtomicQueryValidator is OwnableUpgradeable, ICircuit
uint256[] allowedIssuers;
string[] circuitIds;
bool skipClaimRevocationCheck;
uint256 claimPathNotExists; // 0 for inclusion, 1 for non-inclusion
uint256 claimPathNotExists; // 0 for inclusion in merklized credentials, 1 for non-inclusion and for non-merklized credentials

Check failure on line 22 in contracts/validators/CredentialAtomicQueryValidator.sol

View workflow job for this annotation

GitHub Actions / solhint

Line length must be no more than 120 but current length is 134
}

struct CommonPubSignals {
Expand Down
1 change: 0 additions & 1 deletion test/validators/mtp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ describe("Atomic MTP Validator", function () {
"1496222740463292783938163206931059379817846775593932664024082849882751356658"
),
circuitIds: ["credentialAtomicQueryMTPV2OnChain"],
metadata: "test medatada",
skipClaimRevocationCheck: false,
claimPathNotExists: 0
};
Expand Down
1 change: 0 additions & 1 deletion test/validators/sig/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ describe("Atomic Sig Validator", function () {
"1496222740463292783938163206931059379817846775593932664024082849882751356658"
),
circuitIds: ["credentialAtomicQuerySigV2OnChain"],
metadata: "test medatada",
skipClaimRevocationCheck: false,
claimPathNotExists: 0
};
Expand Down
1 change: 0 additions & 1 deletion test/verifier/zkp-verifier.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ describe("ZKP Verifier", function () {
"1496222740463292783938163206931059379817846775593932664024082849882751356658"
),
circuitIds: ["credentialAtomicQuerySigV2OnChain"],
metadata: "test medatada",
claimPathNotExists: 0
};

Expand Down

0 comments on commit 5650b7d

Please sign in to comment.