Merge pull request #220 from pegahcarter/master #595
CI.yml
on: push
Forge unit tests
2m 4s
Slither static analysis
1m 19s
Annotations
11 warnings
Forge unit tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Forge unit tests:
src/interfaces/ITokenURIGenerator.sol#L5
global import of path ./IValoremOptionsClearinghouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/interfaces/IValoremOptionsClearinghouse.sol#L5
global import of path ./ITokenURIGenerator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/TokenURIGenerator.sol#L5
global import of path base64/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/TokenURIGenerator.sol#L6
global import of path solmate/tokens/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/TokenURIGenerator.sol#L8
global import of path ./interfaces/IValoremOptionsClearinghouse.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/TokenURIGenerator.sol#L9
global import of path ./interfaces/ITokenURIGenerator.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/TokenURIGenerator.sol#L418
Use Custom Errors instead of require statements
|
Forge unit tests:
src/ValoremOptionsClearinghouse.sol#L5
global import of path base64/Base64.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/ValoremOptionsClearinghouse.sol#L6
global import of path solmate/tokens/ERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
Forge unit tests:
src/ValoremOptionsClearinghouse.sol#L7
global import of path solmate/tokens/ERC1155.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|