Allocate the appropriate memory for retrieveIndicesFromBitfield (#6507)

* Allocate the appropriate memory for retrieveIndicesFromBitfield
* Merge refs/heads/master into memory0
* Merge refs/heads/master into memory0
* Merge refs/heads/master into memory0
* Merge refs/heads/master into memory0
* Merge refs/heads/master into memory0
* Merge refs/heads/master into memory0
* Merge refs/heads/master into memory0
This commit is contained in:
Preston Van Loon
2020-07-07 22:47:26 -07:00
committed by GitHub
parent fd9003f822
commit a02553815f
3 changed files with 23 additions and 2 deletions

View File

@@ -22,7 +22,10 @@ go_library(
go_test(
name = "go_default_test",
srcs = ["status_test.go"],
srcs = [
"benchmark_test.go",
"status_test.go",
],
embed = [":go_default_library"],
deps = [
"//proto/beacon/p2p/v1:go_default_library",