Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-bayardo committed Feb 10, 2023
1 parent 680b056 commit 2b1ed1f
Show file tree
Hide file tree
Showing 8 changed files with 479 additions and 627 deletions.
4 changes: 0 additions & 4 deletions direct/eth_backend_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ func (s *EthBackendClientDirect) EngineGetPayloadBodiesByRangeV1(ctx context.Con
return s.server.EngineGetPayloadBodiesByRangeV1(ctx, in)
}

func (s *EthBackendClientDirect) EngineGetBlobsBundleV1(ctx context.Context, in *remote.EngineGetBlobsBundleRequest, opts ...grpc.CallOption) (*types.BlobsBundleV1, error) {
return s.server.EngineGetBlobsBundleV1(ctx, in)
}

func (s *EthBackendClientDirect) Version(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*types.VersionReply, error) {
return s.server.Version(ctx, in)
}
Expand Down
272 changes: 142 additions & 130 deletions gointerfaces/remote/kv.pb.go

Large diffs are not rendered by default.

130 changes: 2 additions & 128 deletions gointerfaces/remote/kv_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2b1ed1f

Please sign in to comment.