CM-778 - Add multicaller contract with tests #772
Annotations
3 errors and 11 warnings
contracts/mocks/MockFunctions.sol#L10
Use Custom Errors instead of revert statements
|
contracts/multicall/GuardedMulticaller.sol#L202
Avoid to use low level calls
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/access/MintingAccessControl.sol#L6
Variable "AccessControl" is unused
|
contracts/access/MintingAccessControl.sol#L6
Variable "IAccessControl" is unused
|
contracts/mocks/MockFunctions.sol#L5
Code contains empty blocks
|
contracts/mocks/MockFunctions.sol#L10
Provide an error message for revert
|
contracts/mocks/MockFunctions.sol#L13
Code contains empty blocks
|
contracts/multicall/GuardedMulticaller.sol#L6
global import of path @openzeppelin/contracts/utils/cryptography/SignatureChecker.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/multicall/GuardedMulticaller.sol#L9
global import of path @openzeppelin/contracts/access/AccessControl.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/multicall/GuardedMulticaller.sol#L12
global import of path @openzeppelin/contracts/security/ReentrancyGuard.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/multicall/GuardedMulticaller.sol#L15
global import of path @openzeppelin/contracts/utils/cryptography/EIP712.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/multicall/GuardedMulticaller.sol#L28
Main key parameter in mapping permittedFunctionSelectors is not named
|
This job failed
Loading