Skip to content

Commit f47ef15

Browse files
authored
Merge pull request prysmaticlabs#1 from prestonvanloon/beacon-p2p
2 parents 5e72995 + f9e6ea7 commit f47ef15

File tree

5 files changed

+101
-806
lines changed

5 files changed

+101
-806
lines changed

proto/sharding/v1/BUILD.bazel

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
load("@io_bazel_rules_go//go:def.bzl", "go_library")
22
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
33

4-
proto_library(
5-
name = "messages_proto",
6-
srcs = ["messages.proto"],
7-
visibility = ["//visibility:public"],
8-
)
9-
104
go_proto_library(
115
name = "messages_go_proto",
126
importpath = "github.com/prysmaticlabs/prysm/proto/sharding/v1",
@@ -25,17 +19,5 @@ proto_library(
2519
name = "ethereum_messages_v1_proto",
2620
srcs = ["messages.proto"],
2721
visibility = ["//visibility:public"],
28-
)
29-
30-
proto_library(
31-
name = "timestamp_proto",
32-
srcs = ["messages.proto"],
33-
visibility = ["//visibility:public"],
34-
)
35-
36-
go_proto_library(
37-
name = "timestamp_go_proto",
38-
importpath = "github.com/golang/protobuf/ptypes/timestamp",
39-
proto = ":timestamp_proto",
40-
visibility = ["//visibility:public"],
22+
deps = ["@com_google_protobuf//:timestamp_proto"],
4123
)

proto/sharding/v1/github.com/golang/protobuf/ptypes/timestamp/BUILD.bazel

-9
This file was deleted.

0 commit comments

Comments
 (0)