Skip to content

chore: change release date #428

chore: change release date

chore: change release date #428

Triggered via push May 31, 2023 07:10
Status Success
Total duration 13m 44s
Artifacts

testing.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: contracts/base/BlockContext.sol#L9
Avoid to make time-based decisions in your business logic
lint: contracts/base/OwnerPausable.sol#L17
Function order is incorrect, external function can not go after internal function (line 12)
lint: contracts/base/SafeOwnable.sol#L42
Function order is incorrect, external function can not go after internal function (line 28)
lint: contracts/base/SafeOwnableNonUpgradable.sol#L85
Function order is incorrect, external view function can not go after public view function (line 78)
lint: contracts/lens/Multicall2.sol#L24
Avoid to use low level calls
lint: contracts/lens/Multicall2.sol#L33
Avoid to use low level calls
lint: contracts/lens/PerpPortal.sol#L123
Function order is incorrect, external function can not go after external view function (line 118)
lint: contracts/LowLevelErrorMessage.sol#L13
Avoid to use inline assembly. It is acceptable only in rare cases
lint: contracts/LowLevelErrorMessage.sol#L19
Avoid to use inline assembly. It is acceptable only in rare cases
lint: contracts/MetaTxGateway.sol#L23
Function order is incorrect, struct definition can not go after event definition (line 18)