Skip to content

docs: update forum post link to sr v2 upgrade announcement #1163

docs: update forum post link to sr v2 upgrade announcement

docs: update forum post link to sr v2 upgrade announcement #1163

Triggered via push October 8, 2024 11:55
Status Success
Total duration 59s
Artifacts

linters.yml

on: push
Solidity and TypeScript linters
37s
Solidity and TypeScript linters
TypeScript types check
50s
TypeScript types check
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Solidity and TypeScript linters: contracts/0.4.24/lib/StakeLimitUtils.sol#L5
Found more than One contract per file. 3 contracts found!
Solidity and TypeScript linters: contracts/0.4.24/lib/StakeLimitUtils.sol#L7
global import of path @aragon/os/contracts/common/UnstructuredStorage.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L7
global import of path @aragon/os/contracts/apps/AragonApp.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L8
global import of path @aragon/os/contracts/lib/math/SafeMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L10
global import of path ../common/interfaces/ILidoLocator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L11
global import of path ../common/interfaces/IBurner.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L13
global import of path ./lib/StakeLimitUtils.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L14
global import of path ../common/lib/Math256.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L16
global import of path ./StETHPermit.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Solidity and TypeScript linters: contracts/0.4.24/Lido.sol#L18
global import of path ./utils/Versioned.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)