Sm 360 implement protocol time manager #239
Annotations
2 errors and 11 warnings
build:
contracts/ProtocolTimeManager.sol#L8
Unexpected import of console file
|
build
Process completed with exit code 1.
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build:
contracts/mocks/TestSeekers.sol#L4
global import of path @openzeppelin/contracts/token/ERC721/ERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/mocks/TestSeekers.sol#L10
Code contains empty blocks
|
build:
contracts/ProtocolTimeManager.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/ProtocolTimeManager.sol#L5
global import of path @openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/ProtocolTimeManager.sol#L6
global import of path @openzeppelin/contracts/utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/ProtocolTimeManager.sol#L7
global import of path @openzeppelin/contracts/utils/structs/EnumerableMap.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/ProtocolTimeManager.sol#L8
global import of path hardhat/console.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/ProtocolTimeManager.sol#L10
global import of path ./IProtocolTimeManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
build:
contracts/ProtocolTimeManager.sol#L23
Explicitly mark visibility of state
|
build:
contracts/ProtocolTimeManager.sol#L28
Explicitly mark visibility of state
|