Increase fee to 15bps and reduce minimum option duration to 1 min #567
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
CI.yml
on: pull_request
Forge unit tests
46m 42s
Slither static analysis
1m 9s
Annotations
1 error and 11 warnings
Forge unit tests
The operation was canceled.
|
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)
|