custom min deposit and vanity create3 address #239
ci.yml
on: push
Lint sources
17s
Unit tests
21s
Annotations
7 errors and 12 warnings
Lint sources:
contracts/token/BiconomyTokenPaymaster.sol#L8
imported name SafeERC20 is not used
|
Lint sources:
contracts/token/BiconomyTokenPaymaster.sol#L470
Variable "maxCost" is unused
|
Lint sources:
contracts/token/swaps/Uniswapper.sol#L21
Function order is incorrect, state variable declaration can not go after custom error definition (line 18)
|
Lint sources:
contracts/utils/Create3.sol#L36
Function order is incorrect, state variable declaration can not go after custom error definition (line 11)
|
Lint sources:
contracts/utils/Deployer.sol#L12
Function order is incorrect, using for declaration can not go after custom error definition (line 10)
|
Lint sources:
contracts/utils/Deployer.sol#L23
Visibility modifier must be first in list of modifiers
|
Unit tests
Process completed with exit code 1.
|
Lint sources
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint sources:
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)
|
Lint sources:
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)
|
Lint sources:
contracts/base/BasePaymaster.sol#L19
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint sources:
contracts/base/BasePaymaster.sol#L110
GC: Use Custom Errors instead of require statements
|
Lint sources:
contracts/base/BasePaymaster.sol#L157
GC: Use Custom Errors instead of revert statements
|
Lint sources:
contracts/base/BasePaymaster.sol#L164
GC: Use Custom Errors instead of require statements
|
Lint sources:
contracts/base/BasePaymaster.sol#L172
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint sources:
contracts/interfaces/IBiconomySponsorshipPaymaster.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/IERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint sources:
contracts/interfaces/IBiconomySponsorshipPaymaster.sol#L18
'_paymasterId' should not start with _
|
Lint sources:
contracts/interfaces/IBiconomySponsorshipPaymaster.sol#L18
'_value' should not start with _
|
Unit tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|