feat: add operator grid #4319
Annotations
6 errors and 10 warnings
ESLint
Process completed with exit code 1.
|
TypeScript:
test/0.8.25/vaults/vaultFactory.test.ts#L237
Property 'connectVault' does not exist on type 'Accounting'.
|
TypeScript:
test/0.8.25/vaults/vaultFactory.test.ts#L254
Property 'connectVault' does not exist on type 'Accounting'.
|
TypeScript:
test/0.8.25/vaults/vaultFactory.test.ts#L284
Property 'connectVault' does not exist on type 'Accounting'.
|
TypeScript:
test/integration/vaults-happy-path.integration.ts#L221
Property 'connectVault' does not exist on type 'Accounting'.
|
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/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/OperatorGrid.sol#L64
GC: Use Custom Errors instead of require statements
|
Solhint:
contracts/0.8.25/vaults/OperatorGrid.sol#L75
GC: Use Custom Errors instead of require statements
|
Solhint:
contracts/0.8.25/vaults/OperatorGrid.sol#L92
GC: Use Custom Errors instead of require statements
|
Solhint:
contracts/0.8.25/vaults/OperatorGrid.sol#L116
GC: Use Custom Errors instead of require statements
|
Solhint:
contracts/0.8.25/vaults/OperatorGrid.sol#L122
GC: Use Custom Errors instead of require statements
|