Rebasable Token #21
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run solhint:
contracts/BridgingManager.sol#L108
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lib/ECDSA.sol#L34
Error message for require is too long: 34 counted / 32 allowed
|
Run solhint:
contracts/lib/ECDSA.sol#L34
Use Custom Errors instead of require statements
|
Run solhint:
contracts/lib/ECDSA.sol#L38
Use Custom Errors instead of require statements
|
Run solhint:
contracts/lib/SignatureChecker.sol#L42
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lib/SignatureChecker.sol#L61
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lib/UnstructuredRefStorage.sol#L10
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lib/UnstructuredRefStorage.sol#L16
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lib/UnstructuredStorage.sol#L8
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/lib/UnstructuredStorage.sol#L12
Avoid to use inline assembly. It is acceptable only in rare cases
|
Loading