wip = simulate porcini setup #90
Annotations
7 errors and 11 warnings
build:
contracts/payments/ticketing/RewardsManager.sol#L20
Unexpected import of console file
|
build:
contracts/staking/StakingManager.sol#L14
Unexpected import of console file
|
build:
contracts/staking/StakingManager.sol#L195
Unexpected console statement
|
build:
contracts/staking/StakingManager.sol#L199
Unexpected console statement
|
build:
contracts/staking/StakingManager.sol#L253
Unexpected console statement
|
build:
contracts/staking/StakingManager.sol#L257
Unexpected console statement
|
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/AuthorizedAccounts.sol#L4
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/AuthorizedAccounts.sol#L5
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.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/AuthorizedAccounts.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/AuthorizedAccounts.sol#L8
global import of path ./interfaces/IAuthorizedAccounts.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/epochs/EpochsManager.sol#L4
global import of path @openzeppelin/contracts/token/ERC721/IERC721.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/epochs/EpochsManager.sol#L5
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/epochs/EpochsManager.sol#L6
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/epochs/EpochsManager.sol#L7
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/Initializable.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/epochs/EpochsManager.sol#L9
global import of path ../Registries.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/epochs/EpochsManager.sol#L10
global import of path ../staking/Directory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|