Define some events (and constants), prepare their handling #280
golangci-lint.yml
on: pull_request
golangci linter
2m 43s
Annotations
10 errors and 1 warning
golangci linter:
server/services/constants.go#L15
`transactionProcessingTypeContractInvoking` is unused (deadcode)
|
golangci linter:
server/services/constants.go#L16
`transactionProcessingTypeContractDeployment` is unused (deadcode)
|
golangci linter:
server/services/constants.go#L25
`systemContractDeployAddress` is unused (deadcode)
|
golangci linter:
server/services/constants.go#L31
`transactionEventInternalVMErrors` is unused (deadcode)
|
golangci linter:
server/services/constants.go#L32
`transactionEventSCDeploy` is unused (deadcode)
|
golangci linter:
server/services/constants.go#L33
`transactionEventTransferValueOnly` is unused (deadcode)
|
golangci linter:
server/services/constants.go#L43
`transactionEventClaimDeveloperRewards` is unused (deadcode)
|
golangci linter:
server/services/transactionEvents.go#L8
`eventTransferValueOnly` is unused (deadcode)
|
golangci linter:
server/services/transactionEvents.go#L58
`eventSCDeploy` is unused (deadcode)
|
golangci linter:
server/services/transactionEvents.go#L63
`eventClaimDeveloperRewards` is unused (deadcode)
|
golangci linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|