You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
contracts/package/attestation/AsnDecode.sol
14:5 error 'decodeLength' should start with _ private-vars-leading-underscore
32:5 error 'copyDataBlock' should start with _ private-vars-leading-underscore
75:5 error 'decodeElementOffset' should start with _ private-vars-leading-underscore
87:5 error 'decodeDERData' should start with _ private-vars-leading-underscore
94:5 error 'decodeDERData' should start with _ private-vars-leading-underscore
115:5 error 'copyStringBlock' should start with _ private-vars-leading-underscore
158:5 error 'decodeElement' should start with _ private-vars-leading-underscore
165:5 error 'decodeIA5String' should start with _ private-vars-leading-underscore
contracts/package/attestation/EASverify.sol
22:5 error 'EIP712_DOMAIN_TYPE_HASH' should start with _ private-vars-leading-underscore
26:5 error 'TIME_GAP' should start with _ private-vars-leading-underscore
28:5 error Constant name must be in capitalized SNAKE_CASE const-name-snakecase
28:5 error 'name' should start with _ private-vars-leading-underscore
31:5 error 'ATTEST_TYPEHASH' should start with _ private-vars-leading-underscore
33:2 warning Line length must be no more than 120 but current length is 129 max-line-length
146:5 error 'decodeEasTicketData' should start with _ private-vars-leading-underscore
220:5 error 'validateTicketTimestamps' should start with _ private-vars-leading-underscore
283:5 error 'verifyEasRevoked' should start with _ private-vars-leading-underscore
contracts/package/attestation/IdAttest.sol
12:5 error 'TTL_GAP' should start with _ private-vars-leading-underscore
13:5 error 'INTEGER_TAG' should start with _ private-vars-leading-underscore
14:5 error 'COMPOUND_TAG' should start with _ private-vars-leading-underscore
16:5 error 'recoverSignedIdentifierAddress' should start with _ private-vars-leading-underscore
22:51 error Variable name must be in mixedCase var-name-mixedcase
52:2 warning Line length must be no more than 120 but current length is 122 max-line-length
54:2 warning Line length must be no more than 120 but current length is 142 max-line-length
65:5 error 'recoverSigner' should start with _ private-vars-leading-underscore
71:5 error 'splitSignature' should start with _ private-vars-leading-underscore
84:5 error 'decodeTimeBlock' should start with _ private-vars-leading-underscore
95:2 warning Line length must be no more than 120 but current length is 147 max-line-length
109:5 error 'addressFromPublicKey' should start with _ private-vars-leading-underscore
123:5 error 'publicKeyToAddress' should start with _ private-vars-leading-underscore
134:5 error 'decodeCommitment' should start with _ private-vars-leading-underscore
149:5 error 'recoverCommitment' should start with _ private-vars-leading-underscore
contracts/package/attestation/Pok.sol
18:5 error 'H_X' should start with _ private-vars-leading-underscore
19:5 error 'H_Y' should start with _ private-vars-leading-underscore
24:5 error 'CURVE_ORDER_BIT_LENGTH' should start with _ private-vars-leading-underscore
25:5 error 'CURVE_ORDER_BIT_SHIFT' should start with _ private-vars-leading-underscore
27:5 error 'H_POINT' should start with _ private-vars-leading-underscore
40:5 error 'recoverPOK' should start with _ private-vars-leading-underscore
52:5 error 'verifyPOK' should start with _ private-vars-leading-underscore
82:5 error 'ecEquals' should start with _ private-vars-leading-underscore
90:5 error 'getRiddle' should start with _ private-vars-leading-underscore
108:2 warning Line length must be no more than 120 but current length is 139 max-line-length
112:2 warning Line length must be no more than 120 but current length is 153 max-line-length
115:5 error 'extractXYFromPoint' should start with _ private-vars-leading-underscore
117:2 warning Line length must be no more than 120 but current length is 137 max-line-length
122:5 error 'ecAdd' should start with _ private-vars-leading-underscore
139:5 error 'mapToCurveMultiplier' should start with _ private-vars-leading-underscore
148:5 error 'ecMul' should start with _ private-vars-leading-underscore
165:5 error 'ecInv' should start with _ private-vars-leading-underscore
contracts/package/attestation/Utils.sol
12:5 error 'bytesToUint' should start with _ private-vars-leading-underscore
30:5 error 'bytesToHex' should start with _ private-vars-leading-underscore
contracts/package/attestation/VerifyAttestation.sol
64:5 error 'EMPTY_BYTES' should start with _ private-vars-leading-underscore
73:2 warning Line length must be no more than 120 but current length is 201 max-line-length
137:9 error Variable name must be in mixedCase var-name-mixedcase
139:9 error Variable name must be in mixedCase var-name-mixedcase
166:5 error 'verifyEqualityProof' should start with _ private-vars-leading-underscore
191:5 error 'recoverTicketSignatureAddress' should start with _ private-vars-leading-underscore
219:2 warning Line length must be no more than 120 but current length is 139 max-line-length
239:5 error 'getAttestationTimestamp' should start with _ private-vars-leading-underscore
253:2 warning Line length must be no more than 120 but current length is 122 max-line-length
255:2 warning Line length must be no more than 120 but current length is 142 max-line-length
265:5 error 'mapTo256BitInteger' should start with _ private-vars-leading-underscore
✖ 62 problems (51 errors, 11 warnings)
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
eventId
instead ofconferenceId
anddevconId
.