fix: retrieve decimals from asset #5
pull_requests.yml
on: pull_request
Lint and Tests
/
Pull Request Checks
1m 15s
Annotations
10 warnings
Lint and Tests / Pull Request Checks:
contracts/interfaces/ITimeLockVault.sol#L4
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/extensions/IERC20MetadataUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint and Tests / Pull Request Checks:
contracts/mocks/MockERC20.sol#L4
global import of path @openzeppelin/contracts/token/ERC20/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint and Tests / Pull Request Checks:
contracts/mocks/MockERC20.sol#L7
Code contains empty blocks
|
Lint and Tests / Pull Request Checks:
contracts/mocks/MockTimeLockVault.sol#L4
global import of path ../SimpleTimeLockVault.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint and Tests / Pull Request Checks:
contracts/mocks/MockTimeLockVault.sol#L12
Code contains empty blocks
|
Lint and Tests / Pull Request Checks:
contracts/SimpleTimeLockVault.sol#L4
global import of path ./TimeLockVault.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint and Tests / Pull Request Checks:
contracts/TimeLockVault.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)
|
Lint and Tests / Pull Request Checks:
contracts/TimeLockVault.sol#L5
global import of path @openzeppelin/contracts-upgradeable/utils/math/MathUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint and Tests / Pull Request Checks:
contracts/TimeLockVault.sol#L6
global import of path @openzeppelin/contracts-upgradeable/utils/structs/EnumerableSetUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Lint and Tests / Pull Request Checks:
contracts/TimeLockVault.sol#L7
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/utils/SafeERC20Upgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|