test: add test for aggregator #367
Annotations
9 errors and 1 warning
golangci-lint:
cmd/run.go#L17
could not import github.com/0xPolygon/cdk/aggregator (-: # github.com/0xPolygon/cdk/aggregator
|
golangci-lint:
aggregator/aggregator.go#L188
cannot use ethTxManager (variable of type *ethtxmanager.Client) as EthTxManagerClient value in struct literal: *ethtxmanager.Client does not implement EthTxManagerClient (wrong type for method Add)
|
golangci-lint:
aggregator/aggregator.go#L982
not enough arguments in call to a.ethTxManager.Add
|
golangci-lint:
aggregator/aggregator.go#L188
cannot use ethTxManager (variable of type *ethtxmanager.Client) as EthTxManagerClient value in struct literal: *ethtxmanager.Client does not implement EthTxManagerClient (wrong type for method Add)
|
golangci-lint:
aggregator/aggregator.go#L982
not enough arguments in call to a.ethTxManager.Add
|
golangci-lint:
config/config.go#L11
could not import github.com/0xPolygon/cdk/aggregator (-: # github.com/0xPolygon/cdk/aggregator
|
golangci-lint:
aggregator/aggregator.go#L188
cannot use ethTxManager (variable of type *ethtxmanager.Client) as EthTxManagerClient value in struct literal: *ethtxmanager.Client does not implement EthTxManagerClient (wrong type for method Add)
|
golangci-lint:
aggregator/aggregator.go#L982
not enough arguments in call to a.ethTxManager.Add
|
golangci-lint
issues found
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/cdk/cdk. Supported file pattern: go.sum
|
Loading