Skip to content

[WIP] Add Rebasable token to Optimism #120

[WIP] Add Rebasable token to Optimism

[WIP] Add Rebasable token to Optimism #120

Triggered via pull request April 16, 2024 21:20
Status Failure
Total duration 57s
Artifacts

analyse.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
slither
Process completed with exit code 1.
slither
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/.
solhint
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/.
solhint: contracts/arbitrum/InterchainERC20TokenGateway.sol#L20
Immutable variables name are set to be in capitalized SNAKE_CASE
solhint: contracts/arbitrum/InterchainERC20TokenGateway.sol#L23
Immutable variables name are set to be in capitalized SNAKE_CASE
solhint: contracts/arbitrum/L1CrossDomainEnabled.sol#L15
Immutable variables name are set to be in capitalized SNAKE_CASE
solhint: contracts/arbitrum/L2CrossDomainEnabled.sol#L15
Immutable variables name are set to be in capitalized SNAKE_CASE
solhint: contracts/BridgeableTokens.sol#L10
Immutable variables name are set to be in capitalized SNAKE_CASE
solhint: contracts/BridgeableTokens.sol#L13
Immutable variables name are set to be in capitalized SNAKE_CASE
solhint: contracts/BridgingManager.sol#L103
Avoid to use inline assembly. It is acceptable only in rare cases
solhint: contracts/lib/ECDSA.sol#L35
Error message for require is too long: 34 counted / 32 allowed
solhint: contracts/lib/ECDSA.sol#L35
Use Custom Errors instead of require statements
solhint: contracts/lib/ECDSA.sol#L39
Use Custom Errors instead of require statements