Skip to content

chore: cleanup staking vault interface #4093

chore: cleanup staking vault interface

chore: cleanup staking vault interface #4093

Triggered via push February 3, 2025 18:49
Status Failure
Total duration 1m 5s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L106
Property 'isBalanced' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L247
Property 'isBalanced' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L252
Property 'isBalanced' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L259
Property 'unbalancedSince' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L264
Property 'unbalancedSince' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L316
Property 'isBalanced' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L319
Property 'isBalanced' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L447
Property 'unbalancedSince' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L450
Property 'unbalancedSince' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/staking-vault/stakingVault.test.ts#L500
Property 'isBalanced' does not exist on type 'StakingVault'.
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/utils/Versioned.sol#L5
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.8.25/vaults/Dashboard.sol#L8
imported name OwnableUpgradeable is not used
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L11
imported name Clones is not used
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L17
imported name IStakingVault is not used
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L21
Rule is set with explicit type [var/s: uint]
Solhint: contracts/0.8.25/vaults/Dashboard.sol#L241
GC: Use Custom Errors instead of revert statements