Skip to content

feat: Deployed and Verified SponsorPaymaster on Testnet #6

feat: Deployed and Verified SponsorPaymaster on Testnet

feat: Deployed and Verified SponsorPaymaster on Testnet #6

Triggered via pull request September 25, 2024 20:28
Status Success
Total duration 14m 36s
Artifacts

ci.yml

on: pull_request
scan  /  scan
10s
scan / scan
release_sbom  /  release_attach_assets
release_sbom / release_attach_assets
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint_and_test: src/account/CoreAccount.sol#L47
Immutable variables name are set to be in capitalized SNAKE_CASE
lint_and_test: src/account/CoreAccount.sol#L60
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/CoreAccount.sol#L65
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
lint_and_test: src/account/CoreAccount.sol#L72
Function name must be in mixedCase
lint_and_test: src/account/CoreAccount.sol#L107
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/CoreAccount.sol#L108
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/CoreAccount.sol#L118
GC: Use Custom Errors instead of require statements
lint_and_test: src/account/v1/ECDSAAccount.sol#L22
global import of path ../CoreAccount.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint_and_test: src/account/v1/ECDSAAccount.sol#L23
global import of path @account-abstraction/contracts/interfaces/IEntryPoint.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint_and_test: src/account/v1/ECDSAAccount.sol#L24
global import of path @account-abstraction/contracts/interfaces/PackedUserOperation.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
scan / scan
Unable to write summary to pull-request. Make sure you are giving this workflow the permission 'pull-requests: write'.