Redesign voluntary exits pool (#11898)

Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
Radosław Kapka
2023-03-01 17:44:00 +01:00
committed by GitHub
parent 0d3fb0a32b
commit ac4483417d
16 changed files with 505 additions and 711 deletions

View File

@@ -15,10 +15,7 @@ go_library(
"stub.go", # keep
],
importpath = "github.com/prysmaticlabs/prysm/v3/crypto/bls/blst",
visibility = [
"//beacon-chain/operations/blstoexec:__pkg__",
"//crypto/bls:__pkg__",
],
visibility = ["//visibility:public"],
deps = [
"//cache/lru:go_default_library",
"//config/fieldparams:go_default_library",

View File

@@ -8,12 +8,6 @@ go_library(
"interface.go",
],
importpath = "github.com/prysmaticlabs/prysm/v3/crypto/bls/common",
visibility = [
"//beacon-chain/core/blocks:__subpackages__",
"//beacon-chain/operations/blstoexec:__pkg__",
"//beacon-chain/rpc/eth/beacon:__subpackages__",
"//crypto/bls:__subpackages__",
"//testing:__subpackages__",
],
visibility = ["//visibility:public"],
deps = ["//config/fieldparams:go_default_library"],
)