Add test paymaster contract #23
Annotations
10 errors and 12 warnings
Lint sources:
contracts/eip712/IAccount.sol#L3
Compiler version ^0.8.20 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/eip712/IPaymaster.sol#L3
Compiler version ^0.8.20 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/eip712/IPaymasterFlow.sol#L3
Compiler version ^0.8.20 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/eip712/TestPaymaster.sol#L2
Compiler version ^0.8.20 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/eip712/TransactionHelper.sol#L3
Compiler version 0.8.20 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/libraries/EIP712.sol#L2
Compiler version >=0.6.0 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/openzeppelin/token/ERC20/extensions/IERC20Permit.sol#L4
Compiler version ^0.8.0 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/openzeppelin/token/ERC20/IERC20.sol#L4
Compiler version ^0.8.0 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/openzeppelin/token/ERC20/utils/SafeERC20.sol#L4
Compiler version ^0.8.0 does not satisfy the ^0.5.8 semver requirement
|
Lint sources:
contracts/openzeppelin/utils/Address.sol#L4
Compiler version ^0.8.1 does not satisfy the ^0.5.8 semver requirement
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
Lint sources:
contracts/common/Initializable.sol#L32
Error message for require is too long
|
Lint sources:
contracts/common/Initializable.sol#L56
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint sources:
contracts/eip712/TestPaymaster.sol#L15
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
|
Lint sources:
contracts/eip712/TestPaymaster.sol#L31
Variable "_txHash" is unused
|
Lint sources:
contracts/eip712/TestPaymaster.sol#L34
Variable "_transaction" is unused
|
Lint sources:
contracts/eip712/TestPaymaster.sol#L37
Error message for require is too long
|
Lint sources:
contracts/eip712/TestPaymaster.sol#L48
Code contains empty blocks
|
Lint sources:
contracts/eip712/TransactionHelper.sol#L73
Explicitly mark visibility of state
|
Lint sources:
contracts/eip712/TransactionHelper.sol#L75
Explicitly mark visibility of state
|
Lint sources:
contracts/eip712/TransactionHelper.sol#L133
Error message for require is too long
|
Loading