Skip to content

chore: basic smart accounts implementation #2

chore: basic smart accounts implementation

chore: basic smart accounts implementation #2

Triggered via push May 28, 2024 09:40
Status Failure
Total duration 1m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codestyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codestyle: contracts/callback/TokensCallbackHandler.sol#L4
global import of path @openzeppelin/contracts/utils/introspection/IERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/callback/TokensCallbackHandler.sol#L5
global import of path @openzeppelin/contracts/token/ERC721/IERC721Receiver.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/callback/TokensCallbackHandler.sol#L6
global import of path @openzeppelin/contracts/token/ERC1155/IERC1155Receiver.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L4
global import of path @account-abstraction/contracts/core/BaseAccount.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L5
global import of path @account-abstraction/contracts/core/Helpers.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L6
global import of path @openzeppelin/contracts/utils/cryptography/ECDSA.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L7
global import of path @openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L8
global import of path @openzeppelin/contracts/proxy/utils/Initializable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L9
global import of path @openzeppelin/contracts/proxy/utils/UUPSUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
codestyle: contracts/SmartAccount.sol#L10
global import of path ./callback/TokensCallbackHandler.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)