Skip to content

Permissioned System for Priority and Feeless Transactions #119

Permissioned System for Priority and Feeless Transactions

Permissioned System for Priority and Feeless Transactions #119

Triggered via pull request July 16, 2023 15:29
Status Failure
Total duration 2m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
unit-test (1.19.x, ubuntu-latest): core/types/priority_tx.go#L110
func `(*PriorityTx).setPrioritySignatureValues` is unused (unused)
unit-test (1.19.x, ubuntu-latest): accounts/abi/bind/base.go#L237
func `(*BoundContract).createPriorityTx` is unused (unused)
unit-test (1.19.x, ubuntu-latest): internal/ethapi/transaction_args.go#L57
structtag: struct field priorityPubkey has json tag but is not exported (govet)
unit-test (1.19.x, ubuntu-latest): eth/gasprice/feehistory.go#L117
ineffectual assignment to reward (ineffassign)
unit-test (1.19.x, ubuntu-latest): graphql/graphql.go#L332
ineffectual assignment to tip (ineffassign)
unit-test (1.19.x, ubuntu-latest): miner/worker.go#L1282
ineffectual assignment to minerFee (ineffassign)
unit-test (1.19.x, ubuntu-latest): eth/gasprice/gasprice.go#L274
SA4006: this value of `tip` is never used (staticcheck)
unit-test (1.19.x, ubuntu-latest)
Process completed with exit code 2.
unit-test (1.19.x, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/