feat: add gas price RPC methods #429
main.yaml
on: pull_request
Go Linter
/
lint
1m 13s
Go Test
/
test
1m 19s
Go Test
/
test-with-race
1m 29s
Go Codegen
/
generate
1m 9s
Annotations
9 errors and 4 warnings
Go Linter / lint:
serve/methods/gas.go#L106
redefines-builtin-id: redefinition of the built-in function min (revive)
|
Go Linter / lint:
serve/methods/gas.go#L106
builtinShadowDecl: shadowing of predeclared identifier: min (gocritic)
|
Go Linter / lint:
serve/methods/gas.go#L106
function min has same name as predeclared identifier (predeclared)
|
Go Linter / lint:
serve/methods/gas.go#L115
redefines-builtin-id: redefinition of the built-in function max (revive)
|
Go Linter / lint:
serve/methods/gas.go#L115
builtinShadowDecl: shadowing of predeclared identifier: max (gocritic)
|
Go Linter / lint:
serve/methods/gas.go#L115
function max has same name as predeclared identifier (predeclared)
|
Go Linter / lint
issues found
|
Go Test / test
Process completed with exit code 1.
|
Go Test / test-with-race
Process completed with exit code 1.
|
Go Codegen / generate
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Linter / lint
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Test / test
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|
Go Test / test-with-race
Restore cache failed: Dependencies file is not found in /home/runner/work/tx-indexer/tx-indexer. Supported file pattern: go.sum
|