Skip to content

refactor: add -pricePerGateway and deprecate -pricePerBroadcaster #1773

refactor: add -pricePerGateway and deprecate -pricePerBroadcaster

refactor: add -pricePerGateway and deprecate -pricePerBroadcaster #1773

Triggered via pull request May 16, 2024 09:35
Status Cancelled
Total duration 7m 15s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
7m 5s
Run tests defined for the project
Perform CodeQL analysis
3m 9s
Perform CodeQL analysis
Run editorconfig checker
4s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
Run tests defined for the project
Canceling since a higher priority waiting request for 'Trigger test suite-deprecate_priceperbroadcaster_flag' exists
Run tests defined for the project
The operation was canceled.
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L189
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: common/types.go#L55
don't use underscores in Go names; const Score_Untrusted should be ScoreUntrusted
Run tests defined for the project: eth/stubclient.go#L348
method parameter unbondingLockId should be unbondingLockID
Run tests defined for the project: eth/client.go#L42
var ethRpcTimeout should be ethRPCTimeout
Run tests defined for the project: cmd/livepeer_cli/wizard_stats.go#L208
don't use underscores in Go names; var b_prices should be bPrices
Run tests defined for the project: test/e2e/e2e.go#L56
var webServerUri should be webServerURI
Run tests defined for the project: eth/accountmanager_test.go#L191
redefinition of the built-in function new
Run tests defined for the project: verification/epic_test.go#L173
parameter 'r' seems to be unused, consider removing or renaming it as _