Skip to content

[WIP] Add Rebasable token to Optimism #88

[WIP] Add Rebasable token to Optimism

[WIP] Add Rebasable token to Optimism #88

Triggered via pull request February 8, 2024 08:59
Status Success
Total duration 1m 36s
Artifacts

analyse.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
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/optimism/L2ERC20TokenBridge.sol#L13
imported name IERC20Wrapper is not used
solhint: contracts/proxy/OssifiableProxy.sol#L6
imported name Address is not used
solhint: contracts/proxy/OssifiableProxy.sol#L27
Function name must be in mixedCase
slither
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v4, github/codeql-action/upload-sarif@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
slither
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/