Skip to content

feat: update total assets logic #5

feat: update total assets logic

feat: update total assets logic #5

Triggered via push August 9, 2024 21:28
Status Failure
Total duration 46s
Artifacts

tests.yml

on: push
Run Unit Tests
12s
Run Unit Tests
Run Integration Tests
16s
Run Integration Tests
Echidna Test
34s
Echidna Test
Run symbolic execution tests
14s
Run symbolic execution tests
Lint Commit Messages
28s
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#L11
Variable "console" is unused
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L45
Function order is incorrect, contract constant declaration can not go after custom error definition (line 39)
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L45
'DECIMALS_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L46
'ACTIVE_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L47
'FROZEN_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L48
'PAUSED_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L49
'SUPPLY_CAP_MASK' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L51
'SUPPLY_CAP_START_BIT_POSITION' should start with _
Lint Commit Messages: src/contracts/external/AaveV3ERC4626.sol#L52
'RESERVE_DECIMALS_START_BIT_POSITION' should start with _