mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 22:05:18 +00:00
proto: regenerate code (#6977)
## Description Replace all seemed to have been used causing proto files to be changed without being regenerated
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user