Browse Source

proto: regenerate code (#6977)

## Description

Replace all seemed to have been used causing proto files to be changed without being regenerated
pull/6978/head
Marko 3 years ago
committed by GitHub
parent
commit
c9beef796d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 8 deletions
  1. +2
    -2
      proto/tendermint/state/types.pb.go
  2. +2
    -2
      proto/tendermint/statesync/types.pb.go
  3. +3
    -4
      rpc/grpc/types.pb.go

+ 2
- 2
proto/tendermint/state/types.pb.go View File

@ -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


+ 2
- 2
proto/tendermint/statesync/types.pb.go View File

@ -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


+ 3
- 4
rpc/grpc/types.pb.go View File

@ -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.


Loading…
Cancel
Save