Skip to content

deploy DAO

deploy DAO #18

Triggered via push June 14, 2024 00:17
Status Failure
Total duration 44s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
test: contracts/RIFTokenTest.sol#L2
Compiler version ^0.4.24 does not satisfy the ^0.8.0 semver requirement
test
Process completed with exit code 1.
test: contracts/RIFTokenTest.sol#L4
global import of path rif-token-contracts/contracts/RIF/RIFToken.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/VeRIFToken.sol#L5
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)
test: contracts/VeRIFToken.sol#L6
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20PermitUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/VeRIFToken.sol#L7
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20VotesUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/VeRIFToken.sol#L8
global import of path @openzeppelin/contracts-upgradeable/token/ERC20/extensions/ERC20WrapperUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/VeRIFToken.sol#L9
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)
test: contracts/VeRIFToken.sol#L10
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)
test: contracts/VeRIFToken.sol#L11
global import of path @openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
test: contracts/VeRIFToken.sol#L23
Explicitly mark visibility in function (Set ignoreConstructors to true if using solidity >=0.7.0)
test: contracts/VeRIFToken.sol#L38
Code contains empty blocks