Skip to content

feat: add rebalance logic #4

feat: add rebalance logic

feat: add rebalance logic #4

Triggered via push August 9, 2024 19:49
Status Failure
Total duration 51s
Artifacts

tests.yml

on: push
Run Unit Tests
29s
Run Unit Tests
Run Integration Tests
31s
Run Integration Tests
Echidna Test
40s
Echidna Test
Run symbolic execution tests
28s
Run symbolic execution tests
Lint Commit Messages
41s
Lint Commit Messages
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Run symbolic execution tests
Process completed with exit code 1.
Run Unit Tests
Process completed with exit code 1.
Run Integration Tests
Process completed with exit code 1.
Echidna Test
Process completed with exit code 1.
Lint Commit Messages: test/integration/IntegrationBase.sol#L10
Variable "ERC4626" is unused
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L42
Function order is incorrect, contract constant declaration can not go after custom error definition (line 36)
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L42
'DECIMALS_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L43
'ACTIVE_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L44
'FROZEN_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L45
'PAUSED_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L46
'SUPPLY_CAP_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L48
'SUPPLY_CAP_START_BIT_POSITION' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L49
'RESERVE_DECIMALS_START_BIT_POSITION' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L56
Immutable variables name should be capitalized SNAKE_CASE