Revert "fix faucet script" #30
Closed
Annotations
8 errors and 11 warnings
contracts/TestAsyncDecrypt.sol#L102
Line length must be no more than 120 but current length is 170
|
contracts/TestAsyncDecrypt.sol#L132
Line length must be no more than 120 but current length is 172
|
contracts/TestAsyncDecrypt.sol#L149
Line length must be no more than 120 but current length is 172
|
contracts/TestAsyncDecrypt.sol#L166
Line length must be no more than 120 but current length is 173
|
contracts/TestAsyncDecrypt.sol#L191
Line length must be no more than 120 but current length is 173
|
contracts/TestAsyncDecrypt.sol#L212
Line length must be no more than 120 but current length is 173
|
contracts/TestAsyncDecrypt.sol#L265
Line length must be no more than 120 but current length is 174
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
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)
|
contracts/EncryptedERC20.sol#L6
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)
|
contracts/EncryptedERC20.sol#L16
Constant name must be in capitalized SNAKE_CASE
|
contracts/EncryptedERC20.sol#L19
Main key parameter in mapping balances is not named
|
contracts/EncryptedERC20.sol#L19
Value parameter in mapping balances is not named
|
contracts/EncryptedERC20.sol#L22
Main key parameter in mapping allowances is not named
|
contracts/EncryptedERC20.sol#L61
Provide an error message for require
|
contracts/EncryptedERC20.sol#L61
Use Custom Errors instead of require statements
|
contracts/EncryptedERC20.sol#L81
Provide an error message for require
|
contracts/EncryptedERC20.sol#L81
Use Custom Errors instead of require statements
|
This job failed
Loading