From c9beef796de6cd7b78252a9098aacb29efbda748 Mon Sep 17 00:00:00 2001 From: Marko Date: Thu, 23 Sep 2021 12:37:11 +0000 Subject: [PATCH] proto: regenerate code (#6977) ## Description Replace all seemed to have been used causing proto files to be changed without being regenerated --- proto/tendermint/state/types.pb.go | 4 ++-- proto/tendermint/statesync/types.pb.go | 4 ++-- rpc/grpc/types.pb.go | 7 +++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/proto/tendermint/state/types.pb.go b/proto/tendermint/state/types.pb.go index ea827cc7a..85f38cada 100644 --- a/proto/tendermint/state/types.pb.go +++ b/proto/tendermint/state/types.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: tendermint/internal/state/types.proto +// source: tendermint/state/types.proto package state @@ -419,7 +419,7 @@ func init() { proto.RegisterType((*State)(nil), "tendermint.state.State") } -func init() { proto.RegisterFile("tendermint/internal/state/types.proto", fileDescriptor_ccfacf933f22bf93) } +func init() { proto.RegisterFile("tendermint/state/types.proto", fileDescriptor_ccfacf933f22bf93) } var fileDescriptor_ccfacf933f22bf93 = []byte{ // 763 bytes of a gzipped FileDescriptorProto diff --git a/proto/tendermint/statesync/types.pb.go b/proto/tendermint/statesync/types.pb.go index c0fa0f3a7..5541c2803 100644 --- a/proto/tendermint/statesync/types.pb.go +++ b/proto/tendermint/statesync/types.pb.go @@ -1,5 +1,5 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: tendermint/internal/statesync/types.proto +// source: tendermint/statesync/types.proto package statesync @@ -631,7 +631,7 @@ func init() { proto.RegisterType((*ParamsResponse)(nil), "tendermint.statesync.ParamsResponse") } -func init() { proto.RegisterFile("tendermint/internal/statesync/types.proto", fileDescriptor_a1c2869546ca7914) } +func init() { proto.RegisterFile("tendermint/statesync/types.proto", fileDescriptor_a1c2869546ca7914) } var fileDescriptor_a1c2869546ca7914 = []byte{ // 589 bytes of a gzipped FileDescriptorProto diff --git a/rpc/grpc/types.pb.go b/rpc/grpc/types.pb.go index f2b92c878..b9cbee03f 100644 --- a/rpc/grpc/types.pb.go +++ b/rpc/grpc/types.pb.go @@ -6,15 +6,14 @@ package coregrpc import ( context "context" fmt "fmt" - io "io" - math "math" - math_bits "math/bits" - proto "github.com/gogo/protobuf/proto" types "github.com/tendermint/tendermint/abci/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" + io "io" + math "math" + math_bits "math/bits" ) // Reference imports to suppress errors if they are not otherwise used.