Skip to content

chore: remove simpledvt deploy #3492

chore: remove simpledvt deploy

chore: remove simpledvt deploy #3492

Triggered via push September 30, 2024 12:24
Status Failure
Total duration 55s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
TypeScript: test/testnets/sepolia/sepolia-deposit-adapter.test.ts#L181
Property 'initialize' does not exist on type 'SepoliaDepositAdapter'.
TypeScript: test/testnets/sepolia/sepolia-deposit-adapter.test.ts#L204
Property 'getContractVersion' does not exist on type 'SepoliaDepositAdapter'.
TypeScript: test/testnets/sepolia/sepolia-deposit-adapter.test.ts#L209
Property 'initialize' does not exist on type 'SepoliaDepositAdapter'.
TypeScript: test/testnets/sepolia/sepolia-deposit-adapter.test.ts#L220
Property 'getContractVersion' does not exist on type 'SepoliaDepositAdapter'.
TypeScript: test/testnets/sepolia/sepolia-deposit-adapter.test.ts#L224
Property 'initialize' does not exist on type 'SepoliaDepositAdapter'.
TypeScript
Process completed with exit code 2.
Solhint: contracts/0.4.24/lib/StakeLimitUtils.sol#L5
Found more than One contract per file. 3 contracts found!
Solhint: 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)
Solhint: 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)
Solhint: 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)
Solhint: 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)
Solhint: 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)
Solhint: 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)
Solhint: 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)
Solhint: 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)
Solhint: 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)