[DRAFT] refactor/SMA: Inheritable Account Refactor #552
Annotations
4 errors and 4 warnings
src/account/AccountFactory.sol#L115
'_getAddressFallbackSigner' should not start with _
|
src/account/SemiModularAccount.sol#L10
imported name IModuleManager is not used
|
src/account/SemiModularAccount.sol#L11
imported name IValidation is not used
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/
|
src/account/AccountFactory.sol#L115
Function order is incorrect, public view function can not go after public pure function (line 111)
|
src/account/SemiModularAccount.sol#L51
Function order is incorrect, internal function can not go after internal view function (line 35)
|
src/account/UpgradeableModularAccount.sol#L364
Function order is incorrect, public view function can not go after internal view function (line 340)
|
This job failed
Loading