feat: add api #6
tests.yml
on: push
Run Unit Tests
14s
Run Integration Tests
18s
Echidna Test
34s
Run symbolic execution tests
2m 14s
Lint Commit Messages
21s
Annotations
4 errors and 12 warnings
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.
|
Run symbolic execution tests
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 _
|
Run symbolic execution tests
Failed to download action 'https://api.github.com/repos/foundry-rs/foundry-toolchain/tarball/362aa1be8f31305295acb1032271acd5e9b99312'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Run symbolic execution tests
Back off 10.259 seconds before retry.
|