feat: first implementation of the service staking #518
Triggered via pull request
September 26, 2023 16:12
Status
Success
Total duration
12m 18s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
workflow.yaml
on: pull_request
build
12m 8s
gitleaks
25s
Annotations
12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
contracts/AgentRegistry.sol#L4
global import of path ./UnitRegistry.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/AgentRegistry.sol#L5
global import of path ./interfaces/IRegistry.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/AgentRegistry.sol#L11
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build:
contracts/ComponentRegistry.sol#L4
global import of path ./UnitRegistry.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/GenericManager.sol#L4
global import of path ./interfaces/IErrorsRegistries.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/GenericRegistry.sol#L4
global import of path ../lib/solmate/src/tokens/ERC721.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/GenericRegistry.sol#L5
global import of path ./interfaces/IErrorsRegistries.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/RegistriesManager.sol#L4
global import of path ./GenericManager.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/RegistriesManager.sol#L5
global import of path ./interfaces/IRegistry.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/RegistriesManager.sol#L11
Immutable variables name are set to be in capitalized SNAKE_CASE
|
build:
scripts/proposals/proposal_03_service_registry_change_drainer_goerli.js#L12
'provider' is assigned a value but never used
|