Implement trace_block EP and conversion logic #6672
Annotations
9 errors and 1 warning
Run global scope golangci-lint:
packages/evm/jsonrpc/trace_block.go#L126
appendAssign: append result not assigned to the same slice (gocritic)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/trace_block_test.go#L136
var-naming: var actionJson should be actionJSON (revive)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/trace_block.go#L130
increment-decrement: should replace subCalls += 1 with subCalls++ (revive)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/trace_block_test.go#L142
var-naming: var resultJson should be resultJSON (revive)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/trace_block.go#L67
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/trace_block.go#L68
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/jsonrpctest/jsonrpc_test.go#L830
directive `//nolint:govet` is unused for linter "govet" (nolintlint)
|
Run global scope golangci-lint:
packages/evm/jsonrpc/jsonrpctest/jsonrpc_test.go#L848
directive `//nolint:govet` is unused for linter "govet" (nolintlint)
|
Run global scope golangci-lint
issues found
|
Run actions/setup-go@v5
Restore cache failed: Dependencies file is not found in /home/runner/work/wasp/wasp. Supported file pattern: go.sum
|
Loading