Skip to content

Commit

Permalink
Run go generate
Browse files Browse the repository at this point in the history
Seems like too much has changed here, not sure why--possibly need an
older version of protoc?
  • Loading branch information
reductionista committed Oct 13, 2023
1 parent f47bfec commit 416f190
Show file tree
Hide file tree
Showing 8 changed files with 1,292 additions and 1,035 deletions.
15 changes: 0 additions & 15 deletions pkg/loop/internal/median.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,21 +298,6 @@ func (r *reportCodecServer) MaxReportLength(ctx context.Context, request *pb.Max
return &pb.MaxReportLengthReply{Max: int64(l)}, nil
}

var _ ChainReaderClient = (*chainReaderClient)(nil)

type chainReaderClient struct {
grpc pb.ChainReaderClient
}

var _ pb.ChainReaderServer = (*chainReaderServer)(nil)

type chainReaderServer struct {
pb.UnimplementedChainReaderServer
impl types.ChainReader
}

// TODO: implement GetLatestValue() etc.

var _ median.OnchainConfigCodec = (*onchainConfigCodecClient)(nil)

type onchainConfigCodecClient struct {
Expand Down
Loading

0 comments on commit 416f190

Please sign in to comment.