refactor: mech manager to control marketplaces and factories #213
Annotations
1 error and 13 warnings
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run solhint:
contracts/AgentMech.sol#L2
Found more than One contract per file. 2 contracts found!
|
Run solhint:
contracts/AgentMech.sol#L50
GC: Use Custom Errors instead of require statements
|
Run solhint:
contracts/AgentMech.sol#L95
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/AgentMech.sol#L97
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/AgentMech.sol#L99
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Run solhint:
contracts/Karma.sol#L71
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/Karma.sol#L155
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/KarmaProxy.sol#L46
Avoid to use inline assembly. It is acceptable only in rare cases
|
Run solhint:
contracts/KarmaProxy.sol#L50
Avoid to use low level calls
|
Run solhint:
contracts/KarmaProxy.sol#L57
Contract [KarmaProxy] Fallback should be payable and external (code a receive() function is recommended!)
|
Run ESLint:
scripts/deployment/verify_00_agent_mech.js#L1
'ethers' is assigned a value but never used
|
Run ESLint:
test/AgentMech.js#L17
'agentHash' is assigned a value but never used
|
Loading