add test cases for STokensManager #3458
Annotations
11 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
contracts/interface/ITokenURIDescriptor.sol#L5
global import of path ./ISTokensManager.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/common/proxy/DevAdmin.sol#L4
global import of path @openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/common/proxy/DevProxy.sol#L4
global import of path @openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/common/registry/AddressRegistry.sol#L4
global import of path @openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/common/registry/AddressRegistry.sol#L5
global import of path ../../../interface/IAddressRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/common/registry/InitializableUsingRegistry.sol#L4
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)
|
contracts/src/common/registry/InitializableUsingRegistry.sol#L5
global import of path ../../../interface/IAddressRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/common/registry/UsingRegistry.sol#L4
global import of path ../../../interface/IAddressRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/dev/Dev.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
contracts/src/dev/Dev.sol#L5
global import of path @openzeppelin/contracts-upgradeable/access/AccessControlEnumerableUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
This job succeeded
Loading