mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Redesign voluntary exits pool (#11898)
Co-authored-by: Nishant Das <nishdas93@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user