Implement bls_to_execution_changes beacon endpoint (#11845)

* Initial implementation

* fix withrawal unit tests

* add custom hooks api middleware test

* unit tests for endpoint

* update screwed proto file

* double import

* Raul review

Co-authored-by: james-prysm <90280386+james-prysm@users.noreply.github.com>
This commit is contained in:
Potuz
2023-01-06 02:17:33 -03:00
committed by GitHub
parent 700f5fee8c
commit c1f00923c1
18 changed files with 946 additions and 188 deletions

View File

@@ -11,6 +11,7 @@ go_library(
visibility = [
"//beacon-chain/core/blocks:__subpackages__",
"//beacon-chain/operations/blstoexec:__pkg__",
"//beacon-chain/rpc/eth/beacon:__subpackages__",
"//crypto/bls:__subpackages__",
"//testing:__subpackages__",
],