Add nodeID to acp118 requests #2705
Annotations
10 errors
golangci-lint:
plugin/evm/network_handler.go#L16
could not import github.com/ava-labs/coreth/warp (-: # github.com/ava-labs/coreth/warp
|
golangci-lint:
warp/backend.go#L22
cannot use &backend{} (value of type *backend) as Backend value in variable declaration: *backend does not implement Backend (wrong type for method Verify)
|
golangci-lint:
warp/backend.go#L86
cannot use b (variable of type *backend) as Backend value in return statement: *backend does not implement Backend (wrong type for method Verify)
|
golangci-lint:
warp/backend.go#L1
: # github.com/ava-labs/coreth/warp [github.com/ava-labs/coreth/warp.test]
|
golangci-lint:
warp/backend.go#L22
cannot use &backend{} (value of type *backend) as Backend value in variable declaration: *backend does not implement Backend (wrong type for method Verify)
|
golangci-lint:
warp/backend.go#L86
cannot use b (variable of type *backend) as Backend value in return statement: *backend does not implement Backend (wrong type for method Verify)
|
golangci-lint:
warp/verifier_backend_test.go#L117
impossible type assertion: warpBackend.(*backend)
|
golangci-lint:
warp/verifier_backend_test.go#L126
impossible type assertion: warpBackend.(*backend)
|
golangci-lint:
warp/verifier_backend_test.go#L128
impossible type assertion: warpBackend.(*backend)
|
golangci-lint:
warp/verifier_backend_test.go#L235
impossible type assertion: warpBackend.(*backend)
|
Loading