Fix/verifier id check (#200) #520
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
contracts/identitytreestore/IdentityTreeStore.sol#L42
Avoid to use inline assembly. It is acceptable only in rare cases
|
contracts/identitytreestore/IdentityTreeStore.sol#L57
Avoid to use inline assembly. It is acceptable only in rare cases
|
contracts/identitytreestore/IdentityTreeStore.sol#L82
Use Custom Errors instead of require statements
|
contracts/identitytreestore/IdentityTreeStore.sol#L108
Variable "id" is unused
|
contracts/identitytreestore/IdentityTreeStore.sol#L120
Use Custom Errors instead of require statements
|
contracts/identitytreestore/IdentityTreeStore.sol#L186
Use Custom Errors instead of revert statements
|
contracts/identitytreestore/IdentityTreeStore.sol#L220
Use Custom Errors instead of revert statements
|
contracts/lib/ArrayUtils.sol#L20
Use Custom Errors instead of require statements
|
contracts/lib/ArrayUtils.sol#L21
Use Custom Errors instead of require statements
|
contracts/lib/ArrayUtils.sol#L22
Use Custom Errors instead of require statements
|
The logs for this run have expired and are no longer available.
Loading