Skip to content

Commit

Permalink
Enable validator client to sign execution header
Browse files Browse the repository at this point in the history
  • Loading branch information
terencechain committed Aug 11, 2024
1 parent 02d34c0 commit 0db62ab
Show file tree
Hide file tree
Showing 6 changed files with 358 additions and 218 deletions.
4 changes: 4 additions & 0 deletions proto/prysm/v1alpha1/validator-client/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ proto_library(
visibility = ["//visibility:public"],
deps = [
"//proto/eth/ext:proto",
"//proto/engine/v1:proto",
"//proto/prysm/v1alpha1:proto",
"@com_github_grpc_ecosystem_grpc_gateway_v2//protoc-gen-openapiv2/options:options_proto",
"@com_google_protobuf//:any_proto",
Expand All @@ -47,6 +48,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_grpc_ecosystem_grpc_gateway_v2//protoc-gen-openapiv2/options:options_go_proto",
Expand Down Expand Up @@ -74,6 +76,7 @@ go_proto_library(
visibility = ["//visibility:private"],
deps = [
"//proto/eth/ext:go_default_library",
"//proto/engine/v1:go_default_library",
"//proto/prysm/v1alpha1:go_default_library",
"@com_github_grpc_ecosystem_grpc_gateway_v2//protoc-gen-openapiv2/options:options_go_proto",
"@com_github_prysmaticlabs_go_bitfield//:go_default_library",
Expand All @@ -97,6 +100,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_grpc_ecosystem_grpc_gateway_v2//protoc-gen-openapiv2/options:options_go_proto",
Expand Down
Loading

0 comments on commit 0db62ab

Please sign in to comment.