Livepeer: Fix Uniswap v3 interactions and use TWAP oracle #321
Triggered via pull request
September 26, 2023 10:16
Status
Failure
Total duration
1m 31s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
build
52s
lint
1m 21s
test
0s
Annotations
3 errors and 10 warnings
build
Process completed with exit code 1.
|
lint:
src/utils/TWAP.sol#L12
Compiler version must be declared
|
lint
Process completed with exit code 1.
|
lint:
src/adapters/interfaces/IPolygon.sol#L24
Function name must be in mixedCase
|
lint:
src/adapters/interfaces/IPolygon.sol#L26
Function name must be in mixedCase
|
lint:
src/adapters/interfaces/IPolygon.sol#L38
Function name must be in mixedCase
|
lint:
src/adapters/PolygonAdapter.sol#L131
Code contains empty blocks
|
lint:
src/tenderizer/Tenderizer.sol#L42
Code contains empty blocks
|
lint:
src/utils/Multicall.sol#L22
Avoid to use low level calls
|
lint:
src/utils/Multicall.sol#L26
Provide an error message for revert
|
lint:
src/utils/TWAP.sol#L12
global import of path @uniswap/v3-core/interfaces/IUniswapV3Pool.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/utils/TWAP.sol#L13
global import of path @uniswap/v3-core/libraries/TickMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
lint:
src/utils/TWAP.sol#L14
global import of path @uniswap/v3-core/libraries/FixedPoint96.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|