Skip to content

Commit

Permalink
No More EthereumAPIs Patch (#5570)
Browse files Browse the repository at this point in the history
* no more patch
* Merge refs/heads/master into no-more-patch
* fix build
* Merge refs/heads/master into no-more-patch
* Merge refs/heads/master into no-more-patch
  • Loading branch information
rauljordan authored Apr 22, 2020
1 parent f880fb4 commit 793c3d2
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 821 deletions.
6 changes: 1 addition & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -1305,12 +1305,8 @@ go_repository(

go_repository(
name = "com_github_prysmaticlabs_ethereumapis",
commit = "6607cc86ddb7c78acfe3b1f0dfb115489a96d46d",
commit = "349b301bbe44b8bea8c2bf2afe8c2e4e8630168a",
importpath = "github.com/prysmaticlabs/ethereumapis",
patch_args = ["-p1"],
patches = [
"//third_party:com_github_prysmaticlabs_ethereumapis-tags.patch",
],
)

go_repository(
Expand Down
5 changes: 5 additions & 0 deletions beacon-chain/rpc/validator/assignments.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,8 @@ func (vs *Server) GetDuties(ctx context.Context, req *ethpb.DutiesRequest) (*eth
Duties: validatorAssignments,
}, nil
}

// StreamDuties --
func (vs *Server) StreamDuties(stream ethpb.BeaconNodeValidator_StreamDutiesServer) error {
return status.Error(codes.Unimplemented, "unimplemented")
}
2 changes: 1 addition & 1 deletion proto/beacon/p2p/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ load("@rules_proto//proto:defs.bzl", "proto_library")
load("@io_bazel_rules_go//go:def.bzl", "go_library")
load("@io_bazel_rules_go//proto:def.bzl", "go_proto_library")
load("//proto:ssz_proto_library.bzl", "ssz_proto_files")
load("//tools:ssz.bzl", "SSZ_DEPS", "ssz_gen_marshal")
load("@com_github_prysmaticlabs_ethereumapis//tools:ssz.bzl", "SSZ_DEPS", "ssz_gen_marshal")

go_proto_library(
name = "v1_go_proto",
Expand Down
Loading

0 comments on commit 793c3d2

Please sign in to comment.