Skip to content

Merge pull request #26 from erc7579/feature/add-erc7484 #6

Merge pull request #26 from erc7579/feature/add-erc7484

Merge pull request #26 from erc7579/feature/add-erc7484 #6

Triggered via push June 22, 2024 19:01
Status Failure
Total duration 31s
Artifacts

ci.yml

on: push
test  /  forge-test
test / forge-test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build / forge-build
Process completed with exit code 127.
lint / forge-lint: script/Deploy.s.sol#L21
Variable "msaFactory" is unused
lint / forge-lint: script/Deploy.s.sol#L24
Variable "bootstrap" is unused
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)