Skip to content

feat: add alternative for 7702 implementation #27

feat: add alternative for 7702 implementation

feat: add alternative for 7702 implementation #27

Triggered via pull request November 28, 2024 02:26
Status Success
Total duration 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint / forge-lint: src/core/AccountBase.sol#L43
Avoid to use inline assembly. It is acceptable only in rare cases
lint / forge-lint: src/core/ExecutionHelper.sol#L53
Avoid to use inline assembly. It is acceptable only in rare cases
lint / forge-lint: src/core/ExecutionHelper.sol#L78
Avoid to use inline assembly. It is acceptable only in rare cases
lint / forge-lint: src/core/ExecutionHelper.sol#L98
Avoid to use inline assembly. It is acceptable only in rare cases
lint / forge-lint: src/core/ExecutionHelper.sol#L123
Avoid to use inline assembly. It is acceptable only in rare cases
lint / forge-lint: src/core/HookManager.sol#L4
global import of path ./ModuleManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint / forge-lint: src/core/HookManager.sol#L5
global import of path ../interfaces/IERC7579Account.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint / forge-lint: src/core/HookManager.sol#L6
global import of path ../interfaces/IERC7579Module.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint / forge-lint: src/core/HookManager.sol#L19
Explicitly mark visibility of state
lint / forge-lint: src/core/HookManager.sol#L38
Avoid to use inline assembly. It is acceptable only in rare cases