Revert initsync revert (#12431)

* Revert "Revert "BeaconBlocksByRange and BlobSidecarsByRange consistency (#123… (#12426)"

This reverts commit ddc1e48e05.

* fix metrics bug, add batch.next tests

---------

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
This commit is contained in:
kasey
2023-05-19 11:59:13 -05:00
committed by GitHub
parent b84dd40ba9
commit 385a317902
14 changed files with 771 additions and 449 deletions

View File

@@ -7,6 +7,7 @@ go_library(
"factory.go",
"getters.go",
"proto.go",
"roblock.go",
"setters.go",
"types.go",
],
@@ -36,6 +37,7 @@ go_test(
"factory_test.go",
"getters_test.go",
"proto_test.go",
"roblock_test.go",
],
embed = [":go_default_library"],
deps = [