feat(primitives): add BuilderIndex SSZ type (#16169)

This pr adds primitives.BuilderIndex for builder registry indexing in
Gloas
This commit is contained in:
terence
2025-12-19 23:29:42 -05:00
committed by GitHub
parent ea51253be9
commit 7950a24926
4 changed files with 145 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ go_library(
name = "go_default_library",
srcs = [
"basis_points.go",
"builder_index.go",
"committee_bits_mainnet.go",
"committee_bits_minimal.go", # keep
"committee_index.go",
@@ -31,6 +32,7 @@ go_library(
go_test(
name = "go_default_test",
srcs = [
"builder_index_test.go",
"committee_index_test.go",
"domain_test.go",
"epoch_test.go",