Skip to content

chore: adding initial repo files #1

chore: adding initial repo files

chore: adding initial repo files #1

Triggered via pull request October 24, 2023 18:46
@kupermindkupermind
synchronize #1
init
Status Success
Total duration 9m 38s
Artifacts

workflow.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build: contracts/p1/MechAgentMod.sol#L2
Found more than One contract per file. 3 contracts found!
build: contracts/p1/MechAgentMod.sol#L28
Immutable variables name are set to be in capitalized SNAKE_CASE
build: contracts/test/ABICreator.sol#L5
global import of path @gnosis.pm/safe-contracts/contracts/GnosisSafe.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L6
global import of path @gnosis.pm/safe-contracts/contracts/proxies/GnosisSafeProxyFactory.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L7
global import of path @gnosis.pm/safe-contracts/contracts/libraries/MultiSendCallOnly.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L10
global import of path ../../lib/autonolas-registries/contracts/ComponentRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L11
global import of path ../../lib/autonolas-registries/contracts/AgentRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L12
global import of path ../../lib/autonolas-registries/contracts/ServiceRegistry.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L13
global import of path ../../lib/autonolas-registries/contracts/ServiceRegistryTokenUtility.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: contracts/test/ABICreator.sol#L14
global import of path ../../lib/autonolas-registries/contracts/multisigs/GnosisSafeMultisig.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
build: test/ServiceStaking.js#L20
'attacker' is defined but never used