Skip to content

Add '-maxTotalEV' flag (#2897) #1452

Add '-maxTotalEV' flag (#2897)

Add '-maxTotalEV' flag (#2897) #1452

Triggered via push October 25, 2023 08:48
Status Success
Total duration 14m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: push
Run tests defined for the project
14m 22s
Run tests defined for the project
Perform CodeQL analysis
7m 3s
Perform CodeQL analysis
Run editorconfig checker
8s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: monitor/census.go#L878
context.Context should be the first parameter of a function
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: eth/watchers/timewatcher.go#L225
redefinition of the built-in function new
Run tests defined for the project: cmd/livepeer_cli/wizard_stats.go#L212
don't use underscores in Go names; var b_prices should be bPrices
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: common/types.go#L54
don't use underscores in Go names; const Score_Untrusted should be ScoreUntrusted
Run tests defined for the project: cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: eth/watchers/stub.go#L319
parameter 'delegator' seems to be unused, consider removing or renaming it as _