[DRAFT] SMA 2: Hardcoded Single Signer #519
Annotations
1 error and 4 warnings
|
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#L81
Function order is incorrect, external payable function can not go after public function (line 64)
|
src/account/UpgradeableModularAccount.sol#L272
Function order is incorrect, constructor/initializer can not go after external function (line 262)
|
src/account/UpgradeableModularAccount.sol#L772
Use Custom Errors instead of require statements
|
This job failed
Loading