Check BLS changes when requesting from pool (#11718)

* Check BLS changes when requesting from pool

* Terence's suggestions

* Radek's suggestion

Co-authored-by: terencechain <terence@prysmaticlabs.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
This commit is contained in:
Potuz
2022-12-09 11:41:45 -03:00
committed by GitHub
parent cb9b5e8f6e
commit babfc66c5b
10 changed files with 176 additions and 41 deletions

View File

@@ -16,6 +16,7 @@ go_library(
],
importpath = "github.com/prysmaticlabs/prysm/v3/crypto/bls/blst",
visibility = [
"//beacon-chain/operations/blstoexec:__pkg__",
"//crypto/bls:__pkg__",
],
deps = [

View File

@@ -10,6 +10,7 @@ go_library(
importpath = "github.com/prysmaticlabs/prysm/v3/crypto/bls/common",
visibility = [
"//beacon-chain/core/blocks:__subpackages__",
"//beacon-chain/operations/blstoexec:__pkg__",
"//crypto/bls:__subpackages__",
"//testing:__subpackages__",
],