Process bls changes (#11684)

* Implement ProcessBLSToExecutionChanges

* Batch process signatures

* gaz

* Change runtime behavior

* Terence's review
This commit is contained in:
Potuz
2022-11-24 16:36:12 -03:00
committed by GitHub
parent a0c0706224
commit 0aaee51973
7 changed files with 171 additions and 41 deletions

View File

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