2
2
# Common
3
3
##############################################################################
4
4
5
- load ("@rules_proto//proto:defs.bzl" , "proto_library" )
6
-
7
5
##############################################################################
8
6
# Go
9
7
##############################################################################
10
8
# gazelle:ignore
11
9
load ("@io_bazel_rules_go//go:def.bzl" , "go_library" , "go_test" )
12
10
load ("@io_bazel_rules_go//proto:def.bzl" , "go_proto_library" )
11
+ load ("@rules_proto//proto:defs.bzl" , "proto_library" )
13
12
load ("//proto:ssz_proto_library.bzl" , "ssz_proto_files" )
14
13
load ("//tools:ssz.bzl" , "SSZ_DEPS" , "ssz_gen_marshal" )
15
14
@@ -189,6 +188,7 @@ ssz_fulu_objs = [
189
188
"DataColumnIdentifier" ,
190
189
"DataColumnsByRootIdentifier" ,
191
190
"DataColumnSidecar" ,
191
+ "StatusV2" ,
192
192
"SignedBeaconBlockContentsFulu" ,
193
193
"SignedBeaconBlockFulu" ,
194
194
"SignedBlindedBeaconBlockFulu" ,
@@ -359,15 +359,17 @@ go_library(
359
359
importpath = "github.com/OffchainLabs/prysm/v6/proto/prysm/v1alpha1" ,
360
360
visibility = ["//visibility:public" ],
361
361
deps = SSZ_DEPS + [
362
+ "//consensus-types/primitives:go_default_library" ,
362
363
"//encoding/bytesutil:go_default_library" ,
363
364
"//math:go_default_library" ,
364
365
"//proto/engine/v1:go_default_library" ,
365
366
"//proto/eth/ext:go_default_library" ,
366
367
"//runtime/version:go_default_library" ,
367
- "//consensus-types/primitives:go_default_library" ,
368
- "@com_github_pkg_errors//:go_default_library" ,
369
368
"@com_github_golang_protobuf//proto:go_default_library" ,
369
+ "@com_github_pkg_errors//:go_default_library" ,
370
370
"@com_github_prysmaticlabs_go_bitfield//:go_default_library" , # keep
371
+ "@com_github_sirupsen_logrus//:go_default_library" ,
372
+ "@com_github_sirupsen_logrus//hooks/test:go_default_library" ,
371
373
"@googleapis//google/api:annotations_go_proto" ,
372
374
"@io_bazel_rules_go//proto/wkt:descriptor_go_proto" ,
373
375
"@io_bazel_rules_go//proto/wkt:empty_go_proto" ,
@@ -382,8 +384,6 @@ go_library(
382
384
"@org_golang_google_protobuf//runtime/protoimpl:go_default_library" ,
383
385
"@org_golang_google_protobuf//types/descriptorpb:go_default_library" ,
384
386
"@org_golang_google_protobuf//types/known/emptypb:go_default_library" ,
385
- "@com_github_sirupsen_logrus//:go_default_library" ,
386
- "@com_github_sirupsen_logrus//hooks/test:go_default_library" ,
387
387
],
388
388
)
389
389
0 commit comments