@iden3/contracts
Advanced tools
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
@@ -14,13 +14,2 @@ { | ||
| ], | ||
| "name": "AuthMethodAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "authMethod", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "AuthMethodIsNotActive", | ||
@@ -30,13 +19,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "authMethod", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "AuthMethodNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
@@ -47,41 +25,3 @@ "name": "ChallengeIsInvalid", | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupIdAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupIdNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "GroupIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupMustHaveAtLeastTwoRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "InvalidInitialization", | ||
@@ -108,7 +48,2 @@ "type": "error" | ||
| "inputs": [], | ||
| "name": "LinkIDNotTheSameForGroupedRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "MetadataNotSupportedYet", | ||
@@ -118,62 +53,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MissingUserIDInGroupOfRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MissingUserIDInRequest", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedMultiRequestId", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
@@ -186,13 +61,2 @@ "name": "NotInitializing", | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "nullifierSessionID", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "NullifierSessionIDAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "address", | ||
@@ -240,67 +104,3 @@ "name": "owner", | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedRequestId", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "RequestIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "RequestIdTypeNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "RequestIdUsesReservedBytes", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "RequestShouldNotHaveAGroup", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "responseFieldName", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "ResponseFieldAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "userIDFromAuth", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "userIDFromResponse", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "UserIDMismatch", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "UserNotAuthenticated", | ||
@@ -310,18 +110,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestVerifierID", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedVerifierID", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "VerifierIDIsNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "anonymous": false, | ||
@@ -1041,3 +825,3 @@ "inputs": [ | ||
| "internalType": "address", | ||
| "name": "owner", | ||
| "name": "creator", | ||
| "type": "address" | ||
@@ -1044,0 +828,0 @@ } |
@@ -523,3 +523,3 @@ { | ||
| "internalType": "address", | ||
| "name": "owner", | ||
| "name": "creator", | ||
| "type": "address" | ||
@@ -526,0 +526,0 @@ } |
@@ -14,13 +14,2 @@ { | ||
| ], | ||
| "name": "AuthMethodAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "authMethod", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "AuthMethodIsNotActive", | ||
@@ -30,13 +19,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "authMethod", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "AuthMethodNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
@@ -47,41 +25,3 @@ "name": "ChallengeIsInvalid", | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupIdAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupIdNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "GroupIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupMustHaveAtLeastTwoRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "InvalidInitialization", | ||
@@ -108,7 +48,2 @@ "type": "error" | ||
| "inputs": [], | ||
| "name": "LinkIDNotTheSameForGroupedRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "MetadataNotSupportedYet", | ||
@@ -118,62 +53,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MissingUserIDInGroupOfRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MissingUserIDInRequest", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedMultiRequestId", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
@@ -187,13 +62,2 @@ "name": "NotInitializing", | ||
| "internalType": "uint256", | ||
| "name": "nullifierSessionID", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "NullifierSessionIDAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
@@ -218,67 +82,3 @@ "type": "uint256" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedRequestId", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "RequestIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "RequestIdTypeNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "RequestIdUsesReservedBytes", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "RequestShouldNotHaveAGroup", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "responseFieldName", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "ResponseFieldAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "userIDFromAuth", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "userIDFromResponse", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "UserIDMismatch", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "UserNotAuthenticated", | ||
@@ -288,18 +88,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestVerifierID", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedVerifierID", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "VerifierIDIsNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "anonymous": false, | ||
@@ -960,3 +744,3 @@ "inputs": [ | ||
| "internalType": "address", | ||
| "name": "owner", | ||
| "name": "creator", | ||
| "type": "address" | ||
@@ -963,0 +747,0 @@ } |
@@ -14,13 +14,2 @@ { | ||
| ], | ||
| "name": "AuthMethodAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "authMethod", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "AuthMethodIsNotActive", | ||
@@ -30,13 +19,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "authMethod", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "AuthMethodNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
@@ -47,41 +25,3 @@ "name": "ChallengeIsInvalid", | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupIdAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupIdNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "GroupIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "GroupMustHaveAtLeastTwoRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "InvalidInitialization", | ||
@@ -108,7 +48,2 @@ "type": "error" | ||
| "inputs": [], | ||
| "name": "LinkIDNotTheSameForGroupedRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "MetadataNotSupportedYet", | ||
@@ -118,62 +53,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "groupId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MissingUserIDInGroupOfRequests", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MissingUserIDInRequest", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdNotFound", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedMultiRequestId", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "multiRequestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "MultiRequestIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
@@ -187,13 +62,2 @@ "name": "NotInitializing", | ||
| "internalType": "uint256", | ||
| "name": "nullifierSessionID", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "NullifierSessionIDAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
@@ -218,67 +82,3 @@ "type": "uint256" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedRequestId", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "RequestIdNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "RequestIdTypeNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "RequestIdUsesReservedBytes", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestId", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "RequestShouldNotHaveAGroup", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "string", | ||
| "name": "responseFieldName", | ||
| "type": "string" | ||
| } | ||
| ], | ||
| "name": "ResponseFieldAlreadyExists", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "userIDFromAuth", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "userIDFromResponse", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "UserIDMismatch", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "inputs": [], | ||
| "name": "UserNotAuthenticated", | ||
@@ -288,18 +88,2 @@ "type": "error" | ||
| { | ||
| "inputs": [ | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "requestVerifierID", | ||
| "type": "uint256" | ||
| }, | ||
| { | ||
| "internalType": "uint256", | ||
| "name": "expectedVerifierID", | ||
| "type": "uint256" | ||
| } | ||
| ], | ||
| "name": "VerifierIDIsNotValid", | ||
| "type": "error" | ||
| }, | ||
| { | ||
| "anonymous": false, | ||
@@ -941,3 +725,3 @@ "inputs": [ | ||
| "internalType": "address", | ||
| "name": "owner", | ||
| "name": "creator", | ||
| "type": "address" | ||
@@ -944,0 +728,0 @@ } |
+1
-1
| { | ||
| "name": "@iden3/contracts", | ||
| "description": "Smart Contract library for Solidity", | ||
| "version": "3.0.0", | ||
| "version": "3.1.0", | ||
| "files": [ | ||
@@ -6,0 +6,0 @@ "**/*.sol", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
122
1.67%2012249
-1.34%25432
-1.65%