Fixes and new volatile plugins and addresses #4108
Triggered via pull request
November 26, 2024 13:28
Status
Failure
Total duration
57m 50s
Artifacts
–
tests.yml
on: pull_request
Deployment Scripts
9m 13s
Lint Checks
14m 5s
Plugin Unit Tests
9m 51s
Plugin Integration Tests (Mainnet) - 1/3
57m 38s
Plugin Integration Tests (Mainnet) - 2/3
26m 41s
Plugin Integration Tests (Mainnet) - 3/3
39m 37s
Plugin Integration Tests (Base)
26m 0s
Plugin Integration Tests (Arbitrum)
20m 59s
P0 tests
18m 41s
P1 Tests
18m 29s
Scenario Tests
8m 53s
Extreme Tests
50m 49s
Integration Tests
11m 11s
Monitor Tests (Mainnet)
3m 5s
Registry Tests
2m 8s
Annotations
1 error and 10 warnings
Plugin Integration Tests (Mainnet) - 1/3
Process completed with exit code 1.
|
Lint Checks:
contracts/facade/Facade.sol#L32
When fallback is not payable you will not be able to receive ether
|
Lint Checks:
contracts/facade/Facade.sol#L32
Fallback function must be simple
|
Lint Checks:
contracts/facade/Facade.sol#L37
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint Checks:
contracts/facade/facets/RevenueFacet.sol#L47
Variable name must be in mixedCase
|
Lint Checks:
contracts/facade/facets/RevenueFacet.sol#L112
Variable name must be in mixedCase
|
Lint Checks:
contracts/facade/facets/RevenueFacet.sol#L113
Avoid to use inline assembly. It is acceptable only in rare cases
|
Lint Checks:
contracts/p0/AssetRegistry.sol#L128
Code contains empty blocks
|
Lint Checks:
contracts/p0/Deployer.sol#L178
Code contains empty blocks
|
Lint Checks:
contracts/p1/Broker.sol#L40
Variable name must be in mixedCase
|
Lint Checks:
contracts/p1/Main.sol#L158
Avoid to use low level calls
|