Skip to content

refactor: agent mechs and factory (soon to be deprecated) #194

refactor: agent mechs and factory (soon to be deprecated)

refactor: agent mechs and factory (soon to be deprecated) #194

Triggered via pull request December 12, 2024 12:42
Status Success
Total duration 57s
Artifacts

workflow.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
gitleaks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: contracts/AgentFactory.sol#L24
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/AgentMech.sol#L2
Found more than One contract per file. 2 contracts found!
build: contracts/AgentMech.sol#L50
GC: Use Custom Errors instead of require statements
build: contracts/AgentMech.sol#L96
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/AgentMech.sol#L98
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/Karma.sol#L70
Avoid to use inline assembly. It is acceptable only in rare cases
build: contracts/Karma.sol#L153
Avoid to use inline assembly. It is acceptable only in rare cases
build: contracts/KarmaProxy.sol#L46
Avoid to use inline assembly. It is acceptable only in rare cases
build: contracts/KarmaProxy.sol#L50
Avoid to use low level calls
build: contracts/KarmaProxy.sol#L57
Contract [KarmaProxy] Fallback should be payable and external (code a receive() function is recommended!)
build: scripts/deployment/verify_00_agent_mech.js#L1
'ethers' is assigned a value but never used
build: test/AgentMech.js#L17
'agentHash' is assigned a value but never used