New 'Ethereum JSONRPC' client implementation #1088
Annotations
10 errors
Lint:
e2e-polybft/e2e/jsonrpc_test.go#L464
Error return value of `cluster.WaitForBlock` is not checked (errcheck)
|
Lint:
e2e-polybft/e2e/jsonrpc_test.go#L470
Error return value of `cluster.WaitForBlock` is not checked (errcheck)
|
Lint:
jsonrpc/codec.go#L175
ST1016: methods on the same type should have the same receiver name (seen 1x "b", 1x "bnh") (stylecheck)
|
Lint:
jsonrpc/types.go#L572
only cuddled expressions if assigning variable or using from line above (wsl)
|
Lint:
jsonrpc/types.go#L479
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Lint:
jsonrpc/types.go#L515
only cuddled expressions if assigning variable or using from line above (wsl)
|
Lint:
types/access_list_tx.go#L137
only one cuddle assignment allowed before if statement (wsl)
|
Lint:
types/access_list_tx.go#L149
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Lint:
types/base_tx.go#L130
if statements should only be cuddled with assignments used in the if statement itself (wsl)
|
Lint:
types/json_unmarshal.go#L235
ranges should only be cuddled with assignments used in the iteration (wsl)
|
Loading