Initial commit #1
Annotations
13 warnings
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/
|