mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
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:
@@ -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__",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user