Skip to content

feat: besu network update #288

feat: besu network update

feat: besu network update #288

Triggered via pull request September 24, 2024 07:52
Status Failure
Total duration 49s
Artifacts

lint-and-compile.yml

on: pull_request
lint-and-compile
36s
lint-and-compile
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
lint-and-compile: src/eth/command/network/join.ts#L74
Type '{ networkType: any; node: string; ipAddress: any; genesisJson: any; staticNodesJson: any; }' is not assignable to type 'JoinNodeType'.
lint-and-compile: src/eth/service/network.ts#L40
Argument of type 'string | undefined' is not assignable to parameter of type 'NetworkType'.
lint-and-compile: src/eth/service/network.ts#L78
Argument of type 'string | undefined' is not assignable to parameter of type 'NetworkType'.
lint-and-compile: src/eth/service/network.ts#L97
Argument of type 'string | undefined' is not assignable to parameter of type 'NetworkType'.
lint-and-compile: src/eth/service/network.ts#L114
Property 'networkType' does not exist on type 'JoinNodeType'.
lint-and-compile
Process completed with exit code 2.
lint-and-compile
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/