Initial commit #1
Annotations
14 warnings
ci
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci:
contracts/EncryptedERC20.sol#L5
global import of path fhevm/lib/TFHE.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/EncryptedERC20.sol#L6
global import of path fhevm/abstracts/Reencrypt.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/EncryptedERC20.sol#L7
global import of path ./utils/EncryptedErrors.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/EncryptedERC20.sol#L8
global import of path @openzeppelin/contracts/access/Ownable2Step.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
ci:
contracts/EncryptedERC20.sol#L29
Constant name must be in capitalized SNAKE_CASE
|
ci:
contracts/EncryptedERC20.sol#L32
Main key parameter in mapping allowedErrorReencryptions is not named
|
ci:
contracts/EncryptedERC20.sol#L32
Value parameter in mapping allowedErrorReencryptions is not named
|
ci:
contracts/EncryptedERC20.sol#L35
Main key parameter in mapping balances is not named
|
ci:
contracts/EncryptedERC20.sol#L35
Value parameter in mapping balances is not named
|
ci:
contracts/EncryptedERC20.sol#L38
Main key parameter in mapping allowances is not named
|
ci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ci
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|