Skip to content

feat: clean up SSZ lib #4129

feat: clean up SSZ lib

feat: clean up SSZ lib #4129

Triggered via push February 7, 2025 15:44
Status Failure
Total duration 1m 2s
Artifacts

linters.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
TypeScript: test/0.8.25/vaults/staking-vault/staking-vault.test.ts#L96
Argument of type '[HardhatEthersSigner, HardhatEthersSigner, "0x"]' is not assignable to parameter of type 'ContractMethodArgs<[_owner: AddressLike, _nodeOperator: AddressLike, _depositGuardian: AddressLike, arg3: BytesLike], "nonpayable">'.
TypeScript: test/0.8.25/vaults/staking-vault/staking-vault.test.ts#L526
Property 'computeDepositDataRoot' does not exist on type 'StakingVault'.
TypeScript: test/0.8.25/vaults/vaultFactory.test.ts#L101
Argument of type '[HardhatEthersSigner, HardhatEthersSigner, "0x"]' is not assignable to parameter of type 'ContractMethodArgs<[_owner: AddressLike, _nodeOperator: AddressLike, _depositGuardian: AddressLike, arg3: BytesLike], "nonpayable">'.
TypeScript: test/0.8.25/vaults/vaultFactory.test.ts#L295
Argument of type '[HardhatEthersSigner, HardhatEthersSigner, "0x"]' is not assignable to parameter of type 'ContractMethodArgs<[_owner: AddressLike, _nodeOperator: AddressLike, arg2: AddressLike, arg3: BytesLike], "nonpayable">'.
TypeScript: test/0.8.25/vaults/vaultFactory.test.ts#L332
Argument of type '[string, string, "0x"]' is not assignable to parameter of type 'ContractMethodArgs<[_owner: AddressLike, _nodeOperator: AddressLike, _depositGuardian: AddressLike, arg3: BytesLike], "nonpayable">'.
TypeScript: test/0.8.25/vaults/vaultFactory.test.ts#L346
Argument of type '[string, string, "0x"]' is not assignable to parameter of type 'ContractMethodArgs<[_owner: AddressLike, _nodeOperator: AddressLike, _depositGuardian: AddressLike, arg3: BytesLike], "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)