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/ConfidentialERC20.sol#L5
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/ConfidentialERC20.sol#L6
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/ConfidentialERC20.sol#L7
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/ConfidentialERC20.sol#L17
Constant name must be in capitalized SNAKE_CASE
|
ci:
contracts/ConfidentialERC20.sol#L20
Main key parameter in mapping balances is not named
|
ci:
contracts/ConfidentialERC20.sol#L20
Value parameter in mapping balances is not named
|
ci:
contracts/ConfidentialERC20.sol#L23
Main key parameter in mapping allowances is not named
|
ci:
contracts/ConfidentialERC20.sol#L100
Use Custom Errors instead of require statements
|
ci:
tasks/getEthereumAddress.ts#L11
Forbidden non-null assertion
|
ci:
test/confidentialERC20/ConfidentialERC20.ts#L47
Forbidden non-null assertion
|
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/
|