2024-02-15 07:08:32 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
|
|
|
// source: cerc/registry/v1/genesis.proto
|
|
|
|
|
|
|
|
package registry
|
|
|
|
|
|
|
|
import (
|
|
|
|
fmt "fmt"
|
|
|
|
_ "github.com/cosmos/gogoproto/gogoproto"
|
|
|
|
proto "github.com/cosmos/gogoproto/proto"
|
|
|
|
io "io"
|
|
|
|
math "math"
|
|
|
|
math_bits "math/bits"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
|
|
|
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
|
|
|
|
// GenesisState defines the registry module's genesis state.
|
|
|
|
type GenesisState struct {
|
|
|
|
// params defines all the params of registry module.
|
|
|
|
Params Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params"`
|
|
|
|
// records
|
|
|
|
Records []Record `protobuf:"bytes,2,rep,name=records,proto3" json:"records" json:"records" yaml:"records"`
|
|
|
|
// authorities
|
|
|
|
Authorities []AuthorityEntry `protobuf:"bytes,3,rep,name=authorities,proto3" json:"authorities" json:"authorities" yaml:"authorities"`
|
|
|
|
// names
|
|
|
|
Names []NameEntry `protobuf:"bytes,4,rep,name=names,proto3" json:"names" json:"names" yaml:"names"`
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) Reset() { *m = GenesisState{} }
|
|
|
|
func (m *GenesisState) String() string { return proto.CompactTextString(m) }
|
|
|
|
func (*GenesisState) ProtoMessage() {}
|
|
|
|
func (*GenesisState) Descriptor() ([]byte, []int) {
|
|
|
|
return fileDescriptor_6554596e454ab97d, []int{0}
|
|
|
|
}
|
|
|
|
func (m *GenesisState) XXX_Unmarshal(b []byte) error {
|
|
|
|
return m.Unmarshal(b)
|
|
|
|
}
|
|
|
|
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
if deterministic {
|
|
|
|
return xxx_messageInfo_GenesisState.Marshal(b, m, deterministic)
|
|
|
|
} else {
|
|
|
|
b = b[:cap(b)]
|
|
|
|
n, err := m.MarshalToSizedBuffer(b)
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return b[:n], nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
func (m *GenesisState) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_GenesisState.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *GenesisState) XXX_Size() int {
|
|
|
|
return m.Size()
|
|
|
|
}
|
|
|
|
func (m *GenesisState) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_GenesisState.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_GenesisState proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *GenesisState) GetParams() Params {
|
|
|
|
if m != nil {
|
|
|
|
return m.Params
|
|
|
|
}
|
|
|
|
return Params{}
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) GetRecords() []Record {
|
|
|
|
if m != nil {
|
|
|
|
return m.Records
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) GetAuthorities() []AuthorityEntry {
|
|
|
|
if m != nil {
|
|
|
|
return m.Authorities
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) GetNames() []NameEntry {
|
|
|
|
if m != nil {
|
|
|
|
return m.Names
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*GenesisState)(nil), "cerc.registry.v1.GenesisState")
|
|
|
|
}
|
|
|
|
|
|
|
|
func init() { proto.RegisterFile("cerc/registry/v1/genesis.proto", fileDescriptor_6554596e454ab97d) }
|
|
|
|
|
|
|
|
var fileDescriptor_6554596e454ab97d = []byte{
|
2024-04-01 09:57:26 +00:00
|
|
|
// 329 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0xb1, 0x4e, 0xeb, 0x30,
|
|
|
|
0x18, 0x85, 0x93, 0xb6, 0xb7, 0x57, 0x72, 0x19, 0x50, 0xc4, 0x10, 0x8a, 0x70, 0x43, 0xa5, 0x22,
|
|
|
|
0x96, 0xda, 0x2a, 0x48, 0x0c, 0x4c, 0x10, 0x09, 0xb1, 0x21, 0x14, 0x58, 0x60, 0x73, 0x53, 0x2b,
|
|
|
|
0x18, 0x35, 0x71, 0xb1, 0x4d, 0x45, 0xde, 0x82, 0xc7, 0xea, 0xd8, 0x91, 0xa9, 0x42, 0xcd, 0xc6,
|
|
|
|
0xc8, 0x13, 0xa0, 0xd8, 0x49, 0x89, 0x08, 0x5b, 0x9c, 0x73, 0xce, 0xf7, 0x0d, 0x3f, 0x80, 0x21,
|
|
|
|
0x15, 0x21, 0x16, 0x34, 0x62, 0x52, 0x89, 0x14, 0xcf, 0x47, 0x38, 0xa2, 0x09, 0x95, 0x4c, 0xa2,
|
|
|
|
0x99, 0xe0, 0x8a, 0x3b, 0xdb, 0x79, 0x8e, 0xca, 0x1c, 0xcd, 0x47, 0xdd, 0x9d, 0x88, 0x47, 0x5c,
|
|
|
|
0x87, 0x38, 0xff, 0x32, 0xbd, 0x6e, 0xaf, 0xc6, 0xd9, 0x6c, 0x74, 0xa1, 0xff, 0xd9, 0x00, 0x5b,
|
|
|
|
0x57, 0x06, 0x7d, 0xab, 0x88, 0xa2, 0xce, 0x29, 0x68, 0xcf, 0x88, 0x20, 0xb1, 0x74, 0x6d, 0xcf,
|
|
|
|
0x3e, 0xea, 0x1c, 0xbb, 0xe8, 0xb7, 0x0a, 0xdd, 0xe8, 0xdc, 0x6f, 0x2d, 0x56, 0x3d, 0x2b, 0x28,
|
|
|
|
0xda, 0xce, 0x3d, 0xf8, 0x2f, 0x68, 0xc8, 0xc5, 0x44, 0xba, 0x0d, 0xaf, 0xf9, 0xf7, 0x30, 0xd0,
|
|
|
|
0x05, 0x7f, 0x90, 0x0f, 0xbf, 0x56, 0xbd, 0xfd, 0x27, 0xc9, 0x93, 0xb3, 0x7e, 0x31, 0xeb, 0x7b,
|
|
|
|
0x29, 0x89, 0xa7, 0x3f, 0xcf, 0xa0, 0xe4, 0x39, 0xcf, 0xa0, 0x43, 0x5e, 0xd4, 0x23, 0x17, 0x4c,
|
|
|
|
0x31, 0x2a, 0xdd, 0xa6, 0xc6, 0x7b, 0x75, 0xfc, 0x45, 0x51, 0x4a, 0x2f, 0x13, 0x25, 0x52, 0x7f,
|
|
|
|
0x58, 0x68, 0x06, 0x46, 0x53, 0x41, 0x94, 0xaa, 0xea, 0xaf, 0xa0, 0xea, 0x70, 0xee, 0xc0, 0xbf,
|
|
|
|
0x84, 0xc4, 0x54, 0xba, 0x2d, 0x2d, 0xdb, 0xab, 0xcb, 0xae, 0x49, 0x4c, 0x8d, 0xe7, 0xa0, 0xf0,
|
|
|
|
0xec, 0x1a, 0x8f, 0xde, 0x95, 0x06, 0xf3, 0x08, 0x0c, 0xcc, 0x3f, 0x5f, 0xac, 0xa1, 0xbd, 0x5c,
|
|
|
|
0x43, 0xfb, 0x63, 0x0d, 0xed, 0xb7, 0x0c, 0x5a, 0xcb, 0x0c, 0x5a, 0xef, 0x19, 0xb4, 0x1e, 0x0e,
|
|
|
|
0x23, 0xa6, 0xd0, 0x7c, 0x32, 0x46, 0x8a, 0xe3, 0x5c, 0x35, 0x64, 0x1c, 0x4f, 0x49, 0xc8, 0x13,
|
|
|
|
0x16, 0x4e, 0xf0, 0xeb, 0xe6, 0x68, 0xe3, 0xb6, 0xbe, 0xda, 0xc9, 0x77, 0x00, 0x00, 0x00, 0xff,
|
|
|
|
0xff, 0x5c, 0x17, 0x08, 0x0a, 0x20, 0x02, 0x00, 0x00,
|
2024-02-15 07:08:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) Marshal() (dAtA []byte, err error) {
|
|
|
|
size := m.Size()
|
|
|
|
dAtA = make([]byte, size)
|
|
|
|
n, err := m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
if err != nil {
|
|
|
|
return nil, err
|
|
|
|
}
|
|
|
|
return dAtA[:n], nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) MarshalTo(dAtA []byte) (int, error) {
|
|
|
|
size := m.Size()
|
|
|
|
return m.MarshalToSizedBuffer(dAtA[:size])
|
|
|
|
}
|
|
|
|
|
|
|
|
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|
|
|
i := len(dAtA)
|
|
|
|
_ = i
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
if len(m.Names) > 0 {
|
|
|
|
for iNdEx := len(m.Names) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
|
{
|
|
|
|
size, err := m.Names[iNdEx].MarshalToSizedBuffer(dAtA[:i])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
i -= size
|
|
|
|
i = encodeVarintGenesis(dAtA, i, uint64(size))
|
|
|
|
}
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0x22
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(m.Authorities) > 0 {
|
|
|
|
for iNdEx := len(m.Authorities) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
|
{
|
|
|
|
size, err := m.Authorities[iNdEx].MarshalToSizedBuffer(dAtA[:i])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
i -= size
|
|
|
|
i = encodeVarintGenesis(dAtA, i, uint64(size))
|
|
|
|
}
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0x1a
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(m.Records) > 0 {
|
|
|
|
for iNdEx := len(m.Records) - 1; iNdEx >= 0; iNdEx-- {
|
|
|
|
{
|
|
|
|
size, err := m.Records[iNdEx].MarshalToSizedBuffer(dAtA[:i])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
i -= size
|
|
|
|
i = encodeVarintGenesis(dAtA, i, uint64(size))
|
|
|
|
}
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0x12
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{
|
|
|
|
size, err := m.Params.MarshalToSizedBuffer(dAtA[:i])
|
|
|
|
if err != nil {
|
|
|
|
return 0, err
|
|
|
|
}
|
|
|
|
i -= size
|
|
|
|
i = encodeVarintGenesis(dAtA, i, uint64(size))
|
|
|
|
}
|
|
|
|
i--
|
|
|
|
dAtA[i] = 0xa
|
|
|
|
return len(dAtA) - i, nil
|
|
|
|
}
|
|
|
|
|
|
|
|
func encodeVarintGenesis(dAtA []byte, offset int, v uint64) int {
|
|
|
|
offset -= sovGenesis(v)
|
|
|
|
base := offset
|
|
|
|
for v >= 1<<7 {
|
|
|
|
dAtA[offset] = uint8(v&0x7f | 0x80)
|
|
|
|
v >>= 7
|
|
|
|
offset++
|
|
|
|
}
|
|
|
|
dAtA[offset] = uint8(v)
|
|
|
|
return base
|
|
|
|
}
|
|
|
|
func (m *GenesisState) Size() (n int) {
|
|
|
|
if m == nil {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
var l int
|
|
|
|
_ = l
|
|
|
|
l = m.Params.Size()
|
|
|
|
n += 1 + l + sovGenesis(uint64(l))
|
|
|
|
if len(m.Records) > 0 {
|
|
|
|
for _, e := range m.Records {
|
|
|
|
l = e.Size()
|
|
|
|
n += 1 + l + sovGenesis(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(m.Authorities) > 0 {
|
|
|
|
for _, e := range m.Authorities {
|
|
|
|
l = e.Size()
|
|
|
|
n += 1 + l + sovGenesis(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if len(m.Names) > 0 {
|
|
|
|
for _, e := range m.Names {
|
|
|
|
l = e.Size()
|
|
|
|
n += 1 + l + sovGenesis(uint64(l))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return n
|
|
|
|
}
|
|
|
|
|
|
|
|
func sovGenesis(x uint64) (n int) {
|
|
|
|
return (math_bits.Len64(x|1) + 6) / 7
|
|
|
|
}
|
|
|
|
func sozGenesis(x uint64) (n int) {
|
|
|
|
return sovGenesis(uint64((x << 1) ^ uint64((int64(x) >> 63))))
|
|
|
|
}
|
|
|
|
func (m *GenesisState) Unmarshal(dAtA []byte) error {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
preIndex := iNdEx
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= uint64(b&0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
fieldNum := int32(wire >> 3)
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
if wireType == 4 {
|
|
|
|
return fmt.Errorf("proto: GenesisState: wiretype end group for non-group")
|
|
|
|
}
|
|
|
|
if fieldNum <= 0 {
|
|
|
|
return fmt.Errorf("proto: GenesisState: illegal tag %d (wire type %d)", fieldNum, wire)
|
|
|
|
}
|
|
|
|
switch fieldNum {
|
|
|
|
case 1:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Params", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
msglen |= int(b&0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
if err := m.Params.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 2:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Records", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
msglen |= int(b&0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Records = append(m.Records, Record{})
|
|
|
|
if err := m.Records[len(m.Records)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 3:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Authorities", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
msglen |= int(b&0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Authorities = append(m.Authorities, AuthorityEntry{})
|
|
|
|
if err := m.Authorities[len(m.Authorities)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
case 4:
|
|
|
|
if wireType != 2 {
|
|
|
|
return fmt.Errorf("proto: wrong wireType = %d for field Names", wireType)
|
|
|
|
}
|
|
|
|
var msglen int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
msglen |= int(b&0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if msglen < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
postIndex := iNdEx + msglen
|
|
|
|
if postIndex < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
if postIndex > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
m.Names = append(m.Names, NameEntry{})
|
|
|
|
if err := m.Names[len(m.Names)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
iNdEx = postIndex
|
|
|
|
default:
|
|
|
|
iNdEx = preIndex
|
|
|
|
skippy, err := skipGenesis(dAtA[iNdEx:])
|
|
|
|
if err != nil {
|
|
|
|
return err
|
|
|
|
}
|
|
|
|
if (skippy < 0) || (iNdEx+skippy) < 0 {
|
|
|
|
return ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
if (iNdEx + skippy) > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx += skippy
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if iNdEx > l {
|
|
|
|
return io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
return nil
|
|
|
|
}
|
|
|
|
func skipGenesis(dAtA []byte) (n int, err error) {
|
|
|
|
l := len(dAtA)
|
|
|
|
iNdEx := 0
|
|
|
|
depth := 0
|
|
|
|
for iNdEx < l {
|
|
|
|
var wire uint64
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
wire |= (uint64(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
wireType := int(wire & 0x7)
|
|
|
|
switch wireType {
|
|
|
|
case 0:
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
iNdEx++
|
|
|
|
if dAtA[iNdEx-1] < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
case 1:
|
|
|
|
iNdEx += 8
|
|
|
|
case 2:
|
|
|
|
var length int
|
|
|
|
for shift := uint(0); ; shift += 7 {
|
|
|
|
if shift >= 64 {
|
|
|
|
return 0, ErrIntOverflowGenesis
|
|
|
|
}
|
|
|
|
if iNdEx >= l {
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
b := dAtA[iNdEx]
|
|
|
|
iNdEx++
|
|
|
|
length |= (int(b) & 0x7F) << shift
|
|
|
|
if b < 0x80 {
|
|
|
|
break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if length < 0 {
|
|
|
|
return 0, ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
iNdEx += length
|
|
|
|
case 3:
|
|
|
|
depth++
|
|
|
|
case 4:
|
|
|
|
if depth == 0 {
|
|
|
|
return 0, ErrUnexpectedEndOfGroupGenesis
|
|
|
|
}
|
|
|
|
depth--
|
|
|
|
case 5:
|
|
|
|
iNdEx += 4
|
|
|
|
default:
|
|
|
|
return 0, fmt.Errorf("proto: illegal wireType %d", wireType)
|
|
|
|
}
|
|
|
|
if iNdEx < 0 {
|
|
|
|
return 0, ErrInvalidLengthGenesis
|
|
|
|
}
|
|
|
|
if depth == 0 {
|
|
|
|
return iNdEx, nil
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return 0, io.ErrUnexpectedEOF
|
|
|
|
}
|
|
|
|
|
|
|
|
var (
|
|
|
|
ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling")
|
|
|
|
ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow")
|
|
|
|
ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group")
|
|
|
|
)
|