Skip to content

Merge pull request #68 from Tenderize/nv/fix-ttoken-eip712-domain #333

Merge pull request #68 from Tenderize/nv/fix-ttoken-eip712-domain

Merge pull request #68 from Tenderize/nv/fix-ttoken-eip712-domain #333

Triggered via push October 30, 2023 16:12
Status Failure
Total duration 1m 36s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
build
Error: Unexpected HTTP response: 404
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#L44
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#L14
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#L15
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#L16
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)