feat: MintOnBehalf #181
Annotations
11 warnings
es-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L14
global import of path ../../utils/CappedMath.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L15
global import of path ../../utils/CappedMath128.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L131
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L136
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L236
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L269
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L287
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L303
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L304
Use Custom Errors instead of require statements
|
es-lint:
src/contracts/tcr/LightGeneralizedTCR.sol#L319
Use Custom Errors instead of require statements
|