pnpm i ignore scripts #129
Annotations
1 error and 11 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/base/BasePaymaster.sol#L7
global import of path @openzeppelin/contracts/utils/introspection/IERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/base/BasePaymaster.sol#L10
global import of path account-abstraction/core/UserOperationLib.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/base/BasePaymaster.sol#L18
Immutable variables name are set to be in capitalized SNAKE_CASE
|
contracts/base/BasePaymaster.sol#L20
'PAYMASTER_VALIDATION_GAS_OFFSET' should start with _
|
contracts/base/BasePaymaster.sol#L21
'PAYMASTER_POSTOP_GAS_OFFSET' should start with _
|
contracts/base/BasePaymaster.sol#L22
'PAYMASTER_DATA_OFFSET' should start with _
|
contracts/base/BasePaymaster.sol#L24
'_owner' should not start with _
|
contracts/base/BasePaymaster.sol#L24
'_entryPoint' should not start with _
|
contracts/base/BasePaymaster.sol#L108
'_entryPoint' should not start with _
|
contracts/base/BasePaymaster.sol#L109
GC: Use Custom Errors instead of require statements
|
This job failed
Loading