Skip to content

Commit

Permalink
Enable validator client to sign execution header (#14333)
Browse files Browse the repository at this point in the history
* Enable validator client to sign execution header

* Update proto/prysm/v1alpha1/validator-client/keymanager.proto

---------

Co-authored-by: Potuz <potuz@prysmaticlabs.com>
  • Loading branch information
potuz committed Sep 25, 2024
1 parent 2efb306 commit 523422e
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 218 deletions.
3 changes: 3 additions & 0 deletions proto/prysm/v1alpha1/validator-client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ proto_library(
visibility = ["//visibility:public"],
deps = [
"//proto/eth/ext:proto",
"//proto/engine/v1:proto",
"//proto/prysm/v1alpha1:proto",
"@com_google_protobuf//:any_proto",
"@com_google_protobuf//:descriptor_proto",
Expand All @@ -41,6 +42,7 @@ go_proto_library(
"//consensus-types/primitives:go_default_library",
"//consensus-types/validator:go_default_library",
"//proto/eth/ext:go_default_library",
"//proto/engine/v1:go_default_library",
"//proto/prysm/v1alpha1:go_default_library",
"@com_github_golang_protobuf//proto:go_default_library",
"@com_github_prysmaticlabs_go_bitfield//:go_default_library",
Expand Down Expand Up @@ -68,6 +70,7 @@ go_library(
visibility = ["//visibility:public"],
deps = [
"//proto/eth/ext:go_default_library",
"//proto/engine/v1:go_default_library",
"//proto/prysm/v1alpha1:go_default_library",
"@com_github_golang_protobuf//proto:go_default_library",
"@com_github_prysmaticlabs_go_bitfield//:go_default_library", # keep
Expand Down
Loading

0 comments on commit 523422e

Please sign in to comment.