Remove Unnecessary Non-Terminal Key checks #1027
Annotations
10 warnings
Run linters:
contracts/PermissionedNodeRegistry.sol#L18
imported name ISDCollateral is not used
|
Run linters:
contracts/PermissionedNodeRegistry.sol#L21
Contract has 19 states declarations but allowed no more than 15
|
Run linters:
contracts/PermissionedNodeRegistry.sol#L627
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run linters:
contracts/PermissionlessNodeRegistry.sol#L24
Contract has 18 states declarations but allowed no more than 15
|
Run linters:
contracts/PermissionlessNodeRegistry.sol#L558
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run linters:
contracts/ProxyAdmin.sol#L4
imported name ProxyAdmin is not used
|
Run linters:
contracts/SDUtilityPool.sol#L18
Contract has 25 states declarations but allowed no more than 15
|
Run linters:
contracts/StaderConfig.sol#L74
Constant name must be in capitalized SNAKE_CASE
|
Run linters:
contracts/StaderOracle.sol#L20
Contract has 22 states declarations but allowed no more than 15
|
Run linters:
contracts/VaultProxy.sol#L40
Fallback function must be simple
|