Merge branch 'hyperblock-processor' into implement-blocks-pool #46
Annotations
10 errors and 1 warning
golangci linter:
process/dataAggregator_test.go#L27
cannot use &(testscommon.BlocksPoolStub literal) (value of type *testscommon.BlocksPoolStub) as process.BlocksPool value in argument to process.NewDataAggregator: *testscommon.BlocksPoolStub does not implement process.BlocksPool (missing method UpdateMetaRound) (typecheck)
|
golangci linter:
process/dataAggregator_test.go#L48
cannot use blocksPoolStub (variable of type *testscommon.BlocksPoolStub) as process.BlocksPool value in argument to process.NewDataAggregator: *testscommon.BlocksPoolStub does not implement process.BlocksPool (missing method UpdateMetaRound) (typecheck)
|
golangci linter:
process/dataProcessor_test.go#L63
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L76
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L89
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L102
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L115
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L129
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L150
not enough arguments in call to process.NewDataProcessor
|
golangci linter:
process/dataProcessor_test.go#L171
not enough arguments in call to process.NewDataProcessor
|
golangci linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|