Block backfilling #38922
Annotations
5 errors and 1 warning
Test for fuzzing:
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)
|
Test for fuzzing:
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)
|
Test for fuzzing:
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)
|
Test for fuzzing:
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)
|
Test for fuzzing
Process completed with exit code 1.
|
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/
|
The logs for this run have expired and are no longer available.
Loading