Block backfilling #38922
Annotations
10 errors and 5 warnings
Lint:
beacon-chain/sync/backfill/status_test.go#L36
cannot use &mockBackfillDB{} (value of type *mockBackfillDB) as BeaconDB value in variable declaration: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Lint:
beacon-chain/sync/backfill/status_test.go#L145
cannot use mdb (variable of type *mockBackfillDB) as BeaconDB value in struct literal: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Lint:
beacon-chain/sync/backfill/status_test.go#L338
cannot use &mockBackfillDB{…} (value of type *mockBackfillDB) as BeaconDB value in struct literal: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Lint:
beacon-chain/sync/backfill/service_test.go#L34
cannot use db (variable of type *mockBackfillDB) as BeaconDB value in argument to NewUpdater: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks) (typecheck)
|
Lint
issues found
|
Build:
beacon-chain/sync/backfill/status_test.go#L36
cannot use &mockBackfillDB{} (value of type *mockBackfillDB) as BeaconDB value in variable declaration: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Build:
beacon-chain/sync/backfill/status_test.go#L145
cannot use mdb (variable of type *mockBackfillDB) as BeaconDB value in struct literal: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Build:
beacon-chain/sync/backfill/status_test.go#L338
cannot use &mockBackfillDB{…} (value of type *mockBackfillDB) as BeaconDB value in struct literal: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Build:
beacon-chain/sync/backfill/service_test.go#L34
cannot use db (variable of type *mockBackfillDB) as BeaconDB value in argument to NewUpdater: *mockBackfillDB does not implement BeaconDB (missing method SaveROBlocks)
|
Build
Process completed with exit code 1.
|
Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
Unexpected input(s) 'id', valid inputs are ['go-version', 'go-version-file', 'check-latest', 'token', 'cache', 'cache-dependency-path', 'architecture']
|
Gosec scan
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|