diff --git a/proto/desmos/profiles/v1beta1/models.proto b/proto/desmos/profiles/v1beta1/models.proto index 29d2212b74..ef172ec169 100644 --- a/proto/desmos/profiles/v1beta1/models.proto +++ b/proto/desmos/profiles/v1beta1/models.proto @@ -45,32 +45,6 @@ message Profile { ]; } -// Profile represents a generic first on Desmos, containing the information of a -// single user -message Profile016 { - option (gogoproto.goproto_getters) = false; - option (gogoproto.goproto_stringer) = false; - - google.protobuf.Any account = 1 - [(cosmos_proto.accepts_interface) = "AccountI"]; - string dtag = 2 [ - (gogoproto.moretags) = "yaml:\"dtag\"", - (gogoproto.customname) = "DTag" - ]; - string moniker = 3 [(gogoproto.moretags) = "yaml:\"moniker\""]; - string bio = 4 [(gogoproto.moretags) = "yaml:\"bio\""]; - Pictures pictures = 5 [ - (gogoproto.nullable) = false, - (gogoproto.moretags) = "yaml:\"pictures\"" - ]; - google.protobuf.Timestamp creation_date = 6 [ - (gogoproto.stdtime) = true, - (gogoproto.moretags) = "yaml:\"creation_date\"", - (gogoproto.jsontag) = "creation_date", - (gogoproto.nullable) = false - ]; -} - // ___________________________________________________________________________________________________________________ // DTagTransferRequest represent a DTag transfer request between two users diff --git a/x/profiles/types/models.pb.go b/x/profiles/types/models.pb.go index 80e1e2ddf6..e958486a6c 100644 --- a/x/profiles/types/models.pb.go +++ b/x/profiles/types/models.pb.go @@ -125,49 +125,6 @@ func (m *Profile) XXX_DiscardUnknown() { var xxx_messageInfo_Profile proto.InternalMessageInfo -// Profile represents a generic first on Desmos, containing the information of a -// single user -type Profile016 struct { - Account *types.Any `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"` - DTag string `protobuf:"bytes,2,opt,name=dtag,proto3" json:"dtag,omitempty" yaml:"dtag"` - Moniker string `protobuf:"bytes,3,opt,name=moniker,proto3" json:"moniker,omitempty" yaml:"moniker"` - Bio string `protobuf:"bytes,4,opt,name=bio,proto3" json:"bio,omitempty" yaml:"bio"` - Pictures Pictures `protobuf:"bytes,5,opt,name=pictures,proto3" json:"pictures" yaml:"pictures"` - CreationDate time.Time `protobuf:"bytes,6,opt,name=creation_date,json=creationDate,proto3,stdtime" json:"creation_date" yaml:"creation_date"` -} - -func (m *Profile016) Reset() { *m = Profile016{} } -func (*Profile016) ProtoMessage() {} -func (*Profile016) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{2} -} -func (m *Profile016) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *Profile016) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_Profile016.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 *Profile016) XXX_Merge(src proto.Message) { - xxx_messageInfo_Profile016.Merge(m, src) -} -func (m *Profile016) XXX_Size() int { - return m.Size() -} -func (m *Profile016) XXX_DiscardUnknown() { - xxx_messageInfo_Profile016.DiscardUnknown(m) -} - -var xxx_messageInfo_Profile016 proto.InternalMessageInfo - // DTagTransferRequest represent a DTag transfer request between two users type DTagTransferRequest struct { DTagToTrade string `protobuf:"bytes,1,opt,name=dtag_to_trade,json=dtagToTrade,proto3" json:"dtag_to_trade,omitempty" yaml:"dtag_to_trade"` @@ -179,7 +136,7 @@ func (m *DTagTransferRequest) Reset() { *m = DTagTransferRequest{} } func (m *DTagTransferRequest) String() string { return proto.CompactTextString(m) } func (*DTagTransferRequest) ProtoMessage() {} func (*DTagTransferRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{3} + return fileDescriptor_dcbf89d5cd53a9ca, []int{2} } func (m *DTagTransferRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -238,7 +195,7 @@ func (m *DTagTransferRequests) Reset() { *m = DTagTransferRequests{} } func (m *DTagTransferRequests) String() string { return proto.CompactTextString(m) } func (*DTagTransferRequests) ProtoMessage() {} func (*DTagTransferRequests) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{4} + return fileDescriptor_dcbf89d5cd53a9ca, []int{3} } func (m *DTagTransferRequests) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -286,7 +243,7 @@ func (m *Relationship) Reset() { *m = Relationship{} } func (m *Relationship) String() string { return proto.CompactTextString(m) } func (*Relationship) ProtoMessage() {} func (*Relationship) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{5} + return fileDescriptor_dcbf89d5cd53a9ca, []int{4} } func (m *Relationship) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -345,7 +302,7 @@ func (m *Relationships) Reset() { *m = Relationships{} } func (m *Relationships) String() string { return proto.CompactTextString(m) } func (*Relationships) ProtoMessage() {} func (*Relationships) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{6} + return fileDescriptor_dcbf89d5cd53a9ca, []int{5} } func (m *Relationships) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -394,7 +351,7 @@ func (m *UserBlock) Reset() { *m = UserBlock{} } func (m *UserBlock) String() string { return proto.CompactTextString(m) } func (*UserBlock) ProtoMessage() {} func (*UserBlock) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{7} + return fileDescriptor_dcbf89d5cd53a9ca, []int{6} } func (m *UserBlock) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -460,7 +417,7 @@ func (m *UserBlocks) Reset() { *m = UserBlocks{} } func (m *UserBlocks) String() string { return proto.CompactTextString(m) } func (*UserBlocks) ProtoMessage() {} func (*UserBlocks) Descriptor() ([]byte, []int) { - return fileDescriptor_dcbf89d5cd53a9ca, []int{8} + return fileDescriptor_dcbf89d5cd53a9ca, []int{7} } func (m *UserBlocks) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -499,7 +456,6 @@ func (m *UserBlocks) GetBlocks() []UserBlock { func init() { proto.RegisterType((*Pictures)(nil), "desmos.profiles.v1beta1.Pictures") proto.RegisterType((*Profile)(nil), "desmos.profiles.v1beta1.Profile") - proto.RegisterType((*Profile016)(nil), "desmos.profiles.v1beta1.Profile016") proto.RegisterType((*DTagTransferRequest)(nil), "desmos.profiles.v1beta1.DTagTransferRequest") proto.RegisterType((*DTagTransferRequests)(nil), "desmos.profiles.v1beta1.DTagTransferRequests") proto.RegisterType((*Relationship)(nil), "desmos.profiles.v1beta1.Relationship") @@ -513,58 +469,56 @@ func init() { } var fileDescriptor_dcbf89d5cd53a9ca = []byte{ - // 814 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x95, 0x3f, 0x8f, 0x23, 0x35, - 0x18, 0xc6, 0x33, 0x6c, 0x6e, 0x37, 0xeb, 0x24, 0xc7, 0x31, 0x17, 0x69, 0xc3, 0x16, 0xf1, 0x62, - 0xf1, 0xe7, 0x10, 0x7b, 0x33, 0x64, 0x91, 0x28, 0x56, 0x14, 0x5c, 0x74, 0x05, 0x08, 0xe9, 0x74, - 0x58, 0x81, 0x82, 0x26, 0xf2, 0xcc, 0x78, 0x73, 0xc3, 0x66, 0xc6, 0x83, 0xed, 0xac, 0xc8, 0x37, - 0xa0, 0xbc, 0xf2, 0x1a, 0xa4, 0xf4, 0xb4, 0x7c, 0x88, 0x15, 0x12, 0xd2, 0x96, 0x54, 0x03, 0xca, - 0x36, 0x88, 0x72, 0x3e, 0x01, 0xf2, 0xd8, 0x9e, 0x4c, 0xd8, 0xa4, 0xa0, 0xa1, 0xa1, 0xf3, 0xf8, - 0xf9, 0xbd, 0xef, 0x6b, 0x3f, 0xaf, 0xed, 0x01, 0x6f, 0x47, 0x54, 0x24, 0x4c, 0xf8, 0x19, 0x67, - 0x17, 0xf1, 0x8c, 0x0a, 0xff, 0x6a, 0x18, 0x50, 0x49, 0x86, 0x7e, 0xc2, 0x22, 0x3a, 0x13, 0x5e, - 0xc6, 0x99, 0x64, 0xee, 0x91, 0xa6, 0x3c, 0x4b, 0x79, 0x86, 0x3a, 0xee, 0x4d, 0xd9, 0x94, 0x95, - 0x8c, 0xaf, 0x46, 0x1a, 0x3f, 0x7e, 0x73, 0xca, 0xd8, 0x74, 0x46, 0xfd, 0xf2, 0x2b, 0x98, 0x5f, - 0xf8, 0x24, 0x5d, 0x18, 0x09, 0xfe, 0x53, 0x92, 0x71, 0x42, 0x85, 0x24, 0x49, 0x66, 0x63, 0x43, - 0xa6, 0x4a, 0x4d, 0x74, 0x52, 0xfd, 0xa1, 0x25, 0xf4, 0x2d, 0x68, 0x3d, 0x8f, 0x43, 0x39, 0xe7, - 0x54, 0xb8, 0xa7, 0xe0, 0xc0, 0x2c, 0xa6, 0xef, 0x9c, 0x38, 0x8f, 0x0e, 0x47, 0x6e, 0x91, 0xc3, - 0xfb, 0x0b, 0x92, 0xcc, 0xce, 0x91, 0x11, 0x10, 0xb6, 0x88, 0xfb, 0x2e, 0xb8, 0x17, 0xb2, 0x2b, - 0xca, 0xfb, 0xaf, 0x95, 0xec, 0x83, 0x22, 0x87, 0x1d, 0xcd, 0x96, 0xd3, 0x08, 0x6b, 0xf9, 0xbc, - 0xf5, 0x6a, 0x09, 0x9d, 0x3f, 0x97, 0xd0, 0x41, 0x3f, 0xee, 0x81, 0x83, 0xe7, 0x26, 0xfa, 0x13, - 0x70, 0x40, 0xc2, 0x90, 0xcd, 0x53, 0x59, 0xd6, 0x6a, 0x9f, 0xf5, 0x3c, 0xbd, 0x0b, 0xcf, 0xee, - 0xc2, 0x7b, 0x92, 0x2e, 0x46, 0x9d, 0x5f, 0x7e, 0x7e, 0xdc, 0x7a, 0xa2, 0xc1, 0xcf, 0xb1, 0x0d, - 0x71, 0x3f, 0x00, 0xcd, 0x48, 0x92, 0xa9, 0x29, 0x7d, 0xb4, 0xca, 0x61, 0xf3, 0xe9, 0x98, 0x4c, - 0x8b, 0x1c, 0xb6, 0xf5, 0x12, 0x94, 0x8a, 0x70, 0x09, 0xb9, 0x3e, 0x68, 0xa5, 0x71, 0x78, 0x99, - 0x92, 0x84, 0xf6, 0xf7, 0xca, 0x80, 0x87, 0x45, 0x0e, 0x5f, 0xd7, 0xa0, 0x55, 0x10, 0xae, 0x20, - 0xf7, 0x04, 0xec, 0x05, 0x31, 0xeb, 0x37, 0x4b, 0xf6, 0x7e, 0x91, 0x43, 0xa0, 0xd9, 0x20, 0x66, - 0x08, 0x2b, 0xc9, 0xfd, 0x1a, 0xb4, 0x32, 0xe3, 0x5a, 0xff, 0x5e, 0xb9, 0xfc, 0xb7, 0xbc, 0x1d, - 0xed, 0xf4, 0xac, 0xbd, 0xa3, 0xa3, 0xeb, 0x1c, 0x36, 0xd6, 0x95, 0x6d, 0x02, 0x84, 0xab, 0x5c, - 0x2e, 0x07, 0xdd, 0x90, 0x53, 0x22, 0x63, 0x96, 0x4e, 0x22, 0x22, 0x69, 0x7f, 0xbf, 0x4c, 0x7e, - 0x7c, 0xc7, 0x9b, 0xb1, 0xed, 0xf0, 0x68, 0xa8, 0xb2, 0xfe, 0x95, 0xc3, 0xcd, 0xc0, 0x22, 0x87, - 0x3d, 0xd3, 0x8c, 0xfa, 0x34, 0x7a, 0xf9, 0x3b, 0x74, 0x70, 0xc7, 0xce, 0x3d, 0x25, 0x92, 0x9e, - 0xb7, 0x7e, 0x58, 0xc2, 0xc6, 0xab, 0x25, 0x6c, 0xa8, 0xfe, 0x00, 0xd3, 0x9f, 0x0f, 0x87, 0x1f, - 0xff, 0x97, 0x2d, 0x3a, 0x05, 0x07, 0x09, 0x4b, 0xe3, 0x4b, 0xca, 0x4d, 0x87, 0x6a, 0x27, 0xcf, - 0x08, 0x08, 0x5b, 0xe4, 0x7f, 0xdb, 0x9f, 0x6b, 0x07, 0x3c, 0x54, 0x1e, 0x8e, 0x39, 0x49, 0xc5, - 0x05, 0xe5, 0x98, 0x7e, 0x37, 0xa7, 0x42, 0xba, 0x5f, 0x80, 0xae, 0x72, 0x71, 0x22, 0xd9, 0x44, - 0x72, 0x12, 0xd9, 0xdb, 0xfb, 0xde, 0x2a, 0x87, 0xed, 0x92, 0x67, 0x63, 0x35, 0xbd, 0xae, 0xb9, - 0x41, 0x23, 0xdc, 0x56, 0xdf, 0x06, 0x72, 0xdf, 0x07, 0xfb, 0x82, 0xa6, 0x51, 0x75, 0xaf, 0xdf, - 0x28, 0x72, 0xd8, 0xd5, 0x61, 0x7a, 0x1e, 0x61, 0x03, 0xa8, 0x8b, 0xc5, 0x69, 0x48, 0xe3, 0xab, - 0xaa, 0x6d, 0xb5, 0x8b, 0x65, 0x15, 0x84, 0x2b, 0xa8, 0xf6, 0x14, 0x64, 0xa0, 0xb7, 0x65, 0x27, - 0xc2, 0x7d, 0xa6, 0x52, 0xea, 0x71, 0xdf, 0x39, 0xd9, 0x7b, 0xd4, 0x3e, 0x3b, 0xdd, 0xd9, 0xb8, - 0x2d, 0x09, 0x46, 0x4d, 0xe5, 0x36, 0xae, 0x72, 0xd4, 0x2a, 0xfe, 0xe4, 0x80, 0x0e, 0xa6, 0xb3, - 0xd2, 0x57, 0xf1, 0x22, 0xce, 0xd4, 0x99, 0x2b, 0x7d, 0x66, 0xfc, 0xee, 0x6b, 0x67, 0x04, 0x84, - 0x2d, 0xe2, 0x9e, 0x81, 0x43, 0x4e, 0xc3, 0x38, 0x8b, 0x69, 0x2a, 0x8d, 0x33, 0xbd, 0x22, 0x87, - 0x0f, 0xaa, 0xcd, 0x6a, 0x09, 0xe1, 0x35, 0xa6, 0xfc, 0x11, 0xf3, 0x40, 0x64, 0x24, 0xdc, 0xf2, - 0xf0, 0x58, 0x05, 0xe1, 0x0a, 0xaa, 0xad, 0x36, 0x00, 0xdd, 0xfa, 0x62, 0x85, 0xfb, 0x25, 0xe8, - 0xf2, 0xfa, 0x84, 0x71, 0xe7, 0x9d, 0x9d, 0xee, 0xd4, 0xc3, 0x8d, 0x2d, 0x9b, 0x19, 0xd0, 0xaf, - 0x0e, 0x38, 0xfc, 0x4a, 0x50, 0x3e, 0x9a, 0xb1, 0xf0, 0x52, 0xd9, 0x11, 0xa8, 0x01, 0xdd, 0x62, - 0x87, 0x11, 0x10, 0xb6, 0xc8, 0x9a, 0x8e, 0x8c, 0x19, 0x77, 0xe8, 0xa8, 0xa2, 0x23, 0x75, 0xa6, - 0x38, 0x25, 0x82, 0xa5, 0xc6, 0x86, 0xda, 0x99, 0xd2, 0xf3, 0x08, 0x1b, 0x60, 0xc3, 0xb3, 0xe6, - 0xbf, 0xf3, 0xec, 0x19, 0x00, 0xd5, 0x76, 0x84, 0xfb, 0x29, 0xd8, 0x2f, 0xcb, 0x5b, 0xa7, 0xd0, - 0x4e, 0xa7, 0xaa, 0x20, 0x63, 0x93, 0x89, 0x1b, 0x7d, 0x76, 0xbd, 0x1a, 0x38, 0x37, 0xab, 0x81, - 0xf3, 0xc7, 0x6a, 0xe0, 0xbc, 0xbc, 0x1d, 0x34, 0x6e, 0x6e, 0x07, 0x8d, 0xdf, 0x6e, 0x07, 0x8d, - 0x6f, 0xbc, 0x69, 0x2c, 0x5f, 0xcc, 0x03, 0x2f, 0x64, 0x89, 0xaf, 0xb3, 0x3e, 0x9e, 0x91, 0x40, - 0x98, 0xb1, 0xff, 0xfd, 0xfa, 0xcf, 0x2f, 0x17, 0x19, 0x15, 0xc1, 0x7e, 0xf9, 0x2e, 0x7c, 0xf4, - 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0xbb, 0x1b, 0xab, 0x19, 0x08, 0x00, 0x00, + // 776 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x95, 0x3f, 0x6f, 0x3b, 0x35, + 0x18, 0xc7, 0x73, 0x24, 0xbf, 0x34, 0x75, 0x92, 0x1f, 0x3f, 0xae, 0x91, 0x1a, 0x3a, 0xc4, 0xc5, + 0xe2, 0x4f, 0x11, 0xed, 0x9d, 0x5a, 0xb6, 0x8a, 0x81, 0x46, 0x1d, 0x40, 0x48, 0x55, 0xb1, 0x02, + 0x03, 0x4b, 0xe4, 0xbb, 0x73, 0xd3, 0xa3, 0xc9, 0xf9, 0x38, 0x3b, 0x15, 0x79, 0x07, 0x8c, 0x1d, + 0xbb, 0x20, 0x65, 0x67, 0xe5, 0x45, 0x54, 0x48, 0x48, 0x1d, 0x99, 0x0e, 0x94, 0x2e, 0x88, 0xf1, + 0x5e, 0x01, 0xf2, 0xd9, 0xbe, 0x5c, 0x48, 0x32, 0xb0, 0xd9, 0xcf, 0xf7, 0xf3, 0x3c, 0x8f, 0xfd, + 0xf5, 0x73, 0x09, 0x78, 0x3f, 0xa0, 0x7c, 0xc2, 0xb8, 0x1b, 0x27, 0xec, 0x26, 0x1c, 0x53, 0xee, + 0xde, 0x9f, 0x7a, 0x54, 0x90, 0x53, 0x77, 0xc2, 0x02, 0x3a, 0xe6, 0x4e, 0x9c, 0x30, 0xc1, 0xec, + 0x7d, 0x45, 0x39, 0x86, 0x72, 0x34, 0x75, 0xd0, 0x19, 0xb1, 0x11, 0xcb, 0x19, 0x57, 0xae, 0x14, + 0x7e, 0xf0, 0xee, 0x88, 0xb1, 0xd1, 0x98, 0xba, 0xf9, 0xce, 0x9b, 0xde, 0xb8, 0x24, 0x9a, 0x69, + 0x09, 0xfe, 0x57, 0x12, 0xe1, 0x84, 0x72, 0x41, 0x26, 0xb1, 0xc9, 0xf5, 0x99, 0x6c, 0x35, 0x54, + 0x45, 0xd5, 0x46, 0x49, 0xe8, 0x7b, 0xd0, 0xb8, 0x0e, 0x7d, 0x31, 0x4d, 0x28, 0xb7, 0x8f, 0xc1, + 0x8e, 0x3e, 0x4c, 0xd7, 0x3a, 0xb4, 0x8e, 0x76, 0xfb, 0x76, 0x96, 0xc2, 0xd7, 0x33, 0x32, 0x19, + 0x9f, 0x23, 0x2d, 0x20, 0x6c, 0x10, 0xfb, 0x43, 0xf0, 0xca, 0x67, 0xf7, 0x34, 0xe9, 0xbe, 0x95, + 0xb3, 0x6f, 0xb2, 0x14, 0xb6, 0x14, 0x9b, 0x87, 0x11, 0x56, 0xf2, 0x79, 0xe3, 0x71, 0x0e, 0xad, + 0xbf, 0xe7, 0xd0, 0x42, 0x3f, 0x57, 0xc1, 0xce, 0xb5, 0xce, 0xfe, 0x0c, 0xec, 0x10, 0xdf, 0x67, + 0xd3, 0x48, 0xe4, 0xbd, 0x9a, 0x67, 0x1d, 0x47, 0xdd, 0xc2, 0x31, 0xb7, 0x70, 0x2e, 0xa2, 0x59, + 0xbf, 0xf5, 0xdb, 0xaf, 0x27, 0x8d, 0x0b, 0x05, 0x7e, 0x89, 0x4d, 0x8a, 0xfd, 0x09, 0xa8, 0x05, + 0x82, 0x8c, 0x74, 0xeb, 0xfd, 0x45, 0x0a, 0x6b, 0x97, 0x03, 0x32, 0xca, 0x52, 0xd8, 0x54, 0x47, + 0x90, 0x2a, 0xc2, 0x39, 0x64, 0xbb, 0xa0, 0x11, 0x85, 0xfe, 0x5d, 0x44, 0x26, 0xb4, 0x5b, 0xcd, + 0x13, 0xf6, 0xb2, 0x14, 0xbe, 0xad, 0x40, 0xa3, 0x20, 0x5c, 0x40, 0xf6, 0x21, 0xa8, 0x7a, 0x21, + 0xeb, 0xd6, 0x72, 0xf6, 0x75, 0x96, 0x42, 0xa0, 0x58, 0x2f, 0x64, 0x08, 0x4b, 0xc9, 0xfe, 0x16, + 0x34, 0x62, 0xed, 0x5a, 0xf7, 0x55, 0x7e, 0xfc, 0xf7, 0x9c, 0x2d, 0xcf, 0xe9, 0x18, 0x7b, 0xfb, + 0xfb, 0x4f, 0x29, 0xac, 0x2c, 0x3b, 0x9b, 0x02, 0x08, 0x17, 0xb5, 0xec, 0x04, 0xb4, 0xfd, 0x84, + 0x12, 0x11, 0xb2, 0x68, 0x18, 0x10, 0x41, 0xbb, 0xf5, 0xbc, 0xf8, 0xc1, 0x9a, 0x37, 0x03, 0xf3, + 0xc2, 0xfd, 0x53, 0x59, 0xf5, 0x9f, 0x14, 0xae, 0x26, 0x66, 0x29, 0xec, 0xe8, 0xc7, 0x28, 0x87, + 0xd1, 0xc3, 0x9f, 0xd0, 0xc2, 0x2d, 0x13, 0xbb, 0x24, 0x82, 0x9e, 0x37, 0x7e, 0x9a, 0xc3, 0xca, + 0xe3, 0x1c, 0x56, 0xd0, 0x93, 0x05, 0xf6, 0xa4, 0x8d, 0x83, 0x84, 0x44, 0xfc, 0x86, 0x26, 0x98, + 0xfe, 0x30, 0xa5, 0x5c, 0xd8, 0x5f, 0x81, 0xb6, 0x34, 0x72, 0x28, 0xd8, 0x50, 0x24, 0x24, 0x30, + 0xd3, 0xf1, 0xd1, 0x22, 0x85, 0xcd, 0x9c, 0x67, 0x03, 0x19, 0x5e, 0xf6, 0x5c, 0xa1, 0x11, 0x6e, + 0xca, 0xbd, 0x86, 0xec, 0x8f, 0x41, 0x9d, 0xd3, 0x28, 0x28, 0xe6, 0xe6, 0x9d, 0x2c, 0x85, 0x6d, + 0x95, 0xa6, 0xe2, 0x08, 0x6b, 0x40, 0x3e, 0x5c, 0x42, 0x7d, 0x1a, 0xca, 0x21, 0x5b, 0x7b, 0x38, + 0xa3, 0x20, 0x5c, 0x40, 0xa5, 0x51, 0x8b, 0x41, 0x67, 0xc3, 0x4d, 0xb8, 0x7d, 0x25, 0x4b, 0xaa, + 0x75, 0xd7, 0x3a, 0xac, 0x1e, 0x35, 0xcf, 0x8e, 0xb7, 0x3e, 0xdc, 0x86, 0x02, 0xfd, 0x9a, 0x74, + 0x1b, 0x17, 0x35, 0x4a, 0x1d, 0x7f, 0xb1, 0x40, 0x0b, 0xd3, 0x71, 0xee, 0x2b, 0xbf, 0x0d, 0x63, + 0xf9, 0x35, 0xe5, 0x3e, 0xb3, 0x64, 0xfd, 0x6b, 0xd2, 0x02, 0xc2, 0x06, 0xb1, 0xcf, 0xc0, 0x6e, + 0x42, 0xfd, 0x30, 0x0e, 0x69, 0x24, 0xb4, 0x33, 0x9d, 0x2c, 0x85, 0x6f, 0x8a, 0xcb, 0x2a, 0x09, + 0xe1, 0x25, 0x26, 0xfd, 0xe1, 0x53, 0x8f, 0xc7, 0xc4, 0xdf, 0x30, 0xd8, 0x46, 0x41, 0xb8, 0x80, + 0x4a, 0xa7, 0xf5, 0x40, 0xbb, 0x7c, 0x58, 0x6e, 0x7f, 0x0d, 0xda, 0x49, 0x39, 0xa0, 0xdd, 0xf9, + 0x60, 0xab, 0x3b, 0xe5, 0x74, 0x6d, 0xcb, 0x6a, 0x05, 0xf4, 0xbb, 0x05, 0x76, 0xbf, 0xe1, 0x34, + 0xe9, 0x8f, 0x99, 0x7f, 0x27, 0xed, 0xf0, 0xe4, 0x82, 0x6e, 0xb0, 0x43, 0x0b, 0x08, 0x1b, 0x64, + 0x49, 0x07, 0xda, 0x8c, 0x35, 0x3a, 0x28, 0xe8, 0x40, 0xce, 0x54, 0x42, 0x09, 0x67, 0x91, 0xb6, + 0xa1, 0x34, 0x53, 0x2a, 0x8e, 0xb0, 0x06, 0x56, 0x3c, 0xab, 0xfd, 0x3f, 0xcf, 0xae, 0x00, 0x28, + 0xae, 0xc3, 0xed, 0xcf, 0x41, 0x3d, 0x6f, 0x6f, 0x9c, 0x42, 0x5b, 0x9d, 0x2a, 0x92, 0xb4, 0x4d, + 0x3a, 0xaf, 0xff, 0xc5, 0xd3, 0xa2, 0x67, 0x3d, 0x2f, 0x7a, 0xd6, 0x5f, 0x8b, 0x9e, 0xf5, 0xf0, + 0xd2, 0xab, 0x3c, 0xbf, 0xf4, 0x2a, 0x7f, 0xbc, 0xf4, 0x2a, 0xdf, 0x39, 0xa3, 0x50, 0xdc, 0x4e, + 0x3d, 0xc7, 0x67, 0x13, 0x57, 0x55, 0x3d, 0x19, 0x13, 0x8f, 0xeb, 0xb5, 0xfb, 0xe3, 0xf2, 0x9f, + 0x45, 0xcc, 0x62, 0xca, 0xbd, 0x7a, 0xfe, 0xbb, 0xf0, 0xe9, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x03, 0x88, 0x85, 0x8e, 0x79, 0x06, 0x00, 0x00, } func (this *Pictures) Equal(that interface{}) bool { @@ -827,80 +781,6 @@ func (m *Profile) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *Profile016) 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 *Profile016) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *Profile016) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - n4, err4 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.CreationDate, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.CreationDate):]) - if err4 != nil { - return 0, err4 - } - i -= n4 - i = encodeVarintModels(dAtA, i, uint64(n4)) - i-- - dAtA[i] = 0x32 - { - size, err := m.Pictures.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintModels(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x2a - if len(m.Bio) > 0 { - i -= len(m.Bio) - copy(dAtA[i:], m.Bio) - i = encodeVarintModels(dAtA, i, uint64(len(m.Bio))) - i-- - dAtA[i] = 0x22 - } - if len(m.Moniker) > 0 { - i -= len(m.Moniker) - copy(dAtA[i:], m.Moniker) - i = encodeVarintModels(dAtA, i, uint64(len(m.Moniker))) - i-- - dAtA[i] = 0x1a - } - if len(m.DTag) > 0 { - i -= len(m.DTag) - copy(dAtA[i:], m.DTag) - i = encodeVarintModels(dAtA, i, uint64(len(m.DTag))) - i-- - dAtA[i] = 0x12 - } - if m.Account != nil { - { - size, err := m.Account.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintModels(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0xa - } - return len(dAtA) - i, nil -} - func (m *DTagTransferRequest) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -1208,35 +1088,6 @@ func (m *Profile) Size() (n int) { return n } -func (m *Profile016) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if m.Account != nil { - l = m.Account.Size() - n += 1 + l + sovModels(uint64(l)) - } - l = len(m.DTag) - if l > 0 { - n += 1 + l + sovModels(uint64(l)) - } - l = len(m.Moniker) - if l > 0 { - n += 1 + l + sovModels(uint64(l)) - } - l = len(m.Bio) - if l > 0 { - n += 1 + l + sovModels(uint64(l)) - } - l = m.Pictures.Size() - n += 1 + l + sovModels(uint64(l)) - l = github_com_gogo_protobuf_types.SizeOfStdTime(m.CreationDate) - n += 1 + l + sovModels(uint64(l)) - return n -} - func (m *DTagTransferRequest) Size() (n int) { if m == nil { return 0 @@ -1717,254 +1568,6 @@ func (m *Profile) Unmarshal(dAtA []byte) error { } return nil } -func (m *Profile016) 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 ErrIntOverflowModels - } - 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: Profile016: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: Profile016: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Account", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowModels - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthModels - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthModels - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.Account == nil { - m.Account = &types.Any{} - } - if err := m.Account.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field DTag", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowModels - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthModels - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthModels - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.DTag = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Moniker", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowModels - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthModels - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthModels - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Moniker = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Bio", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowModels - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthModels - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthModels - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Bio = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Pictures", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowModels - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthModels - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthModels - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if err := m.Pictures.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 6: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field CreationDate", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowModels - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthModels - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthModels - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if err := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.CreationDate, dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipModels(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthModels - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} func (m *DTagTransferRequest) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0