Skip to content

feat: bunker mode for vaults #3605

feat: bunker mode for vaults

feat: bunker mode for vaults #3605

Triggered via push November 27, 2024 16:56
Status Failure
Total duration 1m 4s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
TypeScript: lib/protocol/helpers/accounting.ts#L321
Argument of type '[{ timestamp: bigint; timeElapsed: bigint; clValidators: bigint; clBalance: bigint; withdrawalVaultBalance: bigint; elRewardsVaultBalance: bigint; sharesRequestedToBurn: bigint; withdrawalFinalizationBatches: never[]; vaultValues: bigint[]; netCashFlows: bigint[]; }, 0n]' is not assignable to parameter of type 'ContractMethodArgs<[_report: ReportValuesStruct, _withdrawalShareRate: BigNumberish], "view">'.
TypeScript: lib/protocol/helpers/accounting.ts#L392
Argument of type '[{ timestamp: bigint; timeElapsed: bigint; clValidators: bigint; clBalance: bigint; withdrawalVaultBalance: bigint; elRewardsVaultBalance: bigint; sharesRequestedToBurn: bigint; withdrawalFinalizationBatches: never[]; vaultValues: bigint[]; netCashFlows: bigint[]; }]' is not assignable to parameter of type 'ContractMethodArgs<[_report: ReportValuesStruct], "nonpayable">'.
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/oracle/LegacyOracle.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/oracle/LegacyOracle.sol#L9
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/oracle/LegacyOracle.sol#L11
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)
Solhint: contracts/0.4.24/template/Imports.sol#L7
global import of path @aragon/id/contracts/FIFSResolvingRegistrar.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/template/LidoTemplate.sol#L7
global import of path @aragon/os/contracts/factory/APMRegistryFactory.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/template/LidoTemplate.sol#L8
global import of path @aragon/os/contracts/acl/ACL.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/template/LidoTemplate.sol#L9
global import of path @aragon/os/contracts/apm/Repo.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/template/LidoTemplate.sol#L10
global import of path @aragon/os/contracts/apm/APMRegistry.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/template/LidoTemplate.sol#L11
global import of path @aragon/os/contracts/ens/ENSSubdomainRegistrar.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)