Skip to content

Merge pull request #216 from valorem-labs-inc/alcibiades/val-848-valo… #572

Merge pull request #216 from valorem-labs-inc/alcibiades/val-848-valo…

Merge pull request #216 from valorem-labs-inc/alcibiades/val-848-valo… #572

Triggered via push August 31, 2023 01:02
Status Success
Total duration 2m 1s
Artifacts

CI.yml

on: push
Forge unit tests
1m 54s
Forge unit tests
Slither static analysis
1m 5s
Slither static analysis
Fit to window
Zoom out
Zoom in

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)