add delay before broadcasting lc objects (#15776)

* add delay before broadcasting lc objects

* address commments

* address commments

* reduce test runtime
This commit is contained in:
Bastin
2025-10-03 15:02:46 +02:00
committed by GitHub
parent 1f89394727
commit 28eb1a4c3c
16 changed files with 117 additions and 27 deletions

View File

@@ -3,6 +3,7 @@ load("@prysm//tools/go:def.bzl", "go_library", "go_test")
go_library(
name = "go_default_library",
srcs = [
"basis_points.go",
"committee_bits_mainnet.go",
"committee_bits_minimal.go", # keep
"committee_index.go",

View File

@@ -0,0 +1,3 @@
package primitives
type BP uint64