diff --git a/api/elys/tradeshield/order.pulsar.go b/api/elys/tradeshield/order.pulsar.go index 8638e233b..4de67042b 100644 --- a/api/elys/tradeshield/order.pulsar.go +++ b/api/elys/tradeshield/order.pulsar.go @@ -16,29 +16,29 @@ import ( ) var ( - md_LegacyOrderPrice protoreflect.MessageDescriptor - fd_LegacyOrderPrice_base_denom protoreflect.FieldDescriptor - fd_LegacyOrderPrice_quote_denom protoreflect.FieldDescriptor - fd_LegacyOrderPrice_rate protoreflect.FieldDescriptor + md_LegacyOrderPriceV1 protoreflect.MessageDescriptor + fd_LegacyOrderPriceV1_base_denom protoreflect.FieldDescriptor + fd_LegacyOrderPriceV1_quote_denom protoreflect.FieldDescriptor + fd_LegacyOrderPriceV1_rate protoreflect.FieldDescriptor ) func init() { file_elys_tradeshield_order_proto_init() - md_LegacyOrderPrice = File_elys_tradeshield_order_proto.Messages().ByName("LegacyOrderPrice") - fd_LegacyOrderPrice_base_denom = md_LegacyOrderPrice.Fields().ByName("base_denom") - fd_LegacyOrderPrice_quote_denom = md_LegacyOrderPrice.Fields().ByName("quote_denom") - fd_LegacyOrderPrice_rate = md_LegacyOrderPrice.Fields().ByName("rate") + md_LegacyOrderPriceV1 = File_elys_tradeshield_order_proto.Messages().ByName("LegacyOrderPriceV1") + fd_LegacyOrderPriceV1_base_denom = md_LegacyOrderPriceV1.Fields().ByName("base_denom") + fd_LegacyOrderPriceV1_quote_denom = md_LegacyOrderPriceV1.Fields().ByName("quote_denom") + fd_LegacyOrderPriceV1_rate = md_LegacyOrderPriceV1.Fields().ByName("rate") } -var _ protoreflect.Message = (*fastReflection_LegacyOrderPrice)(nil) +var _ protoreflect.Message = (*fastReflection_LegacyOrderPriceV1)(nil) -type fastReflection_LegacyOrderPrice LegacyOrderPrice +type fastReflection_LegacyOrderPriceV1 LegacyOrderPriceV1 -func (x *LegacyOrderPrice) ProtoReflect() protoreflect.Message { - return (*fastReflection_LegacyOrderPrice)(x) +func (x *LegacyOrderPriceV1) ProtoReflect() protoreflect.Message { + return (*fastReflection_LegacyOrderPriceV1)(x) } -func (x *LegacyOrderPrice) slowProtoReflect() protoreflect.Message { +func (x *LegacyOrderPriceV1) slowProtoReflect() protoreflect.Message { mi := &file_elys_tradeshield_order_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -50,43 +50,43 @@ func (x *LegacyOrderPrice) slowProtoReflect() protoreflect.Message { return mi.MessageOf(x) } -var _fastReflection_LegacyOrderPrice_messageType fastReflection_LegacyOrderPrice_messageType -var _ protoreflect.MessageType = fastReflection_LegacyOrderPrice_messageType{} +var _fastReflection_LegacyOrderPriceV1_messageType fastReflection_LegacyOrderPriceV1_messageType +var _ protoreflect.MessageType = fastReflection_LegacyOrderPriceV1_messageType{} -type fastReflection_LegacyOrderPrice_messageType struct{} +type fastReflection_LegacyOrderPriceV1_messageType struct{} -func (x fastReflection_LegacyOrderPrice_messageType) Zero() protoreflect.Message { - return (*fastReflection_LegacyOrderPrice)(nil) +func (x fastReflection_LegacyOrderPriceV1_messageType) Zero() protoreflect.Message { + return (*fastReflection_LegacyOrderPriceV1)(nil) } -func (x fastReflection_LegacyOrderPrice_messageType) New() protoreflect.Message { - return new(fastReflection_LegacyOrderPrice) +func (x fastReflection_LegacyOrderPriceV1_messageType) New() protoreflect.Message { + return new(fastReflection_LegacyOrderPriceV1) } -func (x fastReflection_LegacyOrderPrice_messageType) Descriptor() protoreflect.MessageDescriptor { - return md_LegacyOrderPrice +func (x fastReflection_LegacyOrderPriceV1_messageType) Descriptor() protoreflect.MessageDescriptor { + return md_LegacyOrderPriceV1 } // Descriptor returns message descriptor, which contains only the protobuf // type information for the message. -func (x *fastReflection_LegacyOrderPrice) Descriptor() protoreflect.MessageDescriptor { - return md_LegacyOrderPrice +func (x *fastReflection_LegacyOrderPriceV1) Descriptor() protoreflect.MessageDescriptor { + return md_LegacyOrderPriceV1 } // Type returns the message type, which encapsulates both Go and protobuf // type information. If the Go type information is not needed, // it is recommended that the message descriptor be used instead. -func (x *fastReflection_LegacyOrderPrice) Type() protoreflect.MessageType { - return _fastReflection_LegacyOrderPrice_messageType +func (x *fastReflection_LegacyOrderPriceV1) Type() protoreflect.MessageType { + return _fastReflection_LegacyOrderPriceV1_messageType } // New returns a newly allocated and mutable empty message. -func (x *fastReflection_LegacyOrderPrice) New() protoreflect.Message { - return new(fastReflection_LegacyOrderPrice) +func (x *fastReflection_LegacyOrderPriceV1) New() protoreflect.Message { + return new(fastReflection_LegacyOrderPriceV1) } // Interface unwraps the message reflection interface and // returns the underlying ProtoMessage interface. -func (x *fastReflection_LegacyOrderPrice) Interface() protoreflect.ProtoMessage { - return (*LegacyOrderPrice)(x) +func (x *fastReflection_LegacyOrderPriceV1) Interface() protoreflect.ProtoMessage { + return (*LegacyOrderPriceV1)(x) } // Range iterates over every populated field in an undefined order, @@ -94,22 +94,22 @@ func (x *fastReflection_LegacyOrderPrice) Interface() protoreflect.ProtoMessage // Range returns immediately if f returns false. // While iterating, mutating operations may only be performed // on the current field descriptor. -func (x *fastReflection_LegacyOrderPrice) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { +func (x *fastReflection_LegacyOrderPriceV1) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { if x.BaseDenom != "" { value := protoreflect.ValueOfString(x.BaseDenom) - if !f(fd_LegacyOrderPrice_base_denom, value) { + if !f(fd_LegacyOrderPriceV1_base_denom, value) { return } } if x.QuoteDenom != "" { value := protoreflect.ValueOfString(x.QuoteDenom) - if !f(fd_LegacyOrderPrice_quote_denom, value) { + if !f(fd_LegacyOrderPriceV1_quote_denom, value) { return } } if x.Rate != "" { value := protoreflect.ValueOfString(x.Rate) - if !f(fd_LegacyOrderPrice_rate, value) { + if !f(fd_LegacyOrderPriceV1_rate, value) { return } } @@ -126,19 +126,19 @@ func (x *fastReflection_LegacyOrderPrice) Range(f func(protoreflect.FieldDescrip // In other cases (aside from the nullable cases above), // a proto3 scalar field is populated if it contains a non-zero value, and // a repeated field is populated if it is non-empty. -func (x *fastReflection_LegacyOrderPrice) Has(fd protoreflect.FieldDescriptor) bool { +func (x *fastReflection_LegacyOrderPriceV1) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "elys.tradeshield.LegacyOrderPrice.base_denom": + case "elys.tradeshield.LegacyOrderPriceV1.base_denom": return x.BaseDenom != "" - case "elys.tradeshield.LegacyOrderPrice.quote_denom": + case "elys.tradeshield.LegacyOrderPriceV1.quote_denom": return x.QuoteDenom != "" - case "elys.tradeshield.LegacyOrderPrice.rate": + case "elys.tradeshield.LegacyOrderPriceV1.rate": return x.Rate != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPriceV1 does not contain field %s", fd.FullName())) } } @@ -148,19 +148,19 @@ func (x *fastReflection_LegacyOrderPrice) Has(fd protoreflect.FieldDescriptor) b // associated with the given field number. // // Clear is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyOrderPrice) Clear(fd protoreflect.FieldDescriptor) { +func (x *fastReflection_LegacyOrderPriceV1) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "elys.tradeshield.LegacyOrderPrice.base_denom": + case "elys.tradeshield.LegacyOrderPriceV1.base_denom": x.BaseDenom = "" - case "elys.tradeshield.LegacyOrderPrice.quote_denom": + case "elys.tradeshield.LegacyOrderPriceV1.quote_denom": x.QuoteDenom = "" - case "elys.tradeshield.LegacyOrderPrice.rate": + case "elys.tradeshield.LegacyOrderPriceV1.rate": x.Rate = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPriceV1 does not contain field %s", fd.FullName())) } } @@ -170,22 +170,22 @@ func (x *fastReflection_LegacyOrderPrice) Clear(fd protoreflect.FieldDescriptor) // the default value of a bytes scalar is guaranteed to be a copy. // For unpopulated composite types, it returns an empty, read-only view // of the value; to obtain a mutable reference, use Mutable. -func (x *fastReflection_LegacyOrderPrice) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { +func (x *fastReflection_LegacyOrderPriceV1) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "elys.tradeshield.LegacyOrderPrice.base_denom": + case "elys.tradeshield.LegacyOrderPriceV1.base_denom": value := x.BaseDenom return protoreflect.ValueOfString(value) - case "elys.tradeshield.LegacyOrderPrice.quote_denom": + case "elys.tradeshield.LegacyOrderPriceV1.quote_denom": value := x.QuoteDenom return protoreflect.ValueOfString(value) - case "elys.tradeshield.LegacyOrderPrice.rate": + case "elys.tradeshield.LegacyOrderPriceV1.rate": value := x.Rate return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPrice does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPriceV1 does not contain field %s", descriptor.FullName())) } } @@ -199,19 +199,19 @@ func (x *fastReflection_LegacyOrderPrice) Get(descriptor protoreflect.FieldDescr // empty, read-only value, then it panics. // // Set is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyOrderPrice) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { +func (x *fastReflection_LegacyOrderPriceV1) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "elys.tradeshield.LegacyOrderPrice.base_denom": + case "elys.tradeshield.LegacyOrderPriceV1.base_denom": x.BaseDenom = value.Interface().(string) - case "elys.tradeshield.LegacyOrderPrice.quote_denom": + case "elys.tradeshield.LegacyOrderPriceV1.quote_denom": x.QuoteDenom = value.Interface().(string) - case "elys.tradeshield.LegacyOrderPrice.rate": + case "elys.tradeshield.LegacyOrderPriceV1.rate": x.Rate = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPriceV1 does not contain field %s", fd.FullName())) } } @@ -225,48 +225,48 @@ func (x *fastReflection_LegacyOrderPrice) Set(fd protoreflect.FieldDescriptor, v // It panics if the field does not contain a composite type. // // Mutable is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyOrderPrice) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { +func (x *fastReflection_LegacyOrderPriceV1) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "elys.tradeshield.LegacyOrderPrice.base_denom": - panic(fmt.Errorf("field base_denom of message elys.tradeshield.LegacyOrderPrice is not mutable")) - case "elys.tradeshield.LegacyOrderPrice.quote_denom": - panic(fmt.Errorf("field quote_denom of message elys.tradeshield.LegacyOrderPrice is not mutable")) - case "elys.tradeshield.LegacyOrderPrice.rate": - panic(fmt.Errorf("field rate of message elys.tradeshield.LegacyOrderPrice is not mutable")) + case "elys.tradeshield.LegacyOrderPriceV1.base_denom": + panic(fmt.Errorf("field base_denom of message elys.tradeshield.LegacyOrderPriceV1 is not mutable")) + case "elys.tradeshield.LegacyOrderPriceV1.quote_denom": + panic(fmt.Errorf("field quote_denom of message elys.tradeshield.LegacyOrderPriceV1 is not mutable")) + case "elys.tradeshield.LegacyOrderPriceV1.rate": + panic(fmt.Errorf("field rate of message elys.tradeshield.LegacyOrderPriceV1 is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPriceV1 does not contain field %s", fd.FullName())) } } // NewField returns a new value that is assignable to the field // for the given descriptor. For scalars, this returns the default value. // For lists, maps, and messages, this returns a new, empty, mutable value. -func (x *fastReflection_LegacyOrderPrice) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { +func (x *fastReflection_LegacyOrderPriceV1) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "elys.tradeshield.LegacyOrderPrice.base_denom": + case "elys.tradeshield.LegacyOrderPriceV1.base_denom": return protoreflect.ValueOfString("") - case "elys.tradeshield.LegacyOrderPrice.quote_denom": + case "elys.tradeshield.LegacyOrderPriceV1.quote_denom": return protoreflect.ValueOfString("") - case "elys.tradeshield.LegacyOrderPrice.rate": + case "elys.tradeshield.LegacyOrderPriceV1.rate": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyOrderPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyOrderPriceV1 does not contain field %s", fd.FullName())) } } // WhichOneof reports which field within the oneof is populated, // returning nil if none are populated. // It panics if the oneof descriptor does not belong to this message. -func (x *fastReflection_LegacyOrderPrice) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { +func (x *fastReflection_LegacyOrderPriceV1) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in elys.tradeshield.LegacyOrderPrice", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in elys.tradeshield.LegacyOrderPriceV1", d.FullName())) } panic("unreachable") } @@ -274,7 +274,7 @@ func (x *fastReflection_LegacyOrderPrice) WhichOneof(d protoreflect.OneofDescrip // GetUnknown retrieves the entire list of unknown fields. // The caller may only mutate the contents of the RawFields // if the mutated bytes are stored back into the message with SetUnknown. -func (x *fastReflection_LegacyOrderPrice) GetUnknown() protoreflect.RawFields { +func (x *fastReflection_LegacyOrderPriceV1) GetUnknown() protoreflect.RawFields { return x.unknownFields } @@ -285,7 +285,7 @@ func (x *fastReflection_LegacyOrderPrice) GetUnknown() protoreflect.RawFields { // An empty RawFields may be passed to clear the fields. // // SetUnknown is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyOrderPrice) SetUnknown(fields protoreflect.RawFields) { +func (x *fastReflection_LegacyOrderPriceV1) SetUnknown(fields protoreflect.RawFields) { x.unknownFields = fields } @@ -297,7 +297,7 @@ func (x *fastReflection_LegacyOrderPrice) SetUnknown(fields protoreflect.RawFiel // message type, but the details are implementation dependent. // Validity is not part of the protobuf data model, and may not // be preserved in marshaling or other operations. -func (x *fastReflection_LegacyOrderPrice) IsValid() bool { +func (x *fastReflection_LegacyOrderPriceV1) IsValid() bool { return x != nil } @@ -307,9 +307,9 @@ func (x *fastReflection_LegacyOrderPrice) IsValid() bool { // The returned methods type is identical to // "google.golang.org/protobuf/runtime/protoiface".Methods. // Consult the protoiface package documentation for details. -func (x *fastReflection_LegacyOrderPrice) ProtoMethods() *protoiface.Methods { +func (x *fastReflection_LegacyOrderPriceV1) ProtoMethods() *protoiface.Methods { size := func(input protoiface.SizeInput) protoiface.SizeOutput { - x := input.Message.Interface().(*LegacyOrderPrice) + x := input.Message.Interface().(*LegacyOrderPriceV1) if x == nil { return protoiface.SizeOutput{ NoUnkeyedLiterals: input.NoUnkeyedLiterals, @@ -343,7 +343,7 @@ func (x *fastReflection_LegacyOrderPrice) ProtoMethods() *protoiface.Methods { } marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) { - x := input.Message.Interface().(*LegacyOrderPrice) + x := input.Message.Interface().(*LegacyOrderPriceV1) if x == nil { return protoiface.MarshalOutput{ NoUnkeyedLiterals: input.NoUnkeyedLiterals, @@ -394,7 +394,7 @@ func (x *fastReflection_LegacyOrderPrice) ProtoMethods() *protoiface.Methods { }, nil } unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) { - x := input.Message.Interface().(*LegacyOrderPrice) + x := input.Message.Interface().(*LegacyOrderPriceV1) if x == nil { return protoiface.UnmarshalOutput{ NoUnkeyedLiterals: input.NoUnkeyedLiterals, @@ -426,10 +426,10 @@ func (x *fastReflection_LegacyOrderPrice) ProtoMethods() *protoiface.Methods { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyOrderPrice: wiretype end group for non-group") + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyOrderPriceV1: wiretype end group for non-group") } if fieldNum <= 0 { - return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyOrderPrice: illegal tag %d (wire type %d)", fieldNum, wire) + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyOrderPriceV1: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -564,27 +564,27 @@ func (x *fastReflection_LegacyOrderPrice) ProtoMethods() *protoiface.Methods { } var ( - md_LegacyTriggerPrice protoreflect.MessageDescriptor - fd_LegacyTriggerPrice_trading_asset_denom protoreflect.FieldDescriptor - fd_LegacyTriggerPrice_rate protoreflect.FieldDescriptor + md_LegacyTriggerPriceV1 protoreflect.MessageDescriptor + fd_LegacyTriggerPriceV1_trading_asset_denom protoreflect.FieldDescriptor + fd_LegacyTriggerPriceV1_rate protoreflect.FieldDescriptor ) func init() { file_elys_tradeshield_order_proto_init() - md_LegacyTriggerPrice = File_elys_tradeshield_order_proto.Messages().ByName("LegacyTriggerPrice") - fd_LegacyTriggerPrice_trading_asset_denom = md_LegacyTriggerPrice.Fields().ByName("trading_asset_denom") - fd_LegacyTriggerPrice_rate = md_LegacyTriggerPrice.Fields().ByName("rate") + md_LegacyTriggerPriceV1 = File_elys_tradeshield_order_proto.Messages().ByName("LegacyTriggerPriceV1") + fd_LegacyTriggerPriceV1_trading_asset_denom = md_LegacyTriggerPriceV1.Fields().ByName("trading_asset_denom") + fd_LegacyTriggerPriceV1_rate = md_LegacyTriggerPriceV1.Fields().ByName("rate") } -var _ protoreflect.Message = (*fastReflection_LegacyTriggerPrice)(nil) +var _ protoreflect.Message = (*fastReflection_LegacyTriggerPriceV1)(nil) -type fastReflection_LegacyTriggerPrice LegacyTriggerPrice +type fastReflection_LegacyTriggerPriceV1 LegacyTriggerPriceV1 -func (x *LegacyTriggerPrice) ProtoReflect() protoreflect.Message { - return (*fastReflection_LegacyTriggerPrice)(x) +func (x *LegacyTriggerPriceV1) ProtoReflect() protoreflect.Message { + return (*fastReflection_LegacyTriggerPriceV1)(x) } -func (x *LegacyTriggerPrice) slowProtoReflect() protoreflect.Message { +func (x *LegacyTriggerPriceV1) slowProtoReflect() protoreflect.Message { mi := &file_elys_tradeshield_order_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -596,43 +596,43 @@ func (x *LegacyTriggerPrice) slowProtoReflect() protoreflect.Message { return mi.MessageOf(x) } -var _fastReflection_LegacyTriggerPrice_messageType fastReflection_LegacyTriggerPrice_messageType -var _ protoreflect.MessageType = fastReflection_LegacyTriggerPrice_messageType{} +var _fastReflection_LegacyTriggerPriceV1_messageType fastReflection_LegacyTriggerPriceV1_messageType +var _ protoreflect.MessageType = fastReflection_LegacyTriggerPriceV1_messageType{} -type fastReflection_LegacyTriggerPrice_messageType struct{} +type fastReflection_LegacyTriggerPriceV1_messageType struct{} -func (x fastReflection_LegacyTriggerPrice_messageType) Zero() protoreflect.Message { - return (*fastReflection_LegacyTriggerPrice)(nil) +func (x fastReflection_LegacyTriggerPriceV1_messageType) Zero() protoreflect.Message { + return (*fastReflection_LegacyTriggerPriceV1)(nil) } -func (x fastReflection_LegacyTriggerPrice_messageType) New() protoreflect.Message { - return new(fastReflection_LegacyTriggerPrice) +func (x fastReflection_LegacyTriggerPriceV1_messageType) New() protoreflect.Message { + return new(fastReflection_LegacyTriggerPriceV1) } -func (x fastReflection_LegacyTriggerPrice_messageType) Descriptor() protoreflect.MessageDescriptor { - return md_LegacyTriggerPrice +func (x fastReflection_LegacyTriggerPriceV1_messageType) Descriptor() protoreflect.MessageDescriptor { + return md_LegacyTriggerPriceV1 } // Descriptor returns message descriptor, which contains only the protobuf // type information for the message. -func (x *fastReflection_LegacyTriggerPrice) Descriptor() protoreflect.MessageDescriptor { - return md_LegacyTriggerPrice +func (x *fastReflection_LegacyTriggerPriceV1) Descriptor() protoreflect.MessageDescriptor { + return md_LegacyTriggerPriceV1 } // Type returns the message type, which encapsulates both Go and protobuf // type information. If the Go type information is not needed, // it is recommended that the message descriptor be used instead. -func (x *fastReflection_LegacyTriggerPrice) Type() protoreflect.MessageType { - return _fastReflection_LegacyTriggerPrice_messageType +func (x *fastReflection_LegacyTriggerPriceV1) Type() protoreflect.MessageType { + return _fastReflection_LegacyTriggerPriceV1_messageType } // New returns a newly allocated and mutable empty message. -func (x *fastReflection_LegacyTriggerPrice) New() protoreflect.Message { - return new(fastReflection_LegacyTriggerPrice) +func (x *fastReflection_LegacyTriggerPriceV1) New() protoreflect.Message { + return new(fastReflection_LegacyTriggerPriceV1) } // Interface unwraps the message reflection interface and // returns the underlying ProtoMessage interface. -func (x *fastReflection_LegacyTriggerPrice) Interface() protoreflect.ProtoMessage { - return (*LegacyTriggerPrice)(x) +func (x *fastReflection_LegacyTriggerPriceV1) Interface() protoreflect.ProtoMessage { + return (*LegacyTriggerPriceV1)(x) } // Range iterates over every populated field in an undefined order, @@ -640,16 +640,16 @@ func (x *fastReflection_LegacyTriggerPrice) Interface() protoreflect.ProtoMessag // Range returns immediately if f returns false. // While iterating, mutating operations may only be performed // on the current field descriptor. -func (x *fastReflection_LegacyTriggerPrice) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { +func (x *fastReflection_LegacyTriggerPriceV1) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { if x.TradingAssetDenom != "" { value := protoreflect.ValueOfString(x.TradingAssetDenom) - if !f(fd_LegacyTriggerPrice_trading_asset_denom, value) { + if !f(fd_LegacyTriggerPriceV1_trading_asset_denom, value) { return } } if x.Rate != "" { value := protoreflect.ValueOfString(x.Rate) - if !f(fd_LegacyTriggerPrice_rate, value) { + if !f(fd_LegacyTriggerPriceV1_rate, value) { return } } @@ -666,17 +666,17 @@ func (x *fastReflection_LegacyTriggerPrice) Range(f func(protoreflect.FieldDescr // In other cases (aside from the nullable cases above), // a proto3 scalar field is populated if it contains a non-zero value, and // a repeated field is populated if it is non-empty. -func (x *fastReflection_LegacyTriggerPrice) Has(fd protoreflect.FieldDescriptor) bool { +func (x *fastReflection_LegacyTriggerPriceV1) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { - case "elys.tradeshield.LegacyTriggerPrice.trading_asset_denom": + case "elys.tradeshield.LegacyTriggerPriceV1.trading_asset_denom": return x.TradingAssetDenom != "" - case "elys.tradeshield.LegacyTriggerPrice.rate": + case "elys.tradeshield.LegacyTriggerPriceV1.rate": return x.Rate != "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPriceV1 does not contain field %s", fd.FullName())) } } @@ -686,17 +686,17 @@ func (x *fastReflection_LegacyTriggerPrice) Has(fd protoreflect.FieldDescriptor) // associated with the given field number. // // Clear is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyTriggerPrice) Clear(fd protoreflect.FieldDescriptor) { +func (x *fastReflection_LegacyTriggerPriceV1) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { - case "elys.tradeshield.LegacyTriggerPrice.trading_asset_denom": + case "elys.tradeshield.LegacyTriggerPriceV1.trading_asset_denom": x.TradingAssetDenom = "" - case "elys.tradeshield.LegacyTriggerPrice.rate": + case "elys.tradeshield.LegacyTriggerPriceV1.rate": x.Rate = "" default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPriceV1 does not contain field %s", fd.FullName())) } } @@ -706,19 +706,19 @@ func (x *fastReflection_LegacyTriggerPrice) Clear(fd protoreflect.FieldDescripto // the default value of a bytes scalar is guaranteed to be a copy. // For unpopulated composite types, it returns an empty, read-only view // of the value; to obtain a mutable reference, use Mutable. -func (x *fastReflection_LegacyTriggerPrice) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { +func (x *fastReflection_LegacyTriggerPriceV1) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { - case "elys.tradeshield.LegacyTriggerPrice.trading_asset_denom": + case "elys.tradeshield.LegacyTriggerPriceV1.trading_asset_denom": value := x.TradingAssetDenom return protoreflect.ValueOfString(value) - case "elys.tradeshield.LegacyTriggerPrice.rate": + case "elys.tradeshield.LegacyTriggerPriceV1.rate": value := x.Rate return protoreflect.ValueOfString(value) default: if descriptor.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPrice does not contain field %s", descriptor.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPriceV1 does not contain field %s", descriptor.FullName())) } } @@ -732,17 +732,17 @@ func (x *fastReflection_LegacyTriggerPrice) Get(descriptor protoreflect.FieldDes // empty, read-only value, then it panics. // // Set is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyTriggerPrice) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { +func (x *fastReflection_LegacyTriggerPriceV1) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { - case "elys.tradeshield.LegacyTriggerPrice.trading_asset_denom": + case "elys.tradeshield.LegacyTriggerPriceV1.trading_asset_denom": x.TradingAssetDenom = value.Interface().(string) - case "elys.tradeshield.LegacyTriggerPrice.rate": + case "elys.tradeshield.LegacyTriggerPriceV1.rate": x.Rate = value.Interface().(string) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPriceV1 does not contain field %s", fd.FullName())) } } @@ -756,44 +756,44 @@ func (x *fastReflection_LegacyTriggerPrice) Set(fd protoreflect.FieldDescriptor, // It panics if the field does not contain a composite type. // // Mutable is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyTriggerPrice) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { +func (x *fastReflection_LegacyTriggerPriceV1) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "elys.tradeshield.LegacyTriggerPrice.trading_asset_denom": - panic(fmt.Errorf("field trading_asset_denom of message elys.tradeshield.LegacyTriggerPrice is not mutable")) - case "elys.tradeshield.LegacyTriggerPrice.rate": - panic(fmt.Errorf("field rate of message elys.tradeshield.LegacyTriggerPrice is not mutable")) + case "elys.tradeshield.LegacyTriggerPriceV1.trading_asset_denom": + panic(fmt.Errorf("field trading_asset_denom of message elys.tradeshield.LegacyTriggerPriceV1 is not mutable")) + case "elys.tradeshield.LegacyTriggerPriceV1.rate": + panic(fmt.Errorf("field rate of message elys.tradeshield.LegacyTriggerPriceV1 is not mutable")) default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPriceV1 does not contain field %s", fd.FullName())) } } // NewField returns a new value that is assignable to the field // for the given descriptor. For scalars, this returns the default value. // For lists, maps, and messages, this returns a new, empty, mutable value. -func (x *fastReflection_LegacyTriggerPrice) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { +func (x *fastReflection_LegacyTriggerPriceV1) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { - case "elys.tradeshield.LegacyTriggerPrice.trading_asset_denom": + case "elys.tradeshield.LegacyTriggerPriceV1.trading_asset_denom": return protoreflect.ValueOfString("") - case "elys.tradeshield.LegacyTriggerPrice.rate": + case "elys.tradeshield.LegacyTriggerPriceV1.rate": return protoreflect.ValueOfString("") default: if fd.IsExtension() { - panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPrice")) + panic(fmt.Errorf("proto3 declared messages do not support extensions: elys.tradeshield.LegacyTriggerPriceV1")) } - panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPrice does not contain field %s", fd.FullName())) + panic(fmt.Errorf("message elys.tradeshield.LegacyTriggerPriceV1 does not contain field %s", fd.FullName())) } } // WhichOneof reports which field within the oneof is populated, // returning nil if none are populated. // It panics if the oneof descriptor does not belong to this message. -func (x *fastReflection_LegacyTriggerPrice) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { +func (x *fastReflection_LegacyTriggerPriceV1) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { switch d.FullName() { default: - panic(fmt.Errorf("%s is not a oneof field in elys.tradeshield.LegacyTriggerPrice", d.FullName())) + panic(fmt.Errorf("%s is not a oneof field in elys.tradeshield.LegacyTriggerPriceV1", d.FullName())) } panic("unreachable") } @@ -801,7 +801,7 @@ func (x *fastReflection_LegacyTriggerPrice) WhichOneof(d protoreflect.OneofDescr // GetUnknown retrieves the entire list of unknown fields. // The caller may only mutate the contents of the RawFields // if the mutated bytes are stored back into the message with SetUnknown. -func (x *fastReflection_LegacyTriggerPrice) GetUnknown() protoreflect.RawFields { +func (x *fastReflection_LegacyTriggerPriceV1) GetUnknown() protoreflect.RawFields { return x.unknownFields } @@ -812,7 +812,7 @@ func (x *fastReflection_LegacyTriggerPrice) GetUnknown() protoreflect.RawFields // An empty RawFields may be passed to clear the fields. // // SetUnknown is a mutating operation and unsafe for concurrent use. -func (x *fastReflection_LegacyTriggerPrice) SetUnknown(fields protoreflect.RawFields) { +func (x *fastReflection_LegacyTriggerPriceV1) SetUnknown(fields protoreflect.RawFields) { x.unknownFields = fields } @@ -824,7 +824,7 @@ func (x *fastReflection_LegacyTriggerPrice) SetUnknown(fields protoreflect.RawFi // message type, but the details are implementation dependent. // Validity is not part of the protobuf data model, and may not // be preserved in marshaling or other operations. -func (x *fastReflection_LegacyTriggerPrice) IsValid() bool { +func (x *fastReflection_LegacyTriggerPriceV1) IsValid() bool { return x != nil } @@ -834,9 +834,9 @@ func (x *fastReflection_LegacyTriggerPrice) IsValid() bool { // The returned methods type is identical to // "google.golang.org/protobuf/runtime/protoiface".Methods. // Consult the protoiface package documentation for details. -func (x *fastReflection_LegacyTriggerPrice) ProtoMethods() *protoiface.Methods { +func (x *fastReflection_LegacyTriggerPriceV1) ProtoMethods() *protoiface.Methods { size := func(input protoiface.SizeInput) protoiface.SizeOutput { - x := input.Message.Interface().(*LegacyTriggerPrice) + x := input.Message.Interface().(*LegacyTriggerPriceV1) if x == nil { return protoiface.SizeOutput{ NoUnkeyedLiterals: input.NoUnkeyedLiterals, @@ -866,7 +866,7 @@ func (x *fastReflection_LegacyTriggerPrice) ProtoMethods() *protoiface.Methods { } marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) { - x := input.Message.Interface().(*LegacyTriggerPrice) + x := input.Message.Interface().(*LegacyTriggerPriceV1) if x == nil { return protoiface.MarshalOutput{ NoUnkeyedLiterals: input.NoUnkeyedLiterals, @@ -910,7 +910,7 @@ func (x *fastReflection_LegacyTriggerPrice) ProtoMethods() *protoiface.Methods { }, nil } unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) { - x := input.Message.Interface().(*LegacyTriggerPrice) + x := input.Message.Interface().(*LegacyTriggerPriceV1) if x == nil { return protoiface.UnmarshalOutput{ NoUnkeyedLiterals: input.NoUnkeyedLiterals, @@ -942,10 +942,10 @@ func (x *fastReflection_LegacyTriggerPrice) ProtoMethods() *protoiface.Methods { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyTriggerPrice: wiretype end group for non-group") + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyTriggerPriceV1: wiretype end group for non-group") } if fieldNum <= 0 { - return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyTriggerPrice: illegal tag %d (wire type %d)", fieldNum, wire) + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: LegacyTriggerPriceV1: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -1162,7 +1162,7 @@ func (PerpetualPosition) EnumDescriptor() ([]byte, []int) { return file_elys_tradeshield_order_proto_rawDescGZIP(), []int{1} } -type LegacyOrderPrice struct { +type LegacyOrderPriceV1 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -1172,8 +1172,8 @@ type LegacyOrderPrice struct { Rate string `protobuf:"bytes,3,opt,name=rate,proto3" json:"rate,omitempty"` } -func (x *LegacyOrderPrice) Reset() { - *x = LegacyOrderPrice{} +func (x *LegacyOrderPriceV1) Reset() { + *x = LegacyOrderPriceV1{} if protoimpl.UnsafeEnabled { mi := &file_elys_tradeshield_order_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -1181,39 +1181,39 @@ func (x *LegacyOrderPrice) Reset() { } } -func (x *LegacyOrderPrice) String() string { +func (x *LegacyOrderPriceV1) String() string { return protoimpl.X.MessageStringOf(x) } -func (*LegacyOrderPrice) ProtoMessage() {} +func (*LegacyOrderPriceV1) ProtoMessage() {} -// Deprecated: Use LegacyOrderPrice.ProtoReflect.Descriptor instead. -func (*LegacyOrderPrice) Descriptor() ([]byte, []int) { +// Deprecated: Use LegacyOrderPriceV1.ProtoReflect.Descriptor instead. +func (*LegacyOrderPriceV1) Descriptor() ([]byte, []int) { return file_elys_tradeshield_order_proto_rawDescGZIP(), []int{0} } -func (x *LegacyOrderPrice) GetBaseDenom() string { +func (x *LegacyOrderPriceV1) GetBaseDenom() string { if x != nil { return x.BaseDenom } return "" } -func (x *LegacyOrderPrice) GetQuoteDenom() string { +func (x *LegacyOrderPriceV1) GetQuoteDenom() string { if x != nil { return x.QuoteDenom } return "" } -func (x *LegacyOrderPrice) GetRate() string { +func (x *LegacyOrderPriceV1) GetRate() string { if x != nil { return x.Rate } return "" } -type LegacyTriggerPrice struct { +type LegacyTriggerPriceV1 struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields @@ -1222,8 +1222,8 @@ type LegacyTriggerPrice struct { Rate string `protobuf:"bytes,3,opt,name=rate,proto3" json:"rate,omitempty"` } -func (x *LegacyTriggerPrice) Reset() { - *x = LegacyTriggerPrice{} +func (x *LegacyTriggerPriceV1) Reset() { + *x = LegacyTriggerPriceV1{} if protoimpl.UnsafeEnabled { mi := &file_elys_tradeshield_order_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) @@ -1231,25 +1231,25 @@ func (x *LegacyTriggerPrice) Reset() { } } -func (x *LegacyTriggerPrice) String() string { +func (x *LegacyTriggerPriceV1) String() string { return protoimpl.X.MessageStringOf(x) } -func (*LegacyTriggerPrice) ProtoMessage() {} +func (*LegacyTriggerPriceV1) ProtoMessage() {} -// Deprecated: Use LegacyTriggerPrice.ProtoReflect.Descriptor instead. -func (*LegacyTriggerPrice) Descriptor() ([]byte, []int) { +// Deprecated: Use LegacyTriggerPriceV1.ProtoReflect.Descriptor instead. +func (*LegacyTriggerPriceV1) Descriptor() ([]byte, []int) { return file_elys_tradeshield_order_proto_rawDescGZIP(), []int{1} } -func (x *LegacyTriggerPrice) GetTradingAssetDenom() string { +func (x *LegacyTriggerPriceV1) GetTradingAssetDenom() string { if x != nil { return x.TradingAssetDenom } return "" } -func (x *LegacyTriggerPrice) GetRate() string { +func (x *LegacyTriggerPriceV1) GetRate() string { if x != nil { return x.Rate } @@ -1267,46 +1267,46 @@ var file_elys_tradeshield_order_proto_rawDesc = []byte{ 0x61, 0x73, 0x65, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x63, 0x6f, 0x69, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x22, 0x99, 0x01, 0x0a, 0x10, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, - 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x64, - 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x61, 0x73, 0x65, - 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x1f, 0x0a, 0x0b, 0x71, 0x75, 0x6f, 0x74, 0x65, 0x5f, 0x64, - 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x71, 0x75, 0x6f, 0x74, - 0x65, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x45, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, - 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, - 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x22, 0x8b, 0x01, - 0x0a, 0x12, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, - 0x72, 0x69, 0x63, 0x65, 0x12, 0x2e, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x5f, - 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x11, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x41, 0x73, 0x73, 0x65, 0x74, 0x44, - 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x45, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, 0x18, 0x03, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, - 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, - 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x2a, 0x49, 0x0a, 0x0d, 0x53, - 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0c, 0x0a, 0x08, - 0x53, 0x54, 0x4f, 0x50, 0x4c, 0x4f, 0x53, 0x53, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x4c, 0x49, - 0x4d, 0x49, 0x54, 0x53, 0x45, 0x4c, 0x4c, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x4c, 0x49, 0x4d, - 0x49, 0x54, 0x42, 0x55, 0x59, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x4d, 0x41, 0x52, 0x4b, 0x45, - 0x54, 0x42, 0x55, 0x59, 0x10, 0x03, 0x2a, 0x39, 0x0a, 0x11, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, - 0x75, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x0f, 0x0a, 0x0b, 0x55, - 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, - 0x4c, 0x4f, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x48, 0x4f, 0x52, 0x54, 0x10, - 0x02, 0x42, 0xb6, 0x01, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, - 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x0a, 0x4f, 0x72, 0x64, 0x65, - 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2d, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, - 0x6b, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, - 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xa2, 0x02, 0x03, 0x45, 0x54, - 0x58, 0xaa, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, - 0x69, 0x65, 0x6c, 0x64, 0xca, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, - 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xe2, 0x02, 0x1c, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, - 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x11, 0x45, 0x6c, 0x79, 0x73, 0x3a, 0x3a, 0x54, - 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, - 0x6f, 0x33, + 0x6f, 0x22, 0x9b, 0x01, 0x0a, 0x12, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, + 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x1d, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, + 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x61, + 0x73, 0x65, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x1f, 0x0a, 0x0b, 0x71, 0x75, 0x6f, 0x74, 0x65, + 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x71, 0x75, + 0x6f, 0x74, 0x65, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x45, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, + 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, + 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x22, + 0x8d, 0x01, 0x0a, 0x14, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, + 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x2e, 0x0a, 0x13, 0x74, 0x72, 0x61, 0x64, + 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, + 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x11, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x41, 0x73, + 0x73, 0x65, 0x74, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x45, 0x0a, 0x04, 0x72, 0x61, 0x74, 0x65, + 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, + 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, + 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x04, 0x72, 0x61, 0x74, 0x65, 0x2a, + 0x49, 0x0a, 0x0d, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, + 0x12, 0x0c, 0x0a, 0x08, 0x53, 0x54, 0x4f, 0x50, 0x4c, 0x4f, 0x53, 0x53, 0x10, 0x00, 0x12, 0x0d, + 0x0a, 0x09, 0x4c, 0x49, 0x4d, 0x49, 0x54, 0x53, 0x45, 0x4c, 0x4c, 0x10, 0x01, 0x12, 0x0c, 0x0a, + 0x08, 0x4c, 0x49, 0x4d, 0x49, 0x54, 0x42, 0x55, 0x59, 0x10, 0x02, 0x12, 0x0d, 0x0a, 0x09, 0x4d, + 0x41, 0x52, 0x4b, 0x45, 0x54, 0x42, 0x55, 0x59, 0x10, 0x03, 0x2a, 0x39, 0x0a, 0x11, 0x50, 0x65, + 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, + 0x0f, 0x0a, 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, + 0x12, 0x08, 0x0a, 0x04, 0x4c, 0x4f, 0x4e, 0x47, 0x10, 0x01, 0x12, 0x09, 0x0a, 0x05, 0x53, 0x48, + 0x4f, 0x52, 0x54, 0x10, 0x02, 0x42, 0xb6, 0x01, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x65, 0x6c, + 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x0a, + 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2d, 0x6e, 0x65, + 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, + 0x6c, 0x79, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xa2, + 0x02, 0x03, 0x45, 0x54, 0x58, 0xaa, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x2e, 0x54, 0x72, 0x61, + 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xca, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x5c, + 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xe2, 0x02, 0x1c, 0x45, 0x6c, + 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x5c, 0x47, + 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x11, 0x45, 0x6c, 0x79, + 0x73, 0x3a, 0x3a, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x62, 0x06, + 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -1324,10 +1324,10 @@ func file_elys_tradeshield_order_proto_rawDescGZIP() []byte { var file_elys_tradeshield_order_proto_enumTypes = make([]protoimpl.EnumInfo, 2) var file_elys_tradeshield_order_proto_msgTypes = make([]protoimpl.MessageInfo, 2) var file_elys_tradeshield_order_proto_goTypes = []interface{}{ - (SpotOrderType)(0), // 0: elys.tradeshield.SpotOrderType - (PerpetualPosition)(0), // 1: elys.tradeshield.PerpetualPosition - (*LegacyOrderPrice)(nil), // 2: elys.tradeshield.LegacyOrderPrice - (*LegacyTriggerPrice)(nil), // 3: elys.tradeshield.LegacyTriggerPrice + (SpotOrderType)(0), // 0: elys.tradeshield.SpotOrderType + (PerpetualPosition)(0), // 1: elys.tradeshield.PerpetualPosition + (*LegacyOrderPriceV1)(nil), // 2: elys.tradeshield.LegacyOrderPriceV1 + (*LegacyTriggerPriceV1)(nil), // 3: elys.tradeshield.LegacyTriggerPriceV1 } var file_elys_tradeshield_order_proto_depIdxs = []int32{ 0, // [0:0] is the sub-list for method output_type @@ -1344,7 +1344,7 @@ func file_elys_tradeshield_order_proto_init() { } if !protoimpl.UnsafeEnabled { file_elys_tradeshield_order_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LegacyOrderPrice); i { + switch v := v.(*LegacyOrderPriceV1); i { case 0: return &v.state case 1: @@ -1356,7 +1356,7 @@ func file_elys_tradeshield_order_proto_init() { } } file_elys_tradeshield_order_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { - switch v := v.(*LegacyTriggerPrice); i { + switch v := v.(*LegacyTriggerPriceV1); i { case 0: return &v.state case 1: diff --git a/api/elys/tradeshield/tx.pulsar.go b/api/elys/tradeshield/tx.pulsar.go index 98ade559b..e75667827 100644 --- a/api/elys/tradeshield/tx.pulsar.go +++ b/api/elys/tradeshield/tx.pulsar.go @@ -251,7 +251,7 @@ func (x *fastReflection_MsgCreateSpotOrder) Set(fd protoreflect.FieldDescriptor, case "elys.tradeshield.MsgCreateSpotOrder.order_type": x.OrderType = (SpotOrderType)(value.Enum()) case "elys.tradeshield.MsgCreateSpotOrder.legacy_order_price_v1": - x.LegacyOrderPriceV1 = value.Message().Interface().(*LegacyOrderPrice) + x.LegacyOrderPriceV1 = value.Message().Interface().(*LegacyOrderPriceV1) case "elys.tradeshield.MsgCreateSpotOrder.order_price": x.OrderPrice = value.Interface().(string) case "elys.tradeshield.MsgCreateSpotOrder.order_amount": @@ -282,7 +282,7 @@ func (x *fastReflection_MsgCreateSpotOrder) Mutable(fd protoreflect.FieldDescrip switch fd.FullName() { case "elys.tradeshield.MsgCreateSpotOrder.legacy_order_price_v1": if x.LegacyOrderPriceV1 == nil { - x.LegacyOrderPriceV1 = new(LegacyOrderPrice) + x.LegacyOrderPriceV1 = new(LegacyOrderPriceV1) } return protoreflect.ValueOfMessage(x.LegacyOrderPriceV1.ProtoReflect()) case "elys.tradeshield.MsgCreateSpotOrder.order_amount": @@ -314,7 +314,7 @@ func (x *fastReflection_MsgCreateSpotOrder) NewField(fd protoreflect.FieldDescri case "elys.tradeshield.MsgCreateSpotOrder.order_type": return protoreflect.ValueOfEnum(0) case "elys.tradeshield.MsgCreateSpotOrder.legacy_order_price_v1": - m := new(LegacyOrderPrice) + m := new(LegacyOrderPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.MsgCreateSpotOrder.order_price": return protoreflect.ValueOfString("") @@ -598,7 +598,7 @@ func (x *fastReflection_MsgCreateSpotOrder) ProtoMethods() *protoiface.Methods { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyOrderPriceV1 == nil { - x.LegacyOrderPriceV1 = &LegacyOrderPrice{} + x.LegacyOrderPriceV1 = &LegacyOrderPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyOrderPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -1381,7 +1381,7 @@ func (x *fastReflection_MsgUpdateSpotOrder) Set(fd protoreflect.FieldDescriptor, case "elys.tradeshield.MsgUpdateSpotOrder.order_id": x.OrderId = value.Uint() case "elys.tradeshield.MsgUpdateSpotOrder.legacy_order_price_v1": - x.LegacyOrderPriceV1 = value.Message().Interface().(*LegacyOrderPrice) + x.LegacyOrderPriceV1 = value.Message().Interface().(*LegacyOrderPriceV1) case "elys.tradeshield.MsgUpdateSpotOrder.order_price": x.OrderPrice = value.Interface().(string) default: @@ -1406,7 +1406,7 @@ func (x *fastReflection_MsgUpdateSpotOrder) Mutable(fd protoreflect.FieldDescrip switch fd.FullName() { case "elys.tradeshield.MsgUpdateSpotOrder.legacy_order_price_v1": if x.LegacyOrderPriceV1 == nil { - x.LegacyOrderPriceV1 = new(LegacyOrderPrice) + x.LegacyOrderPriceV1 = new(LegacyOrderPriceV1) } return protoreflect.ValueOfMessage(x.LegacyOrderPriceV1.ProtoReflect()) case "elys.tradeshield.MsgUpdateSpotOrder.owner_address": @@ -1433,7 +1433,7 @@ func (x *fastReflection_MsgUpdateSpotOrder) NewField(fd protoreflect.FieldDescri case "elys.tradeshield.MsgUpdateSpotOrder.order_id": return protoreflect.ValueOfUint64(uint64(0)) case "elys.tradeshield.MsgUpdateSpotOrder.legacy_order_price_v1": - m := new(LegacyOrderPrice) + m := new(LegacyOrderPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.MsgUpdateSpotOrder.order_price": return protoreflect.ValueOfString("") @@ -1713,7 +1713,7 @@ func (x *fastReflection_MsgUpdateSpotOrder) ProtoMethods() *protoiface.Methods { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyOrderPriceV1 == nil { - x.LegacyOrderPriceV1 = &LegacyOrderPrice{} + x.LegacyOrderPriceV1 = &LegacyOrderPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyOrderPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -4264,7 +4264,7 @@ func (x *fastReflection_MsgCreatePerpetualOpenOrder) Set(fd protoreflect.FieldDe case "elys.tradeshield.MsgCreatePerpetualOpenOrder.owner_address": x.OwnerAddress = value.Interface().(string) case "elys.tradeshield.MsgCreatePerpetualOpenOrder.legacy_trigger_price_v1": - x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPriceV1) case "elys.tradeshield.MsgCreatePerpetualOpenOrder.trigger_price": x.TriggerPrice = value.Interface().(string) case "elys.tradeshield.MsgCreatePerpetualOpenOrder.collateral": @@ -4303,7 +4303,7 @@ func (x *fastReflection_MsgCreatePerpetualOpenOrder) Mutable(fd protoreflect.Fie switch fd.FullName() { case "elys.tradeshield.MsgCreatePerpetualOpenOrder.legacy_trigger_price_v1": if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = new(LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = new(LegacyTriggerPriceV1) } return protoreflect.ValueOfMessage(x.LegacyTriggerPriceV1.ProtoReflect()) case "elys.tradeshield.MsgCreatePerpetualOpenOrder.collateral": @@ -4343,7 +4343,7 @@ func (x *fastReflection_MsgCreatePerpetualOpenOrder) NewField(fd protoreflect.Fi case "elys.tradeshield.MsgCreatePerpetualOpenOrder.owner_address": return protoreflect.ValueOfString("") case "elys.tradeshield.MsgCreatePerpetualOpenOrder.legacy_trigger_price_v1": - m := new(LegacyTriggerPrice) + m := new(LegacyTriggerPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.MsgCreatePerpetualOpenOrder.trigger_price": return protoreflect.ValueOfString("") @@ -4689,7 +4689,7 @@ func (x *fastReflection_MsgCreatePerpetualOpenOrder) ProtoMethods() *protoiface. return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = &LegacyTriggerPrice{} + x.LegacyTriggerPriceV1 = &LegacyTriggerPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyTriggerPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -5572,7 +5572,7 @@ func (x *fastReflection_MsgCreatePerpetualCloseOrder) Set(fd protoreflect.FieldD case "elys.tradeshield.MsgCreatePerpetualCloseOrder.owner_address": x.OwnerAddress = value.Interface().(string) case "elys.tradeshield.MsgCreatePerpetualCloseOrder.legacy_trigger_price_v1": - x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPriceV1) case "elys.tradeshield.MsgCreatePerpetualCloseOrder.trigger_price": x.TriggerPrice = value.Interface().(string) case "elys.tradeshield.MsgCreatePerpetualCloseOrder.position_id": @@ -5599,7 +5599,7 @@ func (x *fastReflection_MsgCreatePerpetualCloseOrder) Mutable(fd protoreflect.Fi switch fd.FullName() { case "elys.tradeshield.MsgCreatePerpetualCloseOrder.legacy_trigger_price_v1": if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = new(LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = new(LegacyTriggerPriceV1) } return protoreflect.ValueOfMessage(x.LegacyTriggerPriceV1.ProtoReflect()) case "elys.tradeshield.MsgCreatePerpetualCloseOrder.owner_address": @@ -5624,7 +5624,7 @@ func (x *fastReflection_MsgCreatePerpetualCloseOrder) NewField(fd protoreflect.F case "elys.tradeshield.MsgCreatePerpetualCloseOrder.owner_address": return protoreflect.ValueOfString("") case "elys.tradeshield.MsgCreatePerpetualCloseOrder.legacy_trigger_price_v1": - m := new(LegacyTriggerPrice) + m := new(LegacyTriggerPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.MsgCreatePerpetualCloseOrder.trigger_price": return protoreflect.ValueOfString("") @@ -5887,7 +5887,7 @@ func (x *fastReflection_MsgCreatePerpetualCloseOrder) ProtoMethods() *protoiface return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = &LegacyTriggerPrice{} + x.LegacyTriggerPriceV1 = &LegacyTriggerPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyTriggerPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -6589,7 +6589,7 @@ func (x *fastReflection_MsgUpdatePerpetualOrder) Set(fd protoreflect.FieldDescri case "elys.tradeshield.MsgUpdatePerpetualOrder.order_id": x.OrderId = value.Uint() case "elys.tradeshield.MsgUpdatePerpetualOrder.legacy_trigger_price_v1": - x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPriceV1) case "elys.tradeshield.MsgUpdatePerpetualOrder.trigger_price": x.TriggerPrice = value.Interface().(string) default: @@ -6614,7 +6614,7 @@ func (x *fastReflection_MsgUpdatePerpetualOrder) Mutable(fd protoreflect.FieldDe switch fd.FullName() { case "elys.tradeshield.MsgUpdatePerpetualOrder.legacy_trigger_price_v1": if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = new(LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = new(LegacyTriggerPriceV1) } return protoreflect.ValueOfMessage(x.LegacyTriggerPriceV1.ProtoReflect()) case "elys.tradeshield.MsgUpdatePerpetualOrder.owner_address": @@ -6641,7 +6641,7 @@ func (x *fastReflection_MsgUpdatePerpetualOrder) NewField(fd protoreflect.FieldD case "elys.tradeshield.MsgUpdatePerpetualOrder.order_id": return protoreflect.ValueOfUint64(uint64(0)) case "elys.tradeshield.MsgUpdatePerpetualOrder.legacy_trigger_price_v1": - m := new(LegacyTriggerPrice) + m := new(LegacyTriggerPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.MsgUpdatePerpetualOrder.trigger_price": return protoreflect.ValueOfString("") @@ -6921,7 +6921,7 @@ func (x *fastReflection_MsgUpdatePerpetualOrder) ProtoMethods() *protoiface.Meth return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = &LegacyTriggerPrice{} + x.LegacyTriggerPriceV1 = &LegacyTriggerPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyTriggerPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -11187,12 +11187,12 @@ type MsgCreateSpotOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OrderType SpotOrderType `protobuf:"varint,1,opt,name=order_type,json=orderType,proto3,enum=elys.tradeshield.SpotOrderType" json:"order_type,omitempty"` - LegacyOrderPriceV1 *LegacyOrderPrice `protobuf:"bytes,2,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1,omitempty"` - OrderPrice string `protobuf:"bytes,6,opt,name=order_price,json=orderPrice,proto3" json:"order_price,omitempty"` - OrderAmount *v1beta1.Coin `protobuf:"bytes,3,opt,name=order_amount,json=orderAmount,proto3" json:"order_amount,omitempty"` - OwnerAddress string `protobuf:"bytes,4,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - OrderTargetDenom string `protobuf:"bytes,5,opt,name=order_target_denom,json=orderTargetDenom,proto3" json:"order_target_denom,omitempty"` + OrderType SpotOrderType `protobuf:"varint,1,opt,name=order_type,json=orderType,proto3,enum=elys.tradeshield.SpotOrderType" json:"order_type,omitempty"` + LegacyOrderPriceV1 *LegacyOrderPriceV1 `protobuf:"bytes,2,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1,omitempty"` + OrderPrice string `protobuf:"bytes,6,opt,name=order_price,json=orderPrice,proto3" json:"order_price,omitempty"` + OrderAmount *v1beta1.Coin `protobuf:"bytes,3,opt,name=order_amount,json=orderAmount,proto3" json:"order_amount,omitempty"` + OwnerAddress string `protobuf:"bytes,4,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + OrderTargetDenom string `protobuf:"bytes,5,opt,name=order_target_denom,json=orderTargetDenom,proto3" json:"order_target_denom,omitempty"` } func (x *MsgCreateSpotOrder) Reset() { @@ -11222,7 +11222,7 @@ func (x *MsgCreateSpotOrder) GetOrderType() SpotOrderType { return SpotOrderType_STOPLOSS } -func (x *MsgCreateSpotOrder) GetLegacyOrderPriceV1() *LegacyOrderPrice { +func (x *MsgCreateSpotOrder) GetLegacyOrderPriceV1() *LegacyOrderPriceV1 { if x != nil { return x.LegacyOrderPriceV1 } @@ -11297,10 +11297,10 @@ type MsgUpdateSpotOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - LegacyOrderPriceV1 *LegacyOrderPrice `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1,omitempty"` - OrderPrice string `protobuf:"bytes,4,opt,name=order_price,json=orderPrice,proto3" json:"order_price,omitempty"` + OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` + LegacyOrderPriceV1 *LegacyOrderPriceV1 `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1,omitempty"` + OrderPrice string `protobuf:"bytes,4,opt,name=order_price,json=orderPrice,proto3" json:"order_price,omitempty"` } func (x *MsgUpdateSpotOrder) Reset() { @@ -11337,7 +11337,7 @@ func (x *MsgUpdateSpotOrder) GetOrderId() uint64 { return 0 } -func (x *MsgUpdateSpotOrder) GetLegacyOrderPriceV1() *LegacyOrderPrice { +func (x *MsgUpdateSpotOrder) GetLegacyOrderPriceV1() *LegacyOrderPriceV1 { if x != nil { return x.LegacyOrderPriceV1 } @@ -11529,16 +11529,16 @@ type MsgCreatePerpetualOpenOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - LegacyTriggerPriceV1 *LegacyTriggerPrice `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` - TriggerPrice string `protobuf:"bytes,10,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` - Collateral *v1beta1.Coin `protobuf:"bytes,3,opt,name=collateral,proto3" json:"collateral,omitempty"` - TradingAsset string `protobuf:"bytes,4,opt,name=trading_asset,json=tradingAsset,proto3" json:"trading_asset,omitempty"` - Position PerpetualPosition `protobuf:"varint,5,opt,name=position,proto3,enum=elys.tradeshield.PerpetualPosition" json:"position,omitempty"` - Leverage string `protobuf:"bytes,6,opt,name=leverage,proto3" json:"leverage,omitempty"` - TakeProfitPrice string `protobuf:"bytes,7,opt,name=take_profit_price,json=takeProfitPrice,proto3" json:"take_profit_price,omitempty"` - StopLossPrice string `protobuf:"bytes,8,opt,name=stop_loss_price,json=stopLossPrice,proto3" json:"stop_loss_price,omitempty"` - PoolId uint64 `protobuf:"varint,9,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` + OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + LegacyTriggerPriceV1 *LegacyTriggerPriceV1 `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` + TriggerPrice string `protobuf:"bytes,10,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` + Collateral *v1beta1.Coin `protobuf:"bytes,3,opt,name=collateral,proto3" json:"collateral,omitempty"` + TradingAsset string `protobuf:"bytes,4,opt,name=trading_asset,json=tradingAsset,proto3" json:"trading_asset,omitempty"` + Position PerpetualPosition `protobuf:"varint,5,opt,name=position,proto3,enum=elys.tradeshield.PerpetualPosition" json:"position,omitempty"` + Leverage string `protobuf:"bytes,6,opt,name=leverage,proto3" json:"leverage,omitempty"` + TakeProfitPrice string `protobuf:"bytes,7,opt,name=take_profit_price,json=takeProfitPrice,proto3" json:"take_profit_price,omitempty"` + StopLossPrice string `protobuf:"bytes,8,opt,name=stop_loss_price,json=stopLossPrice,proto3" json:"stop_loss_price,omitempty"` + PoolId uint64 `protobuf:"varint,9,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"` } func (x *MsgCreatePerpetualOpenOrder) Reset() { @@ -11568,7 +11568,7 @@ func (x *MsgCreatePerpetualOpenOrder) GetOwnerAddress() string { return "" } -func (x *MsgCreatePerpetualOpenOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPrice { +func (x *MsgCreatePerpetualOpenOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPriceV1 { if x != nil { return x.LegacyTriggerPriceV1 } @@ -11671,10 +11671,10 @@ type MsgCreatePerpetualCloseOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - LegacyTriggerPriceV1 *LegacyTriggerPrice `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` - TriggerPrice string `protobuf:"bytes,4,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` - PositionId uint64 `protobuf:"varint,3,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"` + OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + LegacyTriggerPriceV1 *LegacyTriggerPriceV1 `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` + TriggerPrice string `protobuf:"bytes,4,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` + PositionId uint64 `protobuf:"varint,3,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"` } func (x *MsgCreatePerpetualCloseOrder) Reset() { @@ -11704,7 +11704,7 @@ func (x *MsgCreatePerpetualCloseOrder) GetOwnerAddress() string { return "" } -func (x *MsgCreatePerpetualCloseOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPrice { +func (x *MsgCreatePerpetualCloseOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPriceV1 { if x != nil { return x.LegacyTriggerPriceV1 } @@ -11765,10 +11765,10 @@ type MsgUpdatePerpetualOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - LegacyTriggerPriceV1 *LegacyTriggerPrice `protobuf:"bytes,3,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` - TriggerPrice string `protobuf:"bytes,4,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` + OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` + LegacyTriggerPriceV1 *LegacyTriggerPriceV1 `protobuf:"bytes,3,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` + TriggerPrice string `protobuf:"bytes,4,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` } func (x *MsgUpdatePerpetualOrder) Reset() { @@ -11805,7 +11805,7 @@ func (x *MsgUpdatePerpetualOrder) GetOrderId() uint64 { return 0 } -func (x *MsgUpdatePerpetualOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPrice { +func (x *MsgUpdatePerpetualOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPriceV1 { if x != nil { return x.LegacyTriggerPriceV1 } @@ -12158,344 +12158,344 @@ var file_elys_tradeshield_tx_proto_rawDesc = []byte{ 0x6d, 0x73, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x11, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2f, 0x61, 0x6d, 0x69, 0x6e, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, - 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xed, 0x03, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x43, + 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xef, 0x03, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3e, 0x0a, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1f, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, - 0x79, 0x70, 0x65, 0x52, 0x09, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x5b, + 0x79, 0x70, 0x65, 0x52, 0x09, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x5d, 0x0a, 0x15, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, - 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, + 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, - 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x12, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, - 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x52, 0x0a, 0x0b, 0x6f, - 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, - 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, - 0x44, 0x65, 0x63, 0x52, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, - 0x42, 0x0a, 0x0c, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, - 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, - 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x6d, 0x6f, - 0x75, 0x6e, 0x74, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, - 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, - 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x61, 0x72, 0x67, - 0x65, 0x74, 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, - 0x6f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x65, 0x6e, 0x6f, 0x6d, - 0x3a, 0x35, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x1e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, - 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, - 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x37, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x43, 0x72, - 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, - 0x22, 0xd6, 0x02, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, - 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, - 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, - 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, - 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, - 0x64, 0x12, 0x5b, 0x0a, 0x15, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, - 0x32, 0x22, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, - 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, - 0x72, 0x69, 0x63, 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x12, 0x6c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x52, - 0x0a, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, - 0x63, 0x65, 0x3a, 0x35, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, + 0x65, 0x56, 0x31, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x12, 0x6c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x52, 0x0a, + 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, + 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, + 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, + 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, + 0x65, 0x12, 0x42, 0x0a, 0x0c, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, + 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, + 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, + 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, + 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, + 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x61, + 0x72, 0x67, 0x65, 0x74, 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x10, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x65, 0x6e, + 0x6f, 0x6d, 0x3a, 0x35, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x1e, 0x74, 0x72, 0x61, 0x64, 0x65, - 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x1c, 0x0a, 0x1a, 0x4d, 0x73, 0x67, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa5, 0x01, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, - 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, + 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, + 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x37, 0x0a, 0x1a, 0x4d, 0x73, 0x67, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, + 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, + 0x49, 0x64, 0x22, 0xd8, 0x02, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, + 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, + 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, + 0x72, 0x49, 0x64, 0x12, 0x5d, 0x0a, 0x15, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x6f, 0x72, + 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x03, 0x20, 0x01, + 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, + 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x12, + 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, + 0x56, 0x31, 0x12, 0x52, 0x0a, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, + 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, + 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0a, 0x6f, 0x72, 0x64, 0x65, + 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x3a, 0x35, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, + 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x1e, 0x74, + 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x1c, 0x0a, + 0x1a, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa5, 0x01, 0x0a, 0x12, + 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, + 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, + 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, + 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x3a, 0x35, 0x82, 0xe7, + 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x8a, 0xe7, 0xb0, 0x2a, 0x1e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, + 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x22, 0x37, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, + 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xa1, 0x01, 0x0a, + 0x13, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x73, 0x12, 0x32, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, - 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, - 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x3a, 0x35, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, - 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, - 0x1e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, - 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, - 0x37, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, - 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, - 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, - 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xa1, 0x01, 0x0a, 0x13, 0x4d, 0x73, 0x67, + 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x70, 0x6f, 0x74, + 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, + 0x52, 0x0c, 0x73, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x3a, 0x30, + 0x82, 0xe7, 0xb0, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, + 0x1f, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, - 0x12, 0x32, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x07, 0x63, 0x72, 0x65, - 0x61, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x70, 0x6f, 0x74, 0x5f, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0c, 0x73, 0x70, - 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x3a, 0x30, 0x82, 0xe7, 0xb0, 0x2a, - 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x1f, 0x74, 0x72, 0x61, - 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, - 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x22, 0x1d, 0x0a, 0x1b, - 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, - 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xa0, 0x06, 0x0a, 0x1b, - 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, - 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, - 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, - 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x61, 0x0a, 0x17, 0x6c, 0x65, - 0x67, 0x61, 0x63, 0x79, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, - 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, - 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, + 0x22, 0x1d, 0x0a, 0x1b, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, + 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, + 0xa2, 0x06, 0x0a, 0x1b, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, + 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, + 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, + 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, + 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x63, + 0x0a, 0x17, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, + 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x26, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, + 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, + 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, - 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x56, 0x0a, - 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0a, + 0x65, 0x56, 0x31, 0x12, 0x56, 0x0a, 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, + 0x72, 0x69, 0x63, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, + 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, + 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, + 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, + 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x3f, 0x0a, 0x0a, 0x63, + 0x6f, 0x6c, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, + 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, + 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x41, 0x73, 0x73, 0x65, + 0x74, 0x12, 0x3f, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, + 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, + 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, + 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x12, 0x4d, 0x0a, 0x08, 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, - 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x3f, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x61, 0x74, 0x65, - 0x72, 0x61, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, - 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, - 0x61, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, - 0x67, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x74, - 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x3f, 0x0a, 0x08, 0x70, - 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, - 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, - 0x2e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, - 0x6f, 0x6e, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x4d, 0x0a, 0x08, - 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, - 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, - 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, - 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, - 0x63, 0x52, 0x08, 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x12, 0x5d, 0x0a, 0x11, 0x74, - 0x61, 0x6b, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, - 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, - 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, - 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, - 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0f, 0x74, 0x61, 0x6b, 0x65, 0x50, - 0x72, 0x6f, 0x66, 0x69, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x59, 0x0a, 0x0f, 0x73, 0x74, - 0x6f, 0x70, 0x5f, 0x6c, 0x6f, 0x73, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x08, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0d, 0x73, 0x74, 0x6f, 0x70, 0x4c, 0x6f, 0x73, 0x73, - 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, - 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x3a, 0x3e, - 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x27, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, - 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, - 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x40, - 0x0a, 0x23, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, - 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, - 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, - 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, - 0x22, 0xf7, 0x02, 0x0a, 0x1c, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, - 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, + 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x08, 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, + 0x65, 0x12, 0x5d, 0x0a, 0x11, 0x74, 0x61, 0x6b, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, + 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, + 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, + 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, + 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, + 0x0f, 0x74, 0x61, 0x6b, 0x65, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, + 0x12, 0x59, 0x0a, 0x0f, 0x73, 0x74, 0x6f, 0x70, 0x5f, 0x6c, 0x6f, 0x73, 0x73, 0x5f, 0x70, 0x72, + 0x69, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, + 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, + 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, + 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0d, 0x73, 0x74, + 0x6f, 0x70, 0x4c, 0x6f, 0x73, 0x73, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x70, + 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x6f, + 0x6f, 0x6c, 0x49, 0x64, 0x3a, 0x3e, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, + 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x27, 0x74, 0x72, 0x61, + 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, + 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, + 0x72, 0x64, 0x65, 0x72, 0x22, 0x40, 0x0a, 0x23, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, + 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, + 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, + 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xf9, 0x02, 0x0a, 0x1c, 0x4d, 0x73, 0x67, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, + 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, + 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, + 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x63, 0x0a, 0x17, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, + 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, + 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, + 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x42, + 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, + 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x56, 0x0a, 0x0d, 0x74, + 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, + 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, + 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, + 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, + 0x69, 0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, + 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, + 0x6f, 0x6e, 0x49, 0x64, 0x3a, 0x3c, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, + 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x25, 0x74, 0x72, 0x61, + 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, + 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, + 0x65, 0x72, 0x22, 0x41, 0x0a, 0x24, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, + 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, + 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, + 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xec, 0x02, 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x12, 0x61, 0x0a, 0x17, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, - 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, - 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, - 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, - 0x65, 0x56, 0x31, 0x12, 0x56, 0x0a, 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, - 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, - 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, - 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, - 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, - 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, - 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x3a, 0x3c, 0x82, 0xe7, - 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x8a, 0xe7, 0xb0, 0x2a, 0x25, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, - 0x2f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, - 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x41, 0x0a, 0x24, 0x4d, 0x73, - 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, - 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xea, 0x02, - 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, - 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, - 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x49, 0x64, 0x12, 0x61, 0x0a, 0x17, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x74, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, - 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, - 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, - 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, - 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x56, 0x0a, 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, - 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, - 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, - 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, - 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, - 0x52, 0x0c, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x3a, 0x3a, - 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x23, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, - 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, - 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x21, 0x0a, 0x1f, 0x4d, 0x73, - 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, - 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, - 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, - 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, + 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, + 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x63, 0x0a, 0x17, 0x6c, + 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, + 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, + 0x63, 0x65, 0x56, 0x31, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, + 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, + 0x12, 0x56, 0x0a, 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, + 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, + 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, + 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, 0x72, 0x69, 0x67, + 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x3a, 0x3a, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, + 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, + 0x23, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, + 0x72, 0x64, 0x65, 0x72, 0x22, 0x21, 0x0a, 0x1f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xaf, 0x01, 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x43, + 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, + 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x3a, 0x3a, 0x82, + 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x23, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, + 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, + 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, 0x3c, 0x0a, 0x1f, 0x4d, 0x73, 0x67, + 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, + 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, + 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, + 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xb3, 0x01, 0x0a, 0x18, 0x4d, 0x73, 0x67, 0x43, + 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x73, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, + 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, + 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, + 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, + 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, + 0x3a, 0x3b, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, + 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x24, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, + 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, + 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x22, 0x22, 0x0a, + 0x20, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, + 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0xab, 0x01, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x36, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, + 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, + 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, + 0x6e, 0x67, 0x52, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x30, 0x0a, + 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, + 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, + 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x3a, + 0x2e, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, + 0xe7, 0xb0, 0x2a, 0x1b, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, + 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, + 0x19, 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, + 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xcb, 0x01, 0x0a, 0x10, 0x4d, + 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, + 0x32, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, - 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, - 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, - 0x72, 0x49, 0x64, 0x3a, 0x3a, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, - 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x23, 0x74, 0x72, 0x61, 0x64, - 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x22, - 0x3c, 0x0a, 0x1f, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, - 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, - 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x22, 0xb3, 0x01, - 0x0a, 0x18, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, - 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x3d, 0x0a, 0x0d, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0c, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x08, 0x6f, 0x72, - 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x3a, 0x3b, 0x82, 0xe7, 0xb0, 0x2a, 0x0d, 0x6f, 0x77, 0x6e, - 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x8a, 0xe7, 0xb0, 0x2a, 0x24, 0x74, - 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x43, 0x61, - 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, - 0x65, 0x72, 0x73, 0x22, 0x22, 0x0a, 0x20, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, - 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xab, 0x01, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x36, 0x0a, 0x09, 0x61, - 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, - 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, - 0x69, 0x74, 0x79, 0x12, 0x30, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, - 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x06, 0x70, - 0x61, 0x72, 0x61, 0x6d, 0x73, 0x3a, 0x2e, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, - 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x1b, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, - 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x19, 0x0a, 0x17, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x22, 0xcb, 0x01, 0x0a, 0x10, 0x4d, 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, - 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x32, 0x0a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, - 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x18, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, - 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x70, 0x6f, - 0x74, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, - 0x04, 0x52, 0x0c, 0x73, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, - 0x2e, 0x0a, 0x13, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x52, 0x11, 0x70, 0x65, - 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x3a, - 0x2d, 0x82, 0xe7, 0xb0, 0x2a, 0x07, 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x8a, 0xe7, 0xb0, - 0x2a, 0x1c, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, - 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x22, 0x1a, - 0x0a, 0x18, 0x4d, 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, - 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xd8, 0x09, 0x0a, 0x03, 0x4d, - 0x73, 0x67, 0x12, 0x65, 0x0a, 0x0f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, - 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, + 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x07, 0x63, 0x72, 0x65, 0x61, + 0x74, 0x6f, 0x72, 0x12, 0x24, 0x0a, 0x0e, 0x73, 0x70, 0x6f, 0x74, 0x5f, 0x6f, 0x72, 0x64, 0x65, + 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x04, 0x52, 0x0c, 0x73, 0x70, 0x6f, + 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x2e, 0x0a, 0x13, 0x70, 0x65, 0x72, + 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, + 0x18, 0x03, 0x20, 0x03, 0x28, 0x04, 0x52, 0x11, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, + 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x73, 0x3a, 0x2d, 0x82, 0xe7, 0xb0, 0x2a, 0x07, + 0x63, 0x72, 0x65, 0x61, 0x74, 0x6f, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x1c, 0x74, 0x72, 0x61, 0x64, + 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2f, 0x4d, 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x22, 0x1a, 0x0a, 0x18, 0x4d, 0x73, 0x67, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xd8, 0x09, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x65, 0x0a, 0x0f, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, + 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, + 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, + 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x2c, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, - 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x2c, 0x2e, 0x65, 0x6c, - 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, - 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, - 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x0f, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x65, + 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, + 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, + 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x2c, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, - 0x65, 0x72, 0x1a, 0x2c, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, - 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x65, 0x0a, 0x0f, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, - 0x64, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, - 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, - 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x2c, 0x2e, 0x65, 0x6c, 0x79, 0x73, - 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, - 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x68, 0x0a, 0x10, 0x43, 0x61, 0x6e, 0x63, 0x65, - 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x25, 0x2e, 0x65, 0x6c, - 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, - 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, - 0x72, 0x73, 0x1a, 0x2d, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, - 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x12, 0x80, 0x01, 0x0a, 0x18, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, - 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x2d, - 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, - 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x35, 0x2e, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x0f, 0x43, 0x61, + 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, - 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, - 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, - 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x83, 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, - 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, - 0x65, 0x72, 0x12, 0x2e, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, - 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, - 0x65, 0x72, 0x1a, 0x36, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, - 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, - 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x74, 0x0a, 0x14, 0x55, 0x70, + 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, + 0x64, 0x65, 0x72, 0x1a, 0x2c, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, + 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, + 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x12, 0x68, 0x0a, 0x10, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, + 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x25, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, + 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, + 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x1a, 0x2d, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, + 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x80, 0x01, 0x0a, 0x18, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, + 0x70, 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x2d, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, + 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, + 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, + 0x65, 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x35, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, + 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, + 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x70, 0x65, + 0x6e, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x83, + 0x01, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, + 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x2e, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, + 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x36, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, + 0x61, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x74, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, + 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x29, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, + 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x31, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, + 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, + 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x74, 0x0a, 0x14, 0x43, 0x61, + 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x29, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x1a, 0x31, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, - 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, + 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x74, 0x0a, 0x14, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, - 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x29, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, - 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, - 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, - 0x64, 0x65, 0x72, 0x1a, 0x31, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, - 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, - 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x77, 0x0a, 0x15, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, - 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, - 0x2a, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, - 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, - 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x1a, 0x32, 0x2e, 0x65, 0x6c, - 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, - 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, - 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x5c, 0x0a, 0x0c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, - 0x21, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, - 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, - 0x6d, 0x73, 0x1a, 0x29, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, - 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, - 0x0d, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x22, - 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, - 0x72, 0x73, 0x1a, 0x2a, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, - 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, - 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xb3, 0x01, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x65, 0x6c, - 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x07, - 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2d, 0x6e, 0x65, 0x74, 0x77, 0x6f, - 0x72, 0x6b, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x6c, 0x79, 0x73, - 0x2f, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xa2, 0x02, 0x03, 0x45, - 0x54, 0x58, 0xaa, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0xca, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, - 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xe2, 0x02, 0x1c, 0x45, 0x6c, 0x79, 0x73, 0x5c, - 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x5c, 0x47, 0x50, 0x42, 0x4d, - 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x11, 0x45, 0x6c, 0x79, 0x73, 0x3a, 0x3a, - 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, + 0x12, 0x77, 0x0a, 0x15, 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, + 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x2a, 0x2e, 0x65, 0x6c, 0x79, 0x73, + 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, + 0x43, 0x61, 0x6e, 0x63, 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, + 0x72, 0x64, 0x65, 0x72, 0x73, 0x1a, 0x32, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, + 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x61, 0x6e, 0x63, + 0x65, 0x6c, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, + 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x21, 0x2e, 0x65, 0x6c, 0x79, 0x73, + 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x29, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, 0x0d, 0x45, 0x78, 0x65, 0x63, 0x75, + 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x12, 0x22, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, + 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4d, 0x73, 0x67, 0x45, + 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, 0x1a, 0x2a, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x4d, 0x73, 0x67, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x65, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x73, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, + 0xb3, 0x01, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, + 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, + 0x6f, 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x65, 0x6c, 0x79, 0x73, 0x2d, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x65, 0x6c, 0x79, + 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x64, 0x65, + 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xa2, 0x02, 0x03, 0x45, 0x54, 0x58, 0xaa, 0x02, 0x10, 0x45, + 0x6c, 0x79, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xca, + 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, + 0x6c, 0x64, 0xe2, 0x02, 0x1c, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0xea, 0x02, 0x11, 0x45, 0x6c, 0x79, 0x73, 0x3a, 0x3a, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -12535,22 +12535,22 @@ var file_elys_tradeshield_tx_proto_goTypes = []interface{}{ (*MsgExecuteOrders)(nil), // 20: elys.tradeshield.MsgExecuteOrders (*MsgExecuteOrdersResponse)(nil), // 21: elys.tradeshield.MsgExecuteOrdersResponse (SpotOrderType)(0), // 22: elys.tradeshield.SpotOrderType - (*LegacyOrderPrice)(nil), // 23: elys.tradeshield.LegacyOrderPrice + (*LegacyOrderPriceV1)(nil), // 23: elys.tradeshield.LegacyOrderPriceV1 (*v1beta1.Coin)(nil), // 24: cosmos.base.v1beta1.Coin - (*LegacyTriggerPrice)(nil), // 25: elys.tradeshield.LegacyTriggerPrice + (*LegacyTriggerPriceV1)(nil), // 25: elys.tradeshield.LegacyTriggerPriceV1 (PerpetualPosition)(0), // 26: elys.tradeshield.PerpetualPosition (*Params)(nil), // 27: elys.tradeshield.Params } var file_elys_tradeshield_tx_proto_depIdxs = []int32{ 22, // 0: elys.tradeshield.MsgCreateSpotOrder.order_type:type_name -> elys.tradeshield.SpotOrderType - 23, // 1: elys.tradeshield.MsgCreateSpotOrder.legacy_order_price_v1:type_name -> elys.tradeshield.LegacyOrderPrice + 23, // 1: elys.tradeshield.MsgCreateSpotOrder.legacy_order_price_v1:type_name -> elys.tradeshield.LegacyOrderPriceV1 24, // 2: elys.tradeshield.MsgCreateSpotOrder.order_amount:type_name -> cosmos.base.v1beta1.Coin - 23, // 3: elys.tradeshield.MsgUpdateSpotOrder.legacy_order_price_v1:type_name -> elys.tradeshield.LegacyOrderPrice - 25, // 4: elys.tradeshield.MsgCreatePerpetualOpenOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPrice + 23, // 3: elys.tradeshield.MsgUpdateSpotOrder.legacy_order_price_v1:type_name -> elys.tradeshield.LegacyOrderPriceV1 + 25, // 4: elys.tradeshield.MsgCreatePerpetualOpenOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPriceV1 24, // 5: elys.tradeshield.MsgCreatePerpetualOpenOrder.collateral:type_name -> cosmos.base.v1beta1.Coin 26, // 6: elys.tradeshield.MsgCreatePerpetualOpenOrder.position:type_name -> elys.tradeshield.PerpetualPosition - 25, // 7: elys.tradeshield.MsgCreatePerpetualCloseOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPrice - 25, // 8: elys.tradeshield.MsgUpdatePerpetualOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPrice + 25, // 7: elys.tradeshield.MsgCreatePerpetualCloseOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPriceV1 + 25, // 8: elys.tradeshield.MsgUpdatePerpetualOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPriceV1 27, // 9: elys.tradeshield.MsgUpdateParams.params:type_name -> elys.tradeshield.Params 0, // 10: elys.tradeshield.Msg.CreateSpotOrder:input_type -> elys.tradeshield.MsgCreateSpotOrder 2, // 11: elys.tradeshield.Msg.UpdateSpotOrder:input_type -> elys.tradeshield.MsgUpdateSpotOrder diff --git a/api/elys/tradeshield/types.pulsar.go b/api/elys/tradeshield/types.pulsar.go index b36db77e9..bc02dc237 100644 --- a/api/elys/tradeshield/types.pulsar.go +++ b/api/elys/tradeshield/types.pulsar.go @@ -748,7 +748,7 @@ func (x *fastReflection_SpotOrder) Set(fd protoreflect.FieldDescriptor, value pr case "elys.tradeshield.SpotOrder.order_id": x.OrderId = value.Uint() case "elys.tradeshield.SpotOrder.legacy_order_price_v1": - x.LegacyOrderPriceV1 = value.Message().Interface().(*LegacyOrderPrice) + x.LegacyOrderPriceV1 = value.Message().Interface().(*LegacyOrderPriceV1) case "elys.tradeshield.SpotOrder.order_price": x.OrderPrice = value.Interface().(string) case "elys.tradeshield.SpotOrder.order_amount": @@ -783,7 +783,7 @@ func (x *fastReflection_SpotOrder) Mutable(fd protoreflect.FieldDescriptor) prot switch fd.FullName() { case "elys.tradeshield.SpotOrder.legacy_order_price_v1": if x.LegacyOrderPriceV1 == nil { - x.LegacyOrderPriceV1 = new(LegacyOrderPrice) + x.LegacyOrderPriceV1 = new(LegacyOrderPriceV1) } return protoreflect.ValueOfMessage(x.LegacyOrderPriceV1.ProtoReflect()) case "elys.tradeshield.SpotOrder.order_amount": @@ -826,7 +826,7 @@ func (x *fastReflection_SpotOrder) NewField(fd protoreflect.FieldDescriptor) pro case "elys.tradeshield.SpotOrder.order_id": return protoreflect.ValueOfUint64(uint64(0)) case "elys.tradeshield.SpotOrder.legacy_order_price_v1": - m := new(LegacyOrderPrice) + m := new(LegacyOrderPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.SpotOrder.order_price": return protoreflect.ValueOfString("") @@ -1168,7 +1168,7 @@ func (x *fastReflection_SpotOrder) ProtoMethods() *protoiface.Methods { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyOrderPriceV1 == nil { - x.LegacyOrderPriceV1 = &LegacyOrderPrice{} + x.LegacyOrderPriceV1 = &LegacyOrderPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyOrderPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -1756,7 +1756,7 @@ func (x *fastReflection_PerpetualOrder) Set(fd protoreflect.FieldDescriptor, val case "elys.tradeshield.PerpetualOrder.position": x.Position = (PerpetualPosition)(value.Enum()) case "elys.tradeshield.PerpetualOrder.legacy_trigger_price_v1": - x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = value.Message().Interface().(*LegacyTriggerPriceV1) case "elys.tradeshield.PerpetualOrder.trigger_price": x.TriggerPrice = value.Interface().(string) case "elys.tradeshield.PerpetualOrder.collateral": @@ -1797,7 +1797,7 @@ func (x *fastReflection_PerpetualOrder) Mutable(fd protoreflect.FieldDescriptor) switch fd.FullName() { case "elys.tradeshield.PerpetualOrder.legacy_trigger_price_v1": if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = new(LegacyTriggerPrice) + x.LegacyTriggerPriceV1 = new(LegacyTriggerPriceV1) } return protoreflect.ValueOfMessage(x.LegacyTriggerPriceV1.ProtoReflect()) case "elys.tradeshield.PerpetualOrder.collateral": @@ -1851,7 +1851,7 @@ func (x *fastReflection_PerpetualOrder) NewField(fd protoreflect.FieldDescriptor case "elys.tradeshield.PerpetualOrder.position": return protoreflect.ValueOfEnum(0) case "elys.tradeshield.PerpetualOrder.legacy_trigger_price_v1": - m := new(LegacyTriggerPrice) + m := new(LegacyTriggerPriceV1) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "elys.tradeshield.PerpetualOrder.trigger_price": return protoreflect.ValueOfString("") @@ -2288,7 +2288,7 @@ func (x *fastReflection_PerpetualOrder) ProtoMethods() *protoiface.Methods { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } if x.LegacyTriggerPriceV1 == nil { - x.LegacyTriggerPriceV1 = &LegacyTriggerPrice{} + x.LegacyTriggerPriceV1 = &LegacyTriggerPriceV1{} } if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.LegacyTriggerPriceV1); err != nil { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err @@ -3451,15 +3451,15 @@ type SpotOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OrderType SpotOrderType `protobuf:"varint,1,opt,name=order_type,json=orderType,proto3,enum=elys.tradeshield.SpotOrderType" json:"order_type,omitempty"` - OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - LegacyOrderPriceV1 *LegacyOrderPrice `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1,omitempty"` - OrderPrice string `protobuf:"bytes,9,opt,name=order_price,json=orderPrice,proto3" json:"order_price,omitempty"` - OrderAmount *v1beta1.Coin `protobuf:"bytes,4,opt,name=order_amount,json=orderAmount,proto3" json:"order_amount,omitempty"` - OwnerAddress string `protobuf:"bytes,5,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - OrderTargetDenom string `protobuf:"bytes,6,opt,name=order_target_denom,json=orderTargetDenom,proto3" json:"order_target_denom,omitempty"` - Status Status `protobuf:"varint,7,opt,name=status,proto3,enum=elys.tradeshield.Status" json:"status,omitempty"` - Date *Date `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"` + OrderType SpotOrderType `protobuf:"varint,1,opt,name=order_type,json=orderType,proto3,enum=elys.tradeshield.SpotOrderType" json:"order_type,omitempty"` + OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` + LegacyOrderPriceV1 *LegacyOrderPriceV1 `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1,omitempty"` + OrderPrice string `protobuf:"bytes,9,opt,name=order_price,json=orderPrice,proto3" json:"order_price,omitempty"` + OrderAmount *v1beta1.Coin `protobuf:"bytes,4,opt,name=order_amount,json=orderAmount,proto3" json:"order_amount,omitempty"` + OwnerAddress string `protobuf:"bytes,5,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + OrderTargetDenom string `protobuf:"bytes,6,opt,name=order_target_denom,json=orderTargetDenom,proto3" json:"order_target_denom,omitempty"` + Status Status `protobuf:"varint,7,opt,name=status,proto3,enum=elys.tradeshield.Status" json:"status,omitempty"` + Date *Date `protobuf:"bytes,8,opt,name=date,proto3" json:"date,omitempty"` } func (x *SpotOrder) Reset() { @@ -3496,7 +3496,7 @@ func (x *SpotOrder) GetOrderId() uint64 { return 0 } -func (x *SpotOrder) GetLegacyOrderPriceV1() *LegacyOrderPrice { +func (x *SpotOrder) GetLegacyOrderPriceV1() *LegacyOrderPriceV1 { if x != nil { return x.LegacyOrderPriceV1 } @@ -3550,20 +3550,20 @@ type PerpetualOrder struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - OrderId uint64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - OwnerAddress string `protobuf:"bytes,2,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - PerpetualOrderType PerpetualOrderType `protobuf:"varint,3,opt,name=perpetual_order_type,json=perpetualOrderType,proto3,enum=elys.tradeshield.PerpetualOrderType" json:"perpetual_order_type,omitempty"` - Position PerpetualPosition `protobuf:"varint,4,opt,name=position,proto3,enum=elys.tradeshield.PerpetualPosition" json:"position,omitempty"` - LegacyTriggerPriceV1 *LegacyTriggerPrice `protobuf:"bytes,5,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` - TriggerPrice string `protobuf:"bytes,14,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` - Collateral *v1beta1.Coin `protobuf:"bytes,6,opt,name=collateral,proto3" json:"collateral,omitempty"` - TradingAsset string `protobuf:"bytes,7,opt,name=trading_asset,json=tradingAsset,proto3" json:"trading_asset,omitempty"` - Leverage string `protobuf:"bytes,8,opt,name=leverage,proto3" json:"leverage,omitempty"` - TakeProfitPrice string `protobuf:"bytes,9,opt,name=take_profit_price,json=takeProfitPrice,proto3" json:"take_profit_price,omitempty"` - PositionId uint64 `protobuf:"varint,10,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"` - Status Status `protobuf:"varint,11,opt,name=status,proto3,enum=elys.tradeshield.Status" json:"status,omitempty"` - StopLossPrice string `protobuf:"bytes,12,opt,name=stop_loss_price,json=stopLossPrice,proto3" json:"stop_loss_price,omitempty"` - PoolId uint64 `protobuf:"varint,13,opt,name=poolId,proto3" json:"poolId,omitempty"` + OrderId uint64 `protobuf:"varint,1,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` + OwnerAddress string `protobuf:"bytes,2,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` + PerpetualOrderType PerpetualOrderType `protobuf:"varint,3,opt,name=perpetual_order_type,json=perpetualOrderType,proto3,enum=elys.tradeshield.PerpetualOrderType" json:"perpetual_order_type,omitempty"` + Position PerpetualPosition `protobuf:"varint,4,opt,name=position,proto3,enum=elys.tradeshield.PerpetualPosition" json:"position,omitempty"` + LegacyTriggerPriceV1 *LegacyTriggerPriceV1 `protobuf:"bytes,5,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1,omitempty"` + TriggerPrice string `protobuf:"bytes,14,opt,name=trigger_price,json=triggerPrice,proto3" json:"trigger_price,omitempty"` + Collateral *v1beta1.Coin `protobuf:"bytes,6,opt,name=collateral,proto3" json:"collateral,omitempty"` + TradingAsset string `protobuf:"bytes,7,opt,name=trading_asset,json=tradingAsset,proto3" json:"trading_asset,omitempty"` + Leverage string `protobuf:"bytes,8,opt,name=leverage,proto3" json:"leverage,omitempty"` + TakeProfitPrice string `protobuf:"bytes,9,opt,name=take_profit_price,json=takeProfitPrice,proto3" json:"take_profit_price,omitempty"` + PositionId uint64 `protobuf:"varint,10,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"` + Status Status `protobuf:"varint,11,opt,name=status,proto3,enum=elys.tradeshield.Status" json:"status,omitempty"` + StopLossPrice string `protobuf:"bytes,12,opt,name=stop_loss_price,json=stopLossPrice,proto3" json:"stop_loss_price,omitempty"` + PoolId uint64 `protobuf:"varint,13,opt,name=poolId,proto3" json:"poolId,omitempty"` } func (x *PerpetualOrder) Reset() { @@ -3614,7 +3614,7 @@ func (x *PerpetualOrder) GetPosition() PerpetualPosition { return PerpetualPosition_UNSPECIFIED } -func (x *PerpetualOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPrice { +func (x *PerpetualOrder) GetLegacyTriggerPriceV1() *LegacyTriggerPriceV1 { if x != nil { return x.LegacyTriggerPriceV1 } @@ -3767,145 +3767,145 @@ var file_elys_tradeshield_types_proto_rawDesc = []byte{ 0x3c, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x68, 0x65, 0x69, 0x67, 0x68, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x8c, 0x04, + 0x28, 0x04, 0x52, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22, 0x8e, 0x04, 0x0a, 0x09, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x3e, 0x0a, 0x0a, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x1f, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x53, 0x70, 0x6f, 0x74, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x52, 0x09, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, - 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x5b, 0x0a, 0x15, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, + 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x5d, 0x0a, 0x15, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, + 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, - 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, - 0x12, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, - 0x65, 0x56, 0x31, 0x12, 0x52, 0x0a, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, - 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, - 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, - 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, - 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0a, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x42, 0x0a, 0x0c, 0x6f, 0x72, 0x64, 0x65, 0x72, - 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, - 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0b, - 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, 0x0d, 0x6f, - 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, - 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x12, 0x2c, 0x0a, 0x12, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, - 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x6f, 0x72, - 0x64, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x12, 0x30, - 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, - 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, - 0x12, 0x2a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x16, - 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x2e, 0x44, 0x61, 0x74, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x65, 0x22, 0xfe, 0x06, 0x0a, - 0x0e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, - 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, 0x6f, 0x77, - 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, - 0x09, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, - 0x56, 0x0a, 0x14, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x64, - 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x24, 0x2e, - 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, - 0x2e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, - 0x79, 0x70, 0x65, 0x52, 0x12, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, - 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3f, 0x0a, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x65, 0x6c, 0x79, 0x73, - 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x50, 0x65, 0x72, - 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x08, - 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x61, 0x0a, 0x17, 0x6c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, - 0x5f, 0x76, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, - 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, 0x65, 0x67, - 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x42, - 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, - 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x56, 0x0a, 0x0d, 0x74, - 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0e, 0x20, 0x01, + 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x42, 0x04, 0xc8, 0xde, 0x1f, + 0x00, 0x52, 0x12, 0x6c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, + 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, 0x52, 0x0a, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x70, + 0x72, 0x69, 0x63, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, + 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, + 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, + 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0a, 0x6f, + 0x72, 0x64, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x42, 0x0a, 0x0c, 0x6f, 0x72, 0x64, + 0x65, 0x72, 0x5f, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, + 0x52, 0x0b, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x41, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x23, 0x0a, + 0x0d, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, + 0x73, 0x73, 0x12, 0x2c, 0x0a, 0x12, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x61, 0x72, 0x67, + 0x65, 0x74, 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, + 0x6f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x44, 0x65, 0x6e, 0x6f, 0x6d, + 0x12, 0x30, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0e, + 0x32, 0x18, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, + 0x65, 0x6c, 0x64, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, + 0x75, 0x73, 0x12, 0x2a, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, + 0x32, 0x16, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, + 0x65, 0x6c, 0x64, 0x2e, 0x44, 0x61, 0x74, 0x65, 0x52, 0x04, 0x64, 0x61, 0x74, 0x65, 0x22, 0x80, + 0x07, 0x0a, 0x0e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, + 0x72, 0x12, 0x19, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, + 0x01, 0x28, 0x04, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x49, 0x64, 0x12, 0x23, 0x0a, 0x0d, + 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x5f, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x0c, 0x6f, 0x77, 0x6e, 0x65, 0x72, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, + 0x73, 0x12, 0x56, 0x0a, 0x14, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6f, + 0x72, 0x64, 0x65, 0x72, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, + 0x24, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, + 0x6c, 0x64, 0x2e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, + 0x72, 0x54, 0x79, 0x70, 0x65, 0x52, 0x12, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, + 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x3f, 0x0a, 0x08, 0x70, 0x6f, 0x73, + 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x23, 0x2e, 0x65, 0x6c, + 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x50, + 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x50, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, + 0x52, 0x08, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x63, 0x0a, 0x17, 0x6c, 0x65, + 0x67, 0x61, 0x63, 0x79, 0x5f, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, + 0x63, 0x65, 0x5f, 0x76, 0x31, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x26, 0x2e, 0x65, 0x6c, + 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x4c, + 0x65, 0x67, 0x61, 0x63, 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, + 0x65, 0x56, 0x31, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x14, 0x6c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x54, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x56, 0x31, 0x12, + 0x56, 0x0a, 0x0d, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, + 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, + 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, + 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, 0x72, 0x69, 0x67, 0x67, + 0x65, 0x72, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x3f, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x61, + 0x74, 0x65, 0x72, 0x61, 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f, + 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0a, 0x63, 0x6f, + 0x6c, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x74, 0x72, 0x61, 0x64, + 0x69, 0x6e, 0x67, 0x5f, 0x61, 0x73, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, + 0x0c, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x4d, 0x0a, + 0x08, 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, + 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, + 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, + 0x65, 0x63, 0x52, 0x08, 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x12, 0x5d, 0x0a, 0x11, + 0x74, 0x61, 0x6b, 0x65, 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, + 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, + 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, + 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0f, 0x74, 0x61, 0x6b, 0x65, + 0x50, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, + 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, + 0x52, 0x0a, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x06, + 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, 0x2e, 0x65, + 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, + 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x59, + 0x0a, 0x0f, 0x73, 0x74, 0x6f, 0x70, 0x5f, 0x6c, 0x6f, 0x73, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x63, + 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, + 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, + 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0d, 0x73, 0x74, 0x6f, 0x70, + 0x4c, 0x6f, 0x73, 0x73, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x6f, + 0x6c, 0x49, 0x64, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, + 0x64, 0x22, 0xc5, 0x03, 0x0a, 0x17, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, + 0x72, 0x64, 0x65, 0x72, 0x45, 0x78, 0x74, 0x72, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x49, 0x0a, + 0x0f, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, + 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, + 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x52, 0x0e, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, + 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x12, 0x44, 0x0a, 0x0d, 0x70, 0x6f, 0x73, 0x69, + 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, + 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, + 0x52, 0x0c, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x5e, + 0x0a, 0x11, 0x6c, 0x69, 0x71, 0x75, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, + 0x69, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, + 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, + 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, + 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x10, 0x6c, 0x69, + 0x71, 0x75, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x54, + 0x0a, 0x0c, 0x66, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x04, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, + 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, + 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, + 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0b, 0x66, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, + 0x52, 0x61, 0x74, 0x65, 0x12, 0x63, 0x0a, 0x14, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x5f, 0x69, + 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, - 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0c, 0x74, 0x72, 0x69, 0x67, 0x67, 0x65, 0x72, 0x50, 0x72, - 0x69, 0x63, 0x65, 0x12, 0x3f, 0x0a, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x61, 0x74, 0x65, 0x72, 0x61, - 0x6c, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, - 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x43, 0x6f, - 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0a, 0x63, 0x6f, 0x6c, 0x6c, 0x61, 0x74, - 0x65, 0x72, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x74, 0x72, 0x61, 0x64, 0x69, 0x6e, 0x67, 0x5f, - 0x61, 0x73, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x74, 0x72, 0x61, - 0x64, 0x69, 0x6e, 0x67, 0x41, 0x73, 0x73, 0x65, 0x74, 0x12, 0x4d, 0x0a, 0x08, 0x6c, 0x65, 0x76, - 0x65, 0x72, 0x61, 0x67, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, - 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, - 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, - 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x08, - 0x6c, 0x65, 0x76, 0x65, 0x72, 0x61, 0x67, 0x65, 0x12, 0x5d, 0x0a, 0x11, 0x74, 0x61, 0x6b, 0x65, - 0x5f, 0x70, 0x72, 0x6f, 0x66, 0x69, 0x74, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0f, 0x74, 0x61, 0x6b, 0x65, 0x50, 0x72, 0x6f, 0x66, - 0x69, 0x74, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0a, 0x70, 0x6f, - 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x64, 0x12, 0x30, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x18, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, - 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x53, 0x74, 0x61, 0x74, - 0x75, 0x73, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x59, 0x0a, 0x0f, 0x73, 0x74, - 0x6f, 0x70, 0x5f, 0x6c, 0x6f, 0x73, 0x73, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x0c, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, - 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, - 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x0d, 0x73, 0x74, 0x6f, 0x70, 0x4c, 0x6f, 0x73, 0x73, - 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x18, - 0x0d, 0x20, 0x01, 0x28, 0x04, 0x52, 0x06, 0x70, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x22, 0xc5, 0x03, - 0x0a, 0x17, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, - 0x45, 0x78, 0x74, 0x72, 0x61, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x49, 0x0a, 0x0f, 0x70, 0x65, 0x72, - 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, - 0x68, 0x69, 0x65, 0x6c, 0x64, 0x2e, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, - 0x72, 0x64, 0x65, 0x72, 0x52, 0x0e, 0x70, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, - 0x72, 0x64, 0x65, 0x72, 0x12, 0x44, 0x0a, 0x0d, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, - 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x63, 0x6f, - 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x62, 0x61, 0x73, 0x65, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, - 0x31, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x42, 0x04, 0xc8, 0xde, 0x1f, 0x00, 0x52, 0x0c, 0x70, 0x6f, - 0x73, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x5e, 0x0a, 0x11, 0x6c, 0x69, - 0x71, 0x75, 0x69, 0x64, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, - 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, - 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, - 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, - 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x10, 0x6c, 0x69, 0x71, 0x75, 0x69, 0x64, - 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x69, 0x63, 0x65, 0x12, 0x54, 0x0a, 0x0c, 0x66, 0x75, - 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x31, 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, - 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, - 0x63, 0x79, 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, - 0x44, 0x65, 0x63, 0x52, 0x0b, 0x66, 0x75, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x52, 0x61, 0x74, 0x65, - 0x12, 0x63, 0x0a, 0x14, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x5f, 0x69, 0x6e, 0x74, 0x65, 0x72, - 0x65, 0x73, 0x74, 0x5f, 0x72, 0x61, 0x74, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x31, - 0xc8, 0xde, 0x1f, 0x00, 0xda, 0xde, 0x1f, 0x1b, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, - 0x6b, 0x2e, 0x69, 0x6f, 0x2f, 0x6d, 0x61, 0x74, 0x68, 0x2e, 0x4c, 0x65, 0x67, 0x61, 0x63, 0x79, - 0x44, 0x65, 0x63, 0xd2, 0xb4, 0x2d, 0x0a, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x44, 0x65, - 0x63, 0x52, 0x12, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x49, 0x6e, 0x74, 0x65, 0x72, 0x65, 0x73, - 0x74, 0x52, 0x61, 0x74, 0x65, 0x2a, 0x3a, 0x0a, 0x06, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, - 0x0b, 0x0a, 0x07, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x00, 0x12, 0x0c, 0x0a, 0x08, - 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x41, - 0x4e, 0x43, 0x45, 0x4c, 0x45, 0x44, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, 0x41, 0x4c, 0x4c, 0x10, - 0x03, 0x2a, 0x45, 0x0a, 0x12, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, 0x61, 0x6c, 0x4f, 0x72, - 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x4c, 0x49, 0x4d, 0x49, 0x54, - 0x4f, 0x50, 0x45, 0x4e, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x4c, 0x49, 0x4d, 0x49, 0x54, 0x43, - 0x4c, 0x4f, 0x53, 0x45, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54, 0x4f, 0x50, 0x4c, 0x4f, - 0x53, 0x53, 0x50, 0x45, 0x52, 0x50, 0x10, 0x02, 0x42, 0xb6, 0x01, 0x0a, 0x14, 0x63, 0x6f, 0x6d, - 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x42, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, - 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65, 0x6c, 0x79, 0x73, - 0x2d, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x61, 0x70, - 0x69, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, - 0x6c, 0x64, 0xa2, 0x02, 0x03, 0x45, 0x54, 0x58, 0xaa, 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x2e, - 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xca, 0x02, 0x10, 0x45, 0x6c, - 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xe2, 0x02, - 0x1c, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x11, - 0x45, 0x6c, 0x79, 0x73, 0x3a, 0x3a, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, - 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x73, 0x2e, 0x44, 0x65, 0x63, 0x52, 0x12, 0x62, 0x6f, 0x72, 0x72, 0x6f, 0x77, 0x49, 0x6e, 0x74, + 0x65, 0x72, 0x65, 0x73, 0x74, 0x52, 0x61, 0x74, 0x65, 0x2a, 0x3a, 0x0a, 0x06, 0x53, 0x74, 0x61, + 0x74, 0x75, 0x73, 0x12, 0x0b, 0x0a, 0x07, 0x50, 0x45, 0x4e, 0x44, 0x49, 0x4e, 0x47, 0x10, 0x00, + 0x12, 0x0c, 0x0a, 0x08, 0x45, 0x58, 0x45, 0x43, 0x55, 0x54, 0x45, 0x44, 0x10, 0x01, 0x12, 0x0c, + 0x0a, 0x08, 0x43, 0x41, 0x4e, 0x43, 0x45, 0x4c, 0x45, 0x44, 0x10, 0x02, 0x12, 0x07, 0x0a, 0x03, + 0x41, 0x4c, 0x4c, 0x10, 0x03, 0x2a, 0x45, 0x0a, 0x12, 0x50, 0x65, 0x72, 0x70, 0x65, 0x74, 0x75, + 0x61, 0x6c, 0x4f, 0x72, 0x64, 0x65, 0x72, 0x54, 0x79, 0x70, 0x65, 0x12, 0x0d, 0x0a, 0x09, 0x4c, + 0x49, 0x4d, 0x49, 0x54, 0x4f, 0x50, 0x45, 0x4e, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 0x4c, 0x49, + 0x4d, 0x49, 0x54, 0x43, 0x4c, 0x4f, 0x53, 0x45, 0x10, 0x01, 0x12, 0x10, 0x0a, 0x0c, 0x53, 0x54, + 0x4f, 0x50, 0x4c, 0x4f, 0x53, 0x53, 0x50, 0x45, 0x52, 0x50, 0x10, 0x02, 0x42, 0xb6, 0x01, 0x0a, + 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x65, 0x6c, 0x79, 0x73, 0x2e, 0x74, 0x72, 0x61, 0x64, 0x65, 0x73, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x42, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, + 0x6f, 0x50, 0x01, 0x5a, 0x31, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x65, 0x6c, 0x79, 0x73, 0x2d, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x65, 0x6c, 0x79, + 0x73, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x65, 0x6c, 0x79, 0x73, 0x2f, 0x74, 0x72, 0x61, 0x64, 0x65, + 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xa2, 0x02, 0x03, 0x45, 0x54, 0x58, 0xaa, 0x02, 0x10, 0x45, + 0x6c, 0x79, 0x73, 0x2e, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, 0x6c, 0x64, 0xca, + 0x02, 0x10, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, 0x68, 0x69, 0x65, + 0x6c, 0x64, 0xe2, 0x02, 0x1c, 0x45, 0x6c, 0x79, 0x73, 0x5c, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0xea, 0x02, 0x11, 0x45, 0x6c, 0x79, 0x73, 0x3a, 0x3a, 0x54, 0x72, 0x61, 0x64, 0x65, 0x73, + 0x68, 0x69, 0x65, 0x6c, 0x64, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -3930,20 +3930,20 @@ var file_elys_tradeshield_types_proto_goTypes = []interface{}{ (*PerpetualOrder)(nil), // 4: elys.tradeshield.PerpetualOrder (*PerpetualOrderExtraInfo)(nil), // 5: elys.tradeshield.PerpetualOrderExtraInfo (SpotOrderType)(0), // 6: elys.tradeshield.SpotOrderType - (*LegacyOrderPrice)(nil), // 7: elys.tradeshield.LegacyOrderPrice + (*LegacyOrderPriceV1)(nil), // 7: elys.tradeshield.LegacyOrderPriceV1 (*v1beta1.Coin)(nil), // 8: cosmos.base.v1beta1.Coin (PerpetualPosition)(0), // 9: elys.tradeshield.PerpetualPosition - (*LegacyTriggerPrice)(nil), // 10: elys.tradeshield.LegacyTriggerPrice + (*LegacyTriggerPriceV1)(nil), // 10: elys.tradeshield.LegacyTriggerPriceV1 } var file_elys_tradeshield_types_proto_depIdxs = []int32{ 6, // 0: elys.tradeshield.SpotOrder.order_type:type_name -> elys.tradeshield.SpotOrderType - 7, // 1: elys.tradeshield.SpotOrder.legacy_order_price_v1:type_name -> elys.tradeshield.LegacyOrderPrice + 7, // 1: elys.tradeshield.SpotOrder.legacy_order_price_v1:type_name -> elys.tradeshield.LegacyOrderPriceV1 8, // 2: elys.tradeshield.SpotOrder.order_amount:type_name -> cosmos.base.v1beta1.Coin 0, // 3: elys.tradeshield.SpotOrder.status:type_name -> elys.tradeshield.Status 2, // 4: elys.tradeshield.SpotOrder.date:type_name -> elys.tradeshield.Date 1, // 5: elys.tradeshield.PerpetualOrder.perpetual_order_type:type_name -> elys.tradeshield.PerpetualOrderType 9, // 6: elys.tradeshield.PerpetualOrder.position:type_name -> elys.tradeshield.PerpetualPosition - 10, // 7: elys.tradeshield.PerpetualOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPrice + 10, // 7: elys.tradeshield.PerpetualOrder.legacy_trigger_price_v1:type_name -> elys.tradeshield.LegacyTriggerPriceV1 8, // 8: elys.tradeshield.PerpetualOrder.collateral:type_name -> cosmos.base.v1beta1.Coin 0, // 9: elys.tradeshield.PerpetualOrder.status:type_name -> elys.tradeshield.Status 4, // 10: elys.tradeshield.PerpetualOrderExtraInfo.perpetual_order:type_name -> elys.tradeshield.PerpetualOrder diff --git a/proto/elys/tradeshield/order.proto b/proto/elys/tradeshield/order.proto index 16bf8b9b9..44605ca64 100644 --- a/proto/elys/tradeshield/order.proto +++ b/proto/elys/tradeshield/order.proto @@ -8,7 +8,7 @@ import "cosmos_proto/cosmos.proto"; option go_package = "github.com/elys-network/elys/x/tradeshield/types"; -message LegacyOrderPrice { +message LegacyOrderPriceV1 { string base_denom = 1; string quote_denom = 2; string rate = 3 [ @@ -26,7 +26,7 @@ enum SpotOrderType { MARKETBUY = 3; } -message LegacyTriggerPrice { +message LegacyTriggerPriceV1 { string trading_asset_denom = 1; string rate = 3 [ (cosmos_proto.scalar) = "cosmos.Dec", diff --git a/proto/elys/tradeshield/tx.proto b/proto/elys/tradeshield/tx.proto index fb3d72f21..e41e61fb3 100644 --- a/proto/elys/tradeshield/tx.proto +++ b/proto/elys/tradeshield/tx.proto @@ -38,7 +38,7 @@ message MsgCreateSpotOrder { option (cosmos.msg.v1.signer) = "owner_address"; option (amino.name) = "tradeshield/MsgCreateSpotOrder"; SpotOrderType order_type = 1; - LegacyOrderPrice legacy_order_price_v1 = 2 [ (gogoproto.nullable) = false ]; + LegacyOrderPriceV1 legacy_order_price_v1 = 2 [ (gogoproto.nullable) = false ]; string order_price = 6 [ (cosmos_proto.scalar) = "cosmos.Dec", (gogoproto.customtype) = "cosmossdk.io/math.LegacyDec", @@ -56,7 +56,7 @@ message MsgUpdateSpotOrder { option (amino.name) = "tradeshield/MsgUpdateSpotOrder"; string owner_address = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ]; uint64 order_id = 2; - LegacyOrderPrice legacy_order_price_v1 = 3 [ (gogoproto.nullable) = false ]; + LegacyOrderPriceV1 legacy_order_price_v1 = 3 [ (gogoproto.nullable) = false ]; string order_price = 4 [ (cosmos_proto.scalar) = "cosmos.Dec", (gogoproto.customtype) = "cosmossdk.io/math.LegacyDec", @@ -88,7 +88,7 @@ message MsgCreatePerpetualOpenOrder { option (cosmos.msg.v1.signer) = "owner_address"; option (amino.name) = "tradeshield/MsgCreatePerpetualOpenOrder"; string owner_address = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ]; - LegacyTriggerPrice legacy_trigger_price_v1 = 2 + LegacyTriggerPriceV1 legacy_trigger_price_v1 = 2 [ (gogoproto.nullable) = false ]; string trigger_price = 10 [ (cosmos_proto.scalar) = "cosmos.Dec", @@ -122,7 +122,7 @@ message MsgCreatePerpetualCloseOrder { option (cosmos.msg.v1.signer) = "owner_address"; option (amino.name) = "tradeshield/CreatePerpetualCloseOrder"; string owner_address = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ]; - LegacyTriggerPrice legacy_trigger_price_v1 = 2 + LegacyTriggerPriceV1 legacy_trigger_price_v1 = 2 [ (gogoproto.nullable) = false ]; string trigger_price = 4 [ (cosmos_proto.scalar) = "cosmos.Dec", @@ -139,7 +139,7 @@ message MsgUpdatePerpetualOrder { option (amino.name) = "tradeshield/MsgUpdatePerpetualOrder"; string owner_address = 1 [ (cosmos_proto.scalar) = "cosmos.AddressString" ]; uint64 order_id = 2; - LegacyTriggerPrice legacy_trigger_price_v1 = 3 + LegacyTriggerPriceV1 legacy_trigger_price_v1 = 3 [ (gogoproto.nullable) = false ]; string trigger_price = 4 [ (cosmos_proto.scalar) = "cosmos.Dec", diff --git a/proto/elys/tradeshield/types.proto b/proto/elys/tradeshield/types.proto index 52f72723d..a7b8feeb4 100644 --- a/proto/elys/tradeshield/types.proto +++ b/proto/elys/tradeshield/types.proto @@ -24,7 +24,7 @@ message Date { message SpotOrder { SpotOrderType order_type = 1; uint64 order_id = 2; - LegacyOrderPrice legacy_order_price_v1 = 3 [ (gogoproto.nullable) = false ]; + LegacyOrderPriceV1 legacy_order_price_v1 = 3 [ (gogoproto.nullable) = false ]; string order_price = 9 [ (cosmos_proto.scalar) = "cosmos.Dec", (gogoproto.customtype) = "cosmossdk.io/math.LegacyDec", @@ -50,7 +50,7 @@ message PerpetualOrder { string owner_address = 2; PerpetualOrderType perpetual_order_type = 3; PerpetualPosition position = 4; - LegacyTriggerPrice legacy_trigger_price_v1 = 5 + LegacyTriggerPriceV1 legacy_trigger_price_v1 = 5 [ (gogoproto.nullable) = false ]; string trigger_price = 14 [ (cosmos_proto.scalar) = "cosmos.Dec", diff --git a/x/tradeshield/keeper/pending_perpetual_order.go b/x/tradeshield/keeper/pending_perpetual_order.go index e6a1b082b..716641656 100644 --- a/x/tradeshield/keeper/pending_perpetual_order.go +++ b/x/tradeshield/keeper/pending_perpetual_order.go @@ -160,7 +160,7 @@ func (k Keeper) SetAllLegacyPerpetualTriggerPriceToNewTriggerPriceStructure(ctx var order types.PerpetualOrder k.cdc.MustUnmarshal(iterator.Value(), &order) order.TriggerPrice = order.LegacyTriggerPriceV1.Rate - order.LegacyTriggerPriceV1 = types.LegacyTriggerPrice{} + order.LegacyTriggerPriceV1 = types.LegacyTriggerPriceV1{} store.Set(iterator.Key(), k.cdc.MustMarshal(&order)) } } diff --git a/x/tradeshield/keeper/pending_perpetual_order_test.go b/x/tradeshield/keeper/pending_perpetual_order_test.go index 7b36f3958..ab7514afb 100644 --- a/x/tradeshield/keeper/pending_perpetual_order_test.go +++ b/x/tradeshield/keeper/pending_perpetual_order_test.go @@ -18,7 +18,7 @@ func (suite *TradeshieldKeeperTestSuite) createNPendingPerpetualOrder(n int) []t OwnerAddress: fmt.Sprintf("address%d", i), PerpetualOrderType: types.PerpetualOrderType_LIMITCLOSE, Position: types.PerpetualPosition_LONG, - LegacyTriggerPriceV1: types.LegacyTriggerPrice{ + LegacyTriggerPriceV1: types.LegacyTriggerPriceV1{ Rate: math.LegacyNewDec(1), }, TriggerPrice: math.LegacyNewDec(1), diff --git a/x/tradeshield/keeper/pending_spot_order.go b/x/tradeshield/keeper/pending_spot_order.go index 5d727874a..b6bf4e286 100644 --- a/x/tradeshield/keeper/pending_spot_order.go +++ b/x/tradeshield/keeper/pending_spot_order.go @@ -193,7 +193,7 @@ func (k Keeper) SetAllLegacySpotOrderPriceToNewOrderPriceStructure(ctx sdk.Conte var order types.SpotOrder k.cdc.MustUnmarshal(iterator.Value(), &order) order.OrderPrice = order.LegacyOrderPriceV1.Rate - order.LegacyOrderPriceV1 = types.LegacyOrderPrice{} + order.LegacyOrderPriceV1 = types.LegacyOrderPriceV1{} store.Set(iterator.Key(), k.cdc.MustMarshal(&order)) } } diff --git a/x/tradeshield/keeper/pending_spot_order_test.go b/x/tradeshield/keeper/pending_spot_order_test.go index a75a3d5f9..187b6226b 100644 --- a/x/tradeshield/keeper/pending_spot_order_test.go +++ b/x/tradeshield/keeper/pending_spot_order_test.go @@ -23,7 +23,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingSpotOrderGet() { for _, item := range items { got, found := suite.app.TradeshieldKeeper.GetPendingSpotOrder(suite.ctx, item.OrderId) item.OrderPrice = math.LegacyZeroDec() - item.LegacyOrderPriceV1 = types.LegacyOrderPrice{ + item.LegacyOrderPriceV1 = types.LegacyOrderPriceV1{ Rate: math.LegacyZeroDec(), } suite.Require().True(found) diff --git a/x/tradeshield/keeper/query_pending_perpetual_order_for_address_test.go b/x/tradeshield/keeper/query_pending_perpetual_order_for_address_test.go index 8e44a78b3..67318e4cf 100644 --- a/x/tradeshield/keeper/query_pending_perpetual_order_for_address_test.go +++ b/x/tradeshield/keeper/query_pending_perpetual_order_for_address_test.go @@ -36,7 +36,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingPerpetualOrderForAddress() { OwnerAddress: ownerAddress, PerpetualOrderType: types.PerpetualOrderType_LIMITCLOSE, Position: types.PerpetualPosition_LONG, - LegacyTriggerPriceV1: types.LegacyTriggerPrice{ + LegacyTriggerPriceV1: types.LegacyTriggerPriceV1{ Rate: math.LegacyZeroDec(), }, TriggerPrice: math.LegacyNewDec(1), @@ -61,7 +61,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingPerpetualOrderForAddress() { PerpetualOrderType: types.PerpetualOrderType_LIMITCLOSE, Position: types.PerpetualPosition_LONG, TriggerPrice: math.LegacyNewDec(2), - LegacyTriggerPriceV1: types.LegacyTriggerPrice{ + LegacyTriggerPriceV1: types.LegacyTriggerPriceV1{ Rate: math.LegacyZeroDec(), }, Collateral: sdk.Coin{Denom: "uatom", Amount: math.NewInt(10)}, diff --git a/x/tradeshield/keeper/query_pending_perpetual_order_test.go b/x/tradeshield/keeper/query_pending_perpetual_order_test.go index 641ff3474..46f759463 100644 --- a/x/tradeshield/keeper/query_pending_perpetual_order_test.go +++ b/x/tradeshield/keeper/query_pending_perpetual_order_test.go @@ -15,7 +15,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingPerpetualtOrder() { OwnerAddress: "valid_address", OrderId: 1, PerpetualOrderType: types.PerpetualOrderType_LIMITOPEN, - LegacyTriggerPriceV1: types.LegacyTriggerPrice{ + LegacyTriggerPriceV1: types.LegacyTriggerPriceV1{ Rate: math.LegacyNewDec(1), }, TriggerPrice: math.LegacyMustNewDecFromStr("10"), @@ -78,7 +78,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingPerpetualOrderAll() { OwnerAddress: "valid_address", OrderId: 1, PerpetualOrderType: types.PerpetualOrderType_LIMITOPEN, - LegacyTriggerPriceV1: types.LegacyTriggerPrice{ + LegacyTriggerPriceV1: types.LegacyTriggerPriceV1{ Rate: math.LegacyZeroDec(), }, TriggerPrice: math.LegacyMustNewDecFromStr("10"), diff --git a/x/tradeshield/keeper/query_pending_spot_order_for_address_test.go b/x/tradeshield/keeper/query_pending_spot_order_for_address_test.go index 4367a26e3..ea59f98e3 100644 --- a/x/tradeshield/keeper/query_pending_spot_order_for_address_test.go +++ b/x/tradeshield/keeper/query_pending_spot_order_for_address_test.go @@ -14,7 +14,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingSpotOrderForAddress() { OrderId: 1, OwnerAddress: "valid_address", OrderType: types.SpotOrderType_LIMITBUY, - LegacyOrderPriceV1: types.LegacyOrderPrice{ + LegacyOrderPriceV1: types.LegacyOrderPriceV1{ Rate: math.LegacyNewDec(1), }, OrderPrice: math.LegacyNewDec(1), @@ -27,7 +27,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingSpotOrderForAddress() { OrderId: 2, OwnerAddress: "valid_address", OrderType: types.SpotOrderType_LIMITBUY, - LegacyOrderPriceV1: types.LegacyOrderPrice{ + LegacyOrderPriceV1: types.LegacyOrderPriceV1{ Rate: math.LegacyNewDec(1), }, OrderPrice: math.LegacyNewDec(1), diff --git a/x/tradeshield/keeper/query_pending_spot_order_test.go b/x/tradeshield/keeper/query_pending_spot_order_test.go index 7d3bfb1d7..1d2e789bb 100644 --- a/x/tradeshield/keeper/query_pending_spot_order_test.go +++ b/x/tradeshield/keeper/query_pending_spot_order_test.go @@ -15,7 +15,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingSpotOrder() { OrderId: 1, OwnerAddress: "valid_address", OrderType: types.SpotOrderType_LIMITBUY, - LegacyOrderPriceV1: types.LegacyOrderPrice{ + LegacyOrderPriceV1: types.LegacyOrderPriceV1{ Rate: math.LegacyNewDec(1), }, OrderPrice: math.LegacyNewDec(1), @@ -69,7 +69,7 @@ func (suite *TradeshieldKeeperTestSuite) TestPendingSpotOrderAll() { OrderId: 1, OwnerAddress: "valid_address", OrderType: types.SpotOrderType_LIMITBUY, - LegacyOrderPriceV1: types.LegacyOrderPrice{ + LegacyOrderPriceV1: types.LegacyOrderPriceV1{ Rate: math.LegacyNewDec(1), }, OrderPrice: math.LegacyNewDec(1), diff --git a/x/tradeshield/types/order.pb.go b/x/tradeshield/types/order.pb.go index 03a2fd4ad..26d636eb9 100644 --- a/x/tradeshield/types/order.pb.go +++ b/x/tradeshield/types/order.pb.go @@ -86,24 +86,24 @@ func (PerpetualPosition) EnumDescriptor() ([]byte, []int) { return fileDescriptor_b257e09947c1671a, []int{1} } -type LegacyOrderPrice struct { +type LegacyOrderPriceV1 struct { BaseDenom string `protobuf:"bytes,1,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"` QuoteDenom string `protobuf:"bytes,2,opt,name=quote_denom,json=quoteDenom,proto3" json:"quote_denom,omitempty"` Rate cosmossdk_io_math.LegacyDec `protobuf:"bytes,3,opt,name=rate,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"rate"` } -func (m *LegacyOrderPrice) Reset() { *m = LegacyOrderPrice{} } -func (m *LegacyOrderPrice) String() string { return proto.CompactTextString(m) } -func (*LegacyOrderPrice) ProtoMessage() {} -func (*LegacyOrderPrice) Descriptor() ([]byte, []int) { +func (m *LegacyOrderPriceV1) Reset() { *m = LegacyOrderPriceV1{} } +func (m *LegacyOrderPriceV1) String() string { return proto.CompactTextString(m) } +func (*LegacyOrderPriceV1) ProtoMessage() {} +func (*LegacyOrderPriceV1) Descriptor() ([]byte, []int) { return fileDescriptor_b257e09947c1671a, []int{0} } -func (m *LegacyOrderPrice) XXX_Unmarshal(b []byte) error { +func (m *LegacyOrderPriceV1) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *LegacyOrderPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *LegacyOrderPriceV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { - return xxx_messageInfo_LegacyOrderPrice.Marshal(b, m, deterministic) + return xxx_messageInfo_LegacyOrderPriceV1.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) @@ -113,49 +113,49 @@ func (m *LegacyOrderPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, er return b[:n], nil } } -func (m *LegacyOrderPrice) XXX_Merge(src proto.Message) { - xxx_messageInfo_LegacyOrderPrice.Merge(m, src) +func (m *LegacyOrderPriceV1) XXX_Merge(src proto.Message) { + xxx_messageInfo_LegacyOrderPriceV1.Merge(m, src) } -func (m *LegacyOrderPrice) XXX_Size() int { +func (m *LegacyOrderPriceV1) XXX_Size() int { return m.Size() } -func (m *LegacyOrderPrice) XXX_DiscardUnknown() { - xxx_messageInfo_LegacyOrderPrice.DiscardUnknown(m) +func (m *LegacyOrderPriceV1) XXX_DiscardUnknown() { + xxx_messageInfo_LegacyOrderPriceV1.DiscardUnknown(m) } -var xxx_messageInfo_LegacyOrderPrice proto.InternalMessageInfo +var xxx_messageInfo_LegacyOrderPriceV1 proto.InternalMessageInfo -func (m *LegacyOrderPrice) GetBaseDenom() string { +func (m *LegacyOrderPriceV1) GetBaseDenom() string { if m != nil { return m.BaseDenom } return "" } -func (m *LegacyOrderPrice) GetQuoteDenom() string { +func (m *LegacyOrderPriceV1) GetQuoteDenom() string { if m != nil { return m.QuoteDenom } return "" } -type LegacyTriggerPrice struct { +type LegacyTriggerPriceV1 struct { TradingAssetDenom string `protobuf:"bytes,1,opt,name=trading_asset_denom,json=tradingAssetDenom,proto3" json:"trading_asset_denom,omitempty"` Rate cosmossdk_io_math.LegacyDec `protobuf:"bytes,3,opt,name=rate,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"rate"` } -func (m *LegacyTriggerPrice) Reset() { *m = LegacyTriggerPrice{} } -func (m *LegacyTriggerPrice) String() string { return proto.CompactTextString(m) } -func (*LegacyTriggerPrice) ProtoMessage() {} -func (*LegacyTriggerPrice) Descriptor() ([]byte, []int) { +func (m *LegacyTriggerPriceV1) Reset() { *m = LegacyTriggerPriceV1{} } +func (m *LegacyTriggerPriceV1) String() string { return proto.CompactTextString(m) } +func (*LegacyTriggerPriceV1) ProtoMessage() {} +func (*LegacyTriggerPriceV1) Descriptor() ([]byte, []int) { return fileDescriptor_b257e09947c1671a, []int{1} } -func (m *LegacyTriggerPrice) XXX_Unmarshal(b []byte) error { +func (m *LegacyTriggerPriceV1) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *LegacyTriggerPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *LegacyTriggerPriceV1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { - return xxx_messageInfo_LegacyTriggerPrice.Marshal(b, m, deterministic) + return xxx_messageInfo_LegacyTriggerPriceV1.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) @@ -165,19 +165,19 @@ func (m *LegacyTriggerPrice) XXX_Marshal(b []byte, deterministic bool) ([]byte, return b[:n], nil } } -func (m *LegacyTriggerPrice) XXX_Merge(src proto.Message) { - xxx_messageInfo_LegacyTriggerPrice.Merge(m, src) +func (m *LegacyTriggerPriceV1) XXX_Merge(src proto.Message) { + xxx_messageInfo_LegacyTriggerPriceV1.Merge(m, src) } -func (m *LegacyTriggerPrice) XXX_Size() int { +func (m *LegacyTriggerPriceV1) XXX_Size() int { return m.Size() } -func (m *LegacyTriggerPrice) XXX_DiscardUnknown() { - xxx_messageInfo_LegacyTriggerPrice.DiscardUnknown(m) +func (m *LegacyTriggerPriceV1) XXX_DiscardUnknown() { + xxx_messageInfo_LegacyTriggerPriceV1.DiscardUnknown(m) } -var xxx_messageInfo_LegacyTriggerPrice proto.InternalMessageInfo +var xxx_messageInfo_LegacyTriggerPriceV1 proto.InternalMessageInfo -func (m *LegacyTriggerPrice) GetTradingAssetDenom() string { +func (m *LegacyTriggerPriceV1) GetTradingAssetDenom() string { if m != nil { return m.TradingAssetDenom } @@ -187,45 +187,45 @@ func (m *LegacyTriggerPrice) GetTradingAssetDenom() string { func init() { proto.RegisterEnum("elys.tradeshield.SpotOrderType", SpotOrderType_name, SpotOrderType_value) proto.RegisterEnum("elys.tradeshield.PerpetualPosition", PerpetualPosition_name, PerpetualPosition_value) - proto.RegisterType((*LegacyOrderPrice)(nil), "elys.tradeshield.LegacyOrderPrice") - proto.RegisterType((*LegacyTriggerPrice)(nil), "elys.tradeshield.LegacyTriggerPrice") + proto.RegisterType((*LegacyOrderPriceV1)(nil), "elys.tradeshield.LegacyOrderPriceV1") + proto.RegisterType((*LegacyTriggerPriceV1)(nil), "elys.tradeshield.LegacyTriggerPriceV1") } func init() { proto.RegisterFile("elys/tradeshield/order.proto", fileDescriptor_b257e09947c1671a) } var fileDescriptor_b257e09947c1671a = []byte{ - // 436 bytes of a gzipped FileDescriptorProto + // 439 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0xc7, 0xe3, 0x6e, 0xa0, 0xd5, 0x63, 0x22, 0x33, 0x1c, 0xc6, 0x80, 0x14, 0xed, 0x84, 0x26, - 0x2d, 0xa6, 0xe2, 0xc4, 0x71, 0xa5, 0x01, 0x02, 0xd9, 0x12, 0x35, 0xd9, 0x01, 0x2e, 0x55, 0x9a, - 0x3c, 0xa5, 0xd6, 0xda, 0x38, 0xd8, 0x2e, 0x90, 0xcf, 0xc0, 0x85, 0x2b, 0xdf, 0x83, 0x0f, 0xb1, - 0xe3, 0xc4, 0x09, 0x71, 0x98, 0x50, 0xfb, 0x45, 0x90, 0xed, 0x4e, 0x62, 0x77, 0x6e, 0xfe, 0xbf, - 0xdf, 0x7b, 0x7e, 0x7f, 0x3d, 0xfd, 0xf1, 0x23, 0x98, 0xb5, 0x92, 0x2a, 0x91, 0x97, 0x20, 0xa7, - 0x0c, 0x66, 0x25, 0xe5, 0xa2, 0x04, 0xe1, 0x37, 0x82, 0x2b, 0x4e, 0x5c, 0x4d, 0xfd, 0x7f, 0xe8, - 0xfe, 0xfd, 0x8a, 0x57, 0xdc, 0x40, 0xaa, 0x5f, 0xb6, 0x6f, 0xdf, 0x2b, 0xb8, 0x9c, 0x73, 0x49, - 0x27, 0xb9, 0x04, 0xfa, 0xa9, 0x3f, 0x01, 0x95, 0xf7, 0x69, 0xc1, 0x59, 0xbd, 0xe6, 0x0f, 0x2c, - 0x1f, 0xdb, 0x41, 0x2b, 0x2c, 0x3a, 0xf8, 0x8e, 0xb0, 0x1b, 0x41, 0x95, 0x17, 0x6d, 0xac, 0x17, - 0x27, 0x82, 0x15, 0x40, 0x1e, 0x63, 0xac, 0xbf, 0x1a, 0x97, 0x50, 0xf3, 0xf9, 0x1e, 0x7a, 0x82, - 0x9e, 0x76, 0x47, 0x5d, 0x5d, 0x19, 0xea, 0x02, 0xe9, 0xe1, 0xed, 0x8f, 0x0b, 0xae, 0xae, 0x79, - 0xc7, 0x70, 0x6c, 0x4a, 0xb6, 0x21, 0xc0, 0x9b, 0x22, 0x57, 0xb0, 0xb7, 0xa1, 0xc9, 0xa0, 0x7f, - 0x71, 0xd5, 0x73, 0x7e, 0x5f, 0xf5, 0x1e, 0xda, 0xc5, 0xb2, 0x3c, 0xf7, 0x19, 0xa7, 0xf3, 0x5c, - 0x4d, 0x7d, 0xbb, 0x79, 0x08, 0xc5, 0xcf, 0x1f, 0x47, 0x78, 0xed, 0x6b, 0x08, 0xc5, 0xc8, 0x8c, - 0x1f, 0x7c, 0x45, 0x98, 0xd8, 0x8e, 0x4c, 0xb0, 0xaa, 0xba, 0x76, 0xe7, 0xe3, 0x7b, 0xfa, 0x24, - 0xac, 0xae, 0xc6, 0xb9, 0x94, 0xa0, 0x6e, 0xd8, 0xdc, 0x5d, 0xa3, 0x63, 0x4d, 0xfe, 0xa7, 0x9b, - 0xc3, 0x10, 0xef, 0xa4, 0x0d, 0x57, 0xe6, 0x4c, 0x59, 0xdb, 0x00, 0xb9, 0x83, 0xb7, 0xd2, 0x2c, - 0x4e, 0xa2, 0x38, 0x4d, 0x5d, 0x87, 0xec, 0xe0, 0x6e, 0x14, 0x9e, 0x84, 0x59, 0x1a, 0x44, 0x91, - 0x8b, 0x34, 0x34, 0x72, 0x70, 0xf6, 0xde, 0xed, 0x68, 0x78, 0x72, 0x3c, 0x7a, 0x17, 0x18, 0xb9, - 0x71, 0xf8, 0x02, 0xef, 0x26, 0x20, 0x1a, 0x50, 0x8b, 0x7c, 0x96, 0x70, 0xc9, 0x14, 0xe3, 0x35, - 0xb9, 0x8b, 0xb7, 0xcf, 0x4e, 0xd3, 0x24, 0x78, 0x19, 0xbe, 0x0a, 0x83, 0xa1, 0xeb, 0x90, 0x2d, - 0xbc, 0x19, 0xc5, 0xa7, 0xaf, 0x5d, 0x44, 0xba, 0xf8, 0x56, 0xfa, 0x26, 0x1e, 0x65, 0x6e, 0x67, - 0xf0, 0xf6, 0x62, 0xe9, 0xa1, 0xcb, 0xa5, 0x87, 0xfe, 0x2c, 0x3d, 0xf4, 0x6d, 0xe5, 0x39, 0x97, - 0x2b, 0xcf, 0xf9, 0xb5, 0xf2, 0x9c, 0x0f, 0xcf, 0x2a, 0xa6, 0xa6, 0x8b, 0x89, 0x5f, 0xf0, 0x39, - 0xd5, 0xb9, 0x39, 0xaa, 0x41, 0x7d, 0xe6, 0xe2, 0xdc, 0x08, 0xfa, 0xe5, 0x46, 0xc8, 0x54, 0xdb, - 0x80, 0x9c, 0xdc, 0x36, 0x11, 0x78, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0x4a, 0x6e, 0x77, 0x71, - 0x85, 0x02, 0x00, 0x00, -} - -func (m *LegacyOrderPrice) Marshal() (dAtA []byte, err error) { + 0x14, 0xc7, 0xe3, 0x6e, 0xa0, 0xd5, 0x63, 0x22, 0x33, 0x3b, 0x8c, 0x01, 0x29, 0xda, 0x09, 0x4d, + 0x5a, 0x4c, 0xc5, 0x89, 0xe3, 0x4a, 0x03, 0x04, 0xb2, 0x25, 0x6a, 0x32, 0x24, 0xb8, 0x54, 0x69, + 0xf2, 0x94, 0x5a, 0x6b, 0xe3, 0x60, 0xbb, 0x40, 0x3f, 0x04, 0x12, 0x77, 0xbe, 0x06, 0x1f, 0x62, + 0xc7, 0x89, 0x13, 0xe2, 0x30, 0xa1, 0xf6, 0x8b, 0x20, 0xdb, 0x45, 0xd0, 0x3b, 0x37, 0xff, 0xdf, + 0xef, 0x3d, 0xbf, 0xbf, 0x9e, 0xfe, 0xf8, 0x3e, 0x4c, 0xe6, 0x92, 0x2a, 0x91, 0x97, 0x20, 0xc7, + 0x0c, 0x26, 0x25, 0xe5, 0xa2, 0x04, 0xe1, 0x37, 0x82, 0x2b, 0x4e, 0x5c, 0x4d, 0xfd, 0x7f, 0xe8, + 0xc1, 0x5e, 0xc5, 0x2b, 0x6e, 0x20, 0xd5, 0x2f, 0xdb, 0x77, 0xe0, 0x15, 0x5c, 0x4e, 0xb9, 0xa4, + 0xa3, 0x5c, 0x02, 0xfd, 0xd0, 0x1d, 0x81, 0xca, 0xbb, 0xb4, 0xe0, 0xac, 0x5e, 0xf1, 0xbb, 0x96, + 0x0f, 0xed, 0xa0, 0x15, 0x16, 0x1d, 0x7e, 0x45, 0x98, 0x44, 0x50, 0xe5, 0xc5, 0x3c, 0xd6, 0x8b, + 0x13, 0xc1, 0x0a, 0x78, 0xd3, 0x25, 0x0f, 0x30, 0xd6, 0x9f, 0x0d, 0x4b, 0xa8, 0xf9, 0x74, 0x1f, + 0x3d, 0x44, 0x8f, 0xda, 0x83, 0xb6, 0xae, 0xf4, 0x75, 0x81, 0x74, 0xf0, 0xf6, 0xfb, 0x19, 0x57, + 0x7f, 0x78, 0xcb, 0x70, 0x6c, 0x4a, 0xb6, 0x21, 0xc0, 0x9b, 0x22, 0x57, 0xb0, 0xbf, 0xa1, 0x49, + 0xaf, 0x7b, 0x79, 0xdd, 0x71, 0x7e, 0x5e, 0x77, 0xee, 0xd9, 0xd5, 0xb2, 0xbc, 0xf0, 0x19, 0xa7, + 0xd3, 0x5c, 0x8d, 0x7d, 0xbb, 0xbb, 0x0f, 0xc5, 0xf7, 0x6f, 0xc7, 0x78, 0xe5, 0xac, 0x0f, 0xc5, + 0xc0, 0x8c, 0x1f, 0x7e, 0x46, 0x78, 0xcf, 0x76, 0x64, 0x82, 0x55, 0xd5, 0x5f, 0x7f, 0x3e, 0xbe, + 0xa3, 0xcf, 0xc2, 0xea, 0x6a, 0x98, 0x4b, 0x09, 0x6a, 0xcd, 0xe8, 0xee, 0x0a, 0x9d, 0x68, 0xf2, + 0x3f, 0xfd, 0x1c, 0x85, 0x78, 0x27, 0x6d, 0xb8, 0x32, 0xa7, 0xca, 0xe6, 0x0d, 0x90, 0x5b, 0x78, + 0x2b, 0xcd, 0xe2, 0x24, 0x8a, 0xd3, 0xd4, 0x75, 0xc8, 0x0e, 0x6e, 0x47, 0xe1, 0x69, 0x98, 0xa5, + 0x41, 0x14, 0xb9, 0x48, 0x43, 0x23, 0x7b, 0xe7, 0x6f, 0xdd, 0x96, 0x86, 0xa7, 0x27, 0x83, 0xd7, + 0x81, 0x91, 0x1b, 0x47, 0x4f, 0xf1, 0x6e, 0x02, 0xa2, 0x01, 0x35, 0xcb, 0x27, 0x09, 0x97, 0x4c, + 0x31, 0x5e, 0x93, 0xdb, 0x78, 0xfb, 0xfc, 0x2c, 0x4d, 0x82, 0x67, 0xe1, 0xf3, 0x30, 0xe8, 0xbb, + 0x0e, 0xd9, 0xc2, 0x9b, 0x51, 0x7c, 0xf6, 0xc2, 0x45, 0xa4, 0x8d, 0x6f, 0xa4, 0x2f, 0xe3, 0x41, + 0xe6, 0xb6, 0x7a, 0xaf, 0x2e, 0x17, 0x1e, 0xba, 0x5a, 0x78, 0xe8, 0xd7, 0xc2, 0x43, 0x5f, 0x96, + 0x9e, 0x73, 0xb5, 0xf4, 0x9c, 0x1f, 0x4b, 0xcf, 0x79, 0xf7, 0xb8, 0x62, 0x6a, 0x3c, 0x1b, 0xf9, + 0x05, 0x9f, 0x52, 0x9d, 0x9d, 0xe3, 0x1a, 0xd4, 0x47, 0x2e, 0x2e, 0x8c, 0xa0, 0x9f, 0xd6, 0x82, + 0xa6, 0xe6, 0x0d, 0xc8, 0xd1, 0x4d, 0x13, 0x83, 0x27, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xdf, + 0x81, 0x9c, 0x06, 0x89, 0x02, 0x00, 0x00, +} + +func (m *LegacyOrderPriceV1) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -235,12 +235,12 @@ func (m *LegacyOrderPrice) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *LegacyOrderPrice) MarshalTo(dAtA []byte) (int, error) { +func (m *LegacyOrderPriceV1) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *LegacyOrderPrice) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *LegacyOrderPriceV1) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -272,7 +272,7 @@ func (m *LegacyOrderPrice) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *LegacyTriggerPrice) Marshal() (dAtA []byte, err error) { +func (m *LegacyTriggerPriceV1) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -282,12 +282,12 @@ func (m *LegacyTriggerPrice) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *LegacyTriggerPrice) MarshalTo(dAtA []byte) (int, error) { +func (m *LegacyTriggerPriceV1) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *LegacyTriggerPrice) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *LegacyTriggerPriceV1) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -323,7 +323,7 @@ func encodeVarintOrder(dAtA []byte, offset int, v uint64) int { dAtA[offset] = uint8(v) return base } -func (m *LegacyOrderPrice) Size() (n int) { +func (m *LegacyOrderPriceV1) Size() (n int) { if m == nil { return 0 } @@ -342,7 +342,7 @@ func (m *LegacyOrderPrice) Size() (n int) { return n } -func (m *LegacyTriggerPrice) Size() (n int) { +func (m *LegacyTriggerPriceV1) Size() (n int) { if m == nil { return 0 } @@ -363,7 +363,7 @@ func sovOrder(x uint64) (n int) { func sozOrder(x uint64) (n int) { return sovOrder(uint64((x << 1) ^ uint64((int64(x) >> 63)))) } -func (m *LegacyOrderPrice) Unmarshal(dAtA []byte) error { +func (m *LegacyOrderPriceV1) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -386,10 +386,10 @@ func (m *LegacyOrderPrice) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: LegacyOrderPrice: wiretype end group for non-group") + return fmt.Errorf("proto: LegacyOrderPriceV1: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: LegacyOrderPrice: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: LegacyOrderPriceV1: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -511,7 +511,7 @@ func (m *LegacyOrderPrice) Unmarshal(dAtA []byte) error { } return nil } -func (m *LegacyTriggerPrice) Unmarshal(dAtA []byte) error { +func (m *LegacyTriggerPriceV1) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -534,10 +534,10 @@ func (m *LegacyTriggerPrice) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: LegacyTriggerPrice: wiretype end group for non-group") + return fmt.Errorf("proto: LegacyTriggerPriceV1: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: LegacyTriggerPrice: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: LegacyTriggerPriceV1: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: diff --git a/x/tradeshield/types/tx.pb.go b/x/tradeshield/types/tx.pb.go index 1f3275b16..0eef7c7f1 100644 --- a/x/tradeshield/types/tx.pb.go +++ b/x/tradeshield/types/tx.pb.go @@ -35,7 +35,7 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package type MsgCreateSpotOrder struct { OrderType SpotOrderType `protobuf:"varint,1,opt,name=order_type,json=orderType,proto3,enum=elys.tradeshield.SpotOrderType" json:"order_type,omitempty"` - LegacyOrderPriceV1 LegacyOrderPrice `protobuf:"bytes,2,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1"` + LegacyOrderPriceV1 LegacyOrderPriceV1 `protobuf:"bytes,2,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1"` OrderPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,6,opt,name=order_price,json=orderPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"order_price"` OrderAmount types.Coin `protobuf:"bytes,3,opt,name=order_amount,json=orderAmount,proto3" json:"order_amount"` OwnerAddress string `protobuf:"bytes,4,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` @@ -82,11 +82,11 @@ func (m *MsgCreateSpotOrder) GetOrderType() SpotOrderType { return SpotOrderType_STOPLOSS } -func (m *MsgCreateSpotOrder) GetLegacyOrderPriceV1() LegacyOrderPrice { +func (m *MsgCreateSpotOrder) GetLegacyOrderPriceV1() LegacyOrderPriceV1 { if m != nil { return m.LegacyOrderPriceV1 } - return LegacyOrderPrice{} + return LegacyOrderPriceV1{} } func (m *MsgCreateSpotOrder) GetOrderAmount() types.Coin { @@ -157,7 +157,7 @@ func (m *MsgCreateSpotOrderResponse) GetOrderId() uint64 { type MsgUpdateSpotOrder struct { OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - LegacyOrderPriceV1 LegacyOrderPrice `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1"` + LegacyOrderPriceV1 LegacyOrderPriceV1 `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1"` OrderPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,4,opt,name=order_price,json=orderPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"order_price"` } @@ -208,11 +208,11 @@ func (m *MsgUpdateSpotOrder) GetOrderId() uint64 { return 0 } -func (m *MsgUpdateSpotOrder) GetLegacyOrderPriceV1() LegacyOrderPrice { +func (m *MsgUpdateSpotOrder) GetLegacyOrderPriceV1() LegacyOrderPriceV1 { if m != nil { return m.LegacyOrderPriceV1 } - return LegacyOrderPrice{} + return LegacyOrderPriceV1{} } type MsgUpdateSpotOrderResponse struct { @@ -437,7 +437,7 @@ var xxx_messageInfo_MsgCancelSpotOrdersResponse proto.InternalMessageInfo type MsgCreatePerpetualOpenOrder struct { OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - LegacyTriggerPriceV1 LegacyTriggerPrice `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` + LegacyTriggerPriceV1 LegacyTriggerPriceV1 `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` TriggerPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,10,opt,name=trigger_price,json=triggerPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"trigger_price"` Collateral types.Coin `protobuf:"bytes,3,opt,name=collateral,proto3" json:"collateral"` TradingAsset string `protobuf:"bytes,4,opt,name=trading_asset,json=tradingAsset,proto3" json:"trading_asset,omitempty"` @@ -488,11 +488,11 @@ func (m *MsgCreatePerpetualOpenOrder) GetOwnerAddress() string { return "" } -func (m *MsgCreatePerpetualOpenOrder) GetLegacyTriggerPriceV1() LegacyTriggerPrice { +func (m *MsgCreatePerpetualOpenOrder) GetLegacyTriggerPriceV1() LegacyTriggerPriceV1 { if m != nil { return m.LegacyTriggerPriceV1 } - return LegacyTriggerPrice{} + return LegacyTriggerPriceV1{} } func (m *MsgCreatePerpetualOpenOrder) GetCollateral() types.Coin { @@ -569,7 +569,7 @@ func (m *MsgCreatePerpetualOpenOrderResponse) GetOrderId() uint64 { type MsgCreatePerpetualCloseOrder struct { OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` - LegacyTriggerPriceV1 LegacyTriggerPrice `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` + LegacyTriggerPriceV1 LegacyTriggerPriceV1 `protobuf:"bytes,2,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` TriggerPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,4,opt,name=trigger_price,json=triggerPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"trigger_price"` PositionId uint64 `protobuf:"varint,3,opt,name=position_id,json=positionId,proto3" json:"position_id,omitempty"` } @@ -614,11 +614,11 @@ func (m *MsgCreatePerpetualCloseOrder) GetOwnerAddress() string { return "" } -func (m *MsgCreatePerpetualCloseOrder) GetLegacyTriggerPriceV1() LegacyTriggerPrice { +func (m *MsgCreatePerpetualCloseOrder) GetLegacyTriggerPriceV1() LegacyTriggerPriceV1 { if m != nil { return m.LegacyTriggerPriceV1 } - return LegacyTriggerPrice{} + return LegacyTriggerPriceV1{} } func (m *MsgCreatePerpetualCloseOrder) GetPositionId() uint64 { @@ -675,7 +675,7 @@ func (m *MsgCreatePerpetualCloseOrderResponse) GetOrderId() uint64 { type MsgUpdatePerpetualOrder struct { OwnerAddress string `protobuf:"bytes,1,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - LegacyTriggerPriceV1 LegacyTriggerPrice `protobuf:"bytes,3,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` + LegacyTriggerPriceV1 LegacyTriggerPriceV1 `protobuf:"bytes,3,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` TriggerPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,4,opt,name=trigger_price,json=triggerPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"trigger_price"` } @@ -726,11 +726,11 @@ func (m *MsgUpdatePerpetualOrder) GetOrderId() uint64 { return 0 } -func (m *MsgUpdatePerpetualOrder) GetLegacyTriggerPriceV1() LegacyTriggerPrice { +func (m *MsgUpdatePerpetualOrder) GetLegacyTriggerPriceV1() LegacyTriggerPriceV1 { if m != nil { return m.LegacyTriggerPriceV1 } - return LegacyTriggerPrice{} + return LegacyTriggerPriceV1{} } type MsgUpdatePerpetualOrderResponse struct { @@ -1168,91 +1168,90 @@ func init() { func init() { proto.RegisterFile("elys/tradeshield/tx.proto", fileDescriptor_0534a5eaf85a8c0b) } var fileDescriptor_0534a5eaf85a8c0b = []byte{ - // 1331 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xcf, 0x6f, 0x13, 0xc7, - 0x17, 0xcf, 0xda, 0x26, 0x89, 0x1f, 0x09, 0x09, 0x4b, 0x50, 0xd6, 0x9b, 0x60, 0x87, 0x4d, 0xd0, - 0x37, 0x44, 0x78, 0x8d, 0xfd, 0x15, 0x54, 0x72, 0x29, 0x34, 0x81, 0x1e, 0x52, 0x11, 0x11, 0x19, - 0x8a, 0xd4, 0x5f, 0xb2, 0x36, 0xde, 0xe9, 0x66, 0xc5, 0x7a, 0x67, 0xb5, 0x33, 0x09, 0xf8, 0x86, - 0xda, 0x5b, 0x4f, 0xfd, 0x13, 0xda, 0x43, 0x4f, 0x3d, 0x14, 0xa9, 0xfc, 0x11, 0x48, 0xbd, 0x20, - 0x0e, 0x15, 0xea, 0x01, 0x55, 0x70, 0x40, 0xaa, 0xd4, 0x73, 0xaf, 0xd5, 0xcc, 0xfe, 0x88, 0xd7, - 0xbb, 0xeb, 0x6c, 0x42, 0x40, 0xed, 0x05, 0xb2, 0xf3, 0x3e, 0xf3, 0x99, 0xf7, 0xde, 0xe7, 0xbd, - 0xf9, 0x61, 0x28, 0x21, 0xab, 0x47, 0x6a, 0xd4, 0xd5, 0x74, 0x44, 0xb6, 0x4d, 0x64, 0xe9, 0x35, - 0xfa, 0x40, 0x75, 0x5c, 0x4c, 0xb1, 0x38, 0xcd, 0x4c, 0x6a, 0x9f, 0x49, 0x9e, 0x31, 0xb0, 0x81, - 0xb9, 0xb1, 0xc6, 0xfe, 0xf2, 0x70, 0xf2, 0x7c, 0x8c, 0x02, 0xbb, 0x3a, 0x72, 0x7d, 0xeb, 0x99, - 0x98, 0xd5, 0xd1, 0x5c, 0xad, 0x4b, 0x7c, 0x73, 0xb9, 0x83, 0x49, 0x17, 0x93, 0xda, 0x96, 0x46, - 0x50, 0x6d, 0xb7, 0xbe, 0x85, 0xa8, 0x56, 0xaf, 0x75, 0xb0, 0x69, 0xfb, 0xf6, 0x59, 0xdf, 0xde, - 0x25, 0x46, 0x6d, 0xb7, 0xce, 0xfe, 0xf3, 0x0d, 0x27, 0xb5, 0xae, 0x69, 0xe3, 0x1a, 0xff, 0xd7, - 0x1f, 0x2a, 0x79, 0xd8, 0xb6, 0xe7, 0xa1, 0xf7, 0xe1, 0x99, 0x94, 0xbf, 0xf2, 0x20, 0x6e, 0x10, - 0xe3, 0xba, 0x8b, 0x34, 0x8a, 0x6e, 0x3b, 0x98, 0xde, 0x62, 0x2e, 0x8a, 0x57, 0x01, 0xb8, 0xaf, - 0x6d, 0xda, 0x73, 0x90, 0x24, 0x2c, 0x08, 0xcb, 0x27, 0x1a, 0x15, 0x75, 0x30, 0x6e, 0x35, 0x9c, - 0x70, 0xa7, 0xe7, 0xa0, 0x56, 0x11, 0x07, 0x7f, 0x8a, 0x9f, 0xc3, 0x69, 0x0b, 0x19, 0x5a, 0xa7, - 0xd7, 0xf6, 0x68, 0x1c, 0xd7, 0xec, 0xa0, 0xf6, 0x6e, 0x5d, 0xca, 0x2d, 0x08, 0xcb, 0xc7, 0x1b, - 0x4a, 0x9c, 0xea, 0x26, 0x87, 0x73, 0xb2, 0x4d, 0x06, 0x5e, 0x2b, 0x3c, 0x79, 0x51, 0x19, 0x69, - 0x89, 0xd6, 0xc0, 0xf8, 0xdd, 0xba, 0xd8, 0x82, 0xe3, 0x7d, 0xac, 0xd2, 0xe8, 0x82, 0xb0, 0x5c, - 0x5c, 0xab, 0x33, 0xf8, 0xef, 0x2f, 0x2a, 0x73, 0x5e, 0x78, 0x44, 0xbf, 0xa7, 0x9a, 0xb8, 0xd6, - 0xd5, 0xe8, 0xb6, 0x4f, 0x7d, 0x03, 0x75, 0x9e, 0x3d, 0xae, 0x82, 0x1f, 0xfd, 0x0d, 0xd4, 0x69, - 0x79, 0x21, 0x72, 0x56, 0x71, 0x0d, 0x26, 0x3c, 0x4e, 0xad, 0x8b, 0x77, 0x6c, 0x2a, 0xe5, 0xb9, - 0x9f, 0x25, 0xd5, 0x87, 0x33, 0x15, 0x54, 0x5f, 0x05, 0xf5, 0x3a, 0x36, 0x6d, 0xdf, 0x3d, 0xcf, - 0x91, 0x55, 0x3e, 0x47, 0xfc, 0x00, 0x26, 0xf1, 0x7d, 0x9b, 0x71, 0xe8, 0xba, 0x8b, 0x08, 0x91, - 0x0a, 0xdc, 0x33, 0xe9, 0xd9, 0xe3, 0xea, 0x8c, 0xcf, 0xb3, 0xea, 0x59, 0x6e, 0x53, 0xd7, 0xb4, - 0x8d, 0xd6, 0x04, 0x87, 0xfb, 0x63, 0xe2, 0x05, 0x10, 0xfd, 0x9c, 0x6b, 0xae, 0x81, 0x68, 0x5b, - 0x47, 0x36, 0xee, 0x4a, 0xc7, 0x18, 0x47, 0x6b, 0xda, 0x4b, 0x2d, 0x37, 0xdc, 0x60, 0xe3, 0xcd, - 0x4b, 0x5f, 0xbf, 0x7e, 0xb4, 0x12, 0x5d, 0xef, 0xdb, 0xd7, 0x8f, 0x56, 0xca, 0xfd, 0x05, 0x15, - 0x17, 0x56, 0x79, 0x0f, 0xe4, 0xf8, 0x68, 0x0b, 0x11, 0x07, 0xdb, 0x04, 0x89, 0x25, 0x18, 0xf7, - 0x5c, 0x30, 0x75, 0x2e, 0x7a, 0xa1, 0x35, 0xc6, 0xbf, 0xd7, 0x75, 0xe5, 0xb7, 0x1c, 0x2f, 0x94, - 0x4f, 0x1c, 0x3d, 0x52, 0x28, 0xb1, 0x98, 0x85, 0x03, 0xc5, 0xdc, 0xbf, 0x60, 0x2e, 0xb2, 0x60, - 0x7a, 0x09, 0xe5, 0x8f, 0xbe, 0x84, 0x0a, 0x47, 0x50, 0x42, 0x59, 0x15, 0x19, 0xc8, 0xa0, 0x32, - 0xcf, 0x15, 0x19, 0x18, 0x0d, 0x14, 0x51, 0x7e, 0x14, 0xbc, 0xfe, 0xd4, 0xec, 0x0e, 0xb2, 0xde, - 0x41, 0xda, 0x33, 0xd7, 0x55, 0xd4, 0xa1, 0xa0, 0xae, 0xa2, 0xa3, 0x59, 0xea, 0xea, 0x07, 0x01, - 0x4e, 0xc5, 0x67, 0x12, 0xb1, 0x01, 0x63, 0x1d, 0x56, 0xa5, 0xd8, 0xdd, 0x37, 0xb6, 0x00, 0x28, - 0x2e, 0xc1, 0x09, 0xe2, 0x60, 0xda, 0x0e, 0xd6, 0x22, 0x52, 0x6e, 0x21, 0xbf, 0x5c, 0x68, 0x4d, - 0x90, 0x80, 0x77, 0x5d, 0x27, 0xcd, 0x8b, 0x2c, 0xc2, 0x60, 0x0e, 0x8b, 0xad, 0x32, 0x3c, 0x36, - 0xa2, 0x9c, 0x81, 0xb9, 0x84, 0xe1, 0x50, 0xa3, 0xef, 0x47, 0x3d, 0x3b, 0x6f, 0xaa, 0x4d, 0xe4, - 0x3a, 0x88, 0xee, 0x68, 0xd6, 0x2d, 0x07, 0xd9, 0x47, 0x22, 0x96, 0x06, 0xb3, 0x7e, 0x23, 0x50, - 0xd7, 0x34, 0x8c, 0xf8, 0x6e, 0xba, 0x94, 0xd6, 0x0a, 0x77, 0x3c, 0x7c, 0x7f, 0x33, 0xcc, 0x58, - 0x31, 0xcb, 0xdd, 0xba, 0x78, 0x17, 0x26, 0x23, 0xdc, 0x12, 0x1c, 0xb6, 0x21, 0x26, 0x68, 0x1f, - 0xb3, 0x78, 0x0d, 0xa0, 0x83, 0x2d, 0x4b, 0xa3, 0xc8, 0xd5, 0xac, 0xac, 0x7b, 0x6a, 0xdf, 0x14, - 0x71, 0x91, 0x39, 0xa6, 0xe9, 0xa6, 0x6d, 0xb4, 0x35, 0x42, 0x10, 0xf5, 0x3a, 0x95, 0xad, 0xc2, - 0x07, 0x57, 0xd9, 0x98, 0x78, 0x0d, 0xc6, 0x1d, 0x4c, 0x4c, 0x6a, 0x62, 0x9b, 0x6f, 0x97, 0x27, - 0x1a, 0x8b, 0xf1, 0x8c, 0x84, 0xba, 0x6c, 0xfa, 0xd0, 0x56, 0x38, 0x49, 0xdc, 0x80, 0x71, 0x0b, - 0xed, 0x22, 0x57, 0x33, 0xde, 0xe0, 0x34, 0x09, 0x29, 0xc4, 0x2f, 0xe1, 0x24, 0xd5, 0xee, 0x21, - 0x76, 0xdc, 0x7e, 0x65, 0x52, 0x3f, 0xa3, 0x63, 0x87, 0xe5, 0x9d, 0x62, 0x5c, 0x9b, 0x9c, 0xca, - 0x4b, 0xea, 0xa7, 0x30, 0x45, 0x28, 0x76, 0xda, 0x16, 0x26, 0xc4, 0x27, 0x1f, 0x3f, 0x2c, 0xf9, - 0x24, 0x63, 0xba, 0x89, 0x09, 0xf1, 0xa8, 0x67, 0x61, 0xcc, 0xc1, 0xd8, 0x62, 0x6d, 0x5a, 0xe4, - 0x6d, 0x3a, 0xca, 0x3e, 0xd7, 0xf5, 0xe6, 0xd5, 0xe4, 0x5d, 0xe1, 0x7f, 0x89, 0xa7, 0x4d, 0xbc, - 0x05, 0x94, 0x0f, 0x61, 0x71, 0x88, 0x39, 0xcb, 0x3e, 0xf1, 0x77, 0x0e, 0xe6, 0xe3, 0x14, 0xd7, - 0x2d, 0x4c, 0xd0, 0x7f, 0xb6, 0xcb, 0x0a, 0x47, 0xd3, 0x65, 0x15, 0x38, 0x1e, 0x94, 0x32, 0x4b, - 0x5c, 0x9e, 0x27, 0x0e, 0x82, 0xa1, 0x75, 0xbd, 0x79, 0x25, 0x59, 0xbd, 0x73, 0xfd, 0xea, 0xa5, - 0x26, 0x56, 0x59, 0x85, 0xa5, 0x61, 0x89, 0xcf, 0x22, 0xde, 0x9f, 0x39, 0x98, 0x0d, 0x0f, 0xb9, - 0x3d, 0xfd, 0xdf, 0xf2, 0x0d, 0x62, 0x88, 0xa4, 0xf9, 0x7f, 0xb7, 0xa4, 0xcd, 0x66, 0xb2, 0x62, - 0x8b, 0x89, 0x77, 0x89, 0x68, 0x42, 0x95, 0xb3, 0x50, 0x49, 0x31, 0x85, 0x27, 0xd6, 0xcf, 0x02, - 0xd7, 0xc3, 0x3b, 0xd1, 0xde, 0x95, 0x1e, 0x59, 0x83, 0x4a, 0xf2, 0x4a, 0xb9, 0xc2, 0x83, 0x4a, - 0x32, 0x65, 0xa9, 0xbf, 0x5f, 0x04, 0x90, 0x52, 0xa6, 0x93, 0x37, 0x0d, 0x78, 0x0e, 0x8a, 0x83, - 0xf7, 0x8d, 0x71, 0x1c, 0xdc, 0x35, 0xde, 0x4f, 0x0e, 0x79, 0x29, 0x43, 0xc8, 0x44, 0x51, 0x60, - 0x21, 0xcd, 0x16, 0x2a, 0xf9, 0x93, 0x00, 0x53, 0x7b, 0x6a, 0xf3, 0x07, 0xa4, 0x78, 0x19, 0x8a, - 0xda, 0x0e, 0xdd, 0xc6, 0xae, 0x49, 0x7b, 0xfb, 0x06, 0xb3, 0x07, 0x15, 0x2f, 0xc2, 0xa8, 0xf7, - 0x04, 0xf5, 0x77, 0x3c, 0x29, 0xe1, 0x14, 0xe5, 0xf6, 0x96, 0x8f, 0x6b, 0xaa, 0x2c, 0xbc, 0x3d, - 0x06, 0x16, 0xda, 0x5c, 0x72, 0x89, 0x72, 0xbc, 0x52, 0xea, 0xdf, 0x06, 0x3c, 0xaa, 0x20, 0x90, - 0x5f, 0x05, 0x98, 0xde, 0x20, 0xc6, 0x47, 0x0f, 0x50, 0x67, 0x87, 0xa2, 0xb7, 0x7d, 0x09, 0x14, - 0x55, 0x38, 0xe5, 0x04, 0x29, 0xed, 0x83, 0xe6, 0x39, 0xf4, 0xa4, 0x13, 0xc9, 0x36, 0x13, 0xb2, - 0x3a, 0x78, 0x69, 0x9c, 0x1f, 0x88, 0x33, 0xe2, 0xb8, 0x22, 0xf3, 0x7a, 0x8b, 0x8c, 0x05, 0x91, - 0x36, 0x9e, 0x17, 0x21, 0xbf, 0x41, 0x0c, 0x11, 0xc1, 0xd4, 0xe0, 0xb3, 0x3b, 0x61, 0x43, 0x8a, - 0xbf, 0xd6, 0xe4, 0x0b, 0x59, 0x50, 0x61, 0x5b, 0x20, 0x98, 0x1a, 0x7c, 0xb4, 0x25, 0x2f, 0x33, - 0x80, 0x4a, 0x59, 0x26, 0xe5, 0xa1, 0xc2, 0xa3, 0x19, 0x78, 0xa4, 0xa4, 0x44, 0x13, 0x45, 0xa5, - 0x45, 0x93, 0xf2, 0x92, 0xd8, 0x86, 0xe9, 0xd8, 0x53, 0xe1, 0x5c, 0x16, 0x06, 0x22, 0x57, 0x33, - 0xc1, 0xc2, 0x95, 0x1e, 0x0a, 0x20, 0xa5, 0x5e, 0xe9, 0xab, 0x43, 0x24, 0x88, 0xc3, 0xe5, 0x4b, - 0x07, 0x82, 0x87, 0x2e, 0x7c, 0x23, 0x40, 0x29, 0xfd, 0xc2, 0xa3, 0x66, 0x21, 0xdd, 0xc3, 0xcb, - 0x97, 0x0f, 0x86, 0x0f, 0xbd, 0xa0, 0x30, 0x93, 0x78, 0x70, 0x9f, 0x1f, 0x52, 0x1f, 0x51, 0xa8, - 0x5c, 0xcf, 0x0c, 0xed, 0x5f, 0x35, 0xf1, 0x78, 0x3a, 0x3f, 0x44, 0xc5, 0x4c, 0xab, 0x0e, 0x3d, - 0x43, 0xee, 0xc3, 0xe9, 0xe4, 0x43, 0x62, 0x25, 0x33, 0x17, 0x91, 0x1b, 0xd9, 0xb1, 0xe1, 0xc2, - 0x5f, 0xc0, 0x44, 0x64, 0x0f, 0x3f, 0x3b, 0x2c, 0x63, 0x1c, 0x22, 0x9f, 0xdf, 0x17, 0x12, 0xb2, - 0xb7, 0x61, 0x32, 0xba, 0xb1, 0x2a, 0x89, 0x73, 0x23, 0x18, 0x79, 0x65, 0x7f, 0x4c, 0xb0, 0x80, - 0x7c, 0xec, 0xe1, 0xeb, 0x47, 0x2b, 0xc2, 0xda, 0xc7, 0x4f, 0x5e, 0x96, 0x85, 0xa7, 0x2f, 0xcb, - 0xc2, 0x1f, 0x2f, 0xcb, 0xc2, 0x77, 0xaf, 0xca, 0x23, 0x4f, 0x5f, 0x95, 0x47, 0x9e, 0xbf, 0x2a, - 0x8f, 0x7c, 0x76, 0xd1, 0x30, 0xe9, 0xf6, 0xce, 0x96, 0xda, 0xc1, 0xdd, 0x1a, 0xa3, 0xad, 0xda, - 0x88, 0xde, 0xc7, 0xee, 0x3d, 0xfe, 0x51, 0x7b, 0x10, 0xfd, 0xa1, 0xb5, 0xe7, 0x20, 0xb2, 0x35, - 0xca, 0x7f, 0xa0, 0xfc, 0xff, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x50, 0xe9, 0x6e, 0x89, - 0x15, 0x00, 0x00, + // 1327 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x58, 0xcd, 0x6f, 0xd4, 0xc6, + 0x1b, 0x8e, 0xb3, 0x4b, 0x92, 0x7d, 0x49, 0x48, 0x30, 0x41, 0xf1, 0x3a, 0x61, 0x37, 0x38, 0xe1, + 0xf7, 0x0b, 0x11, 0xeb, 0x65, 0xb7, 0x82, 0x4a, 0x5b, 0x0a, 0x4d, 0xa0, 0x87, 0x54, 0x44, 0x44, + 0x0b, 0x45, 0x6a, 0x55, 0xb4, 0x72, 0xec, 0xa9, 0x63, 0xe1, 0xf5, 0x58, 0x9e, 0x49, 0x60, 0x6f, + 0xa8, 0xbd, 0xf5, 0xd4, 0x7f, 0xa1, 0x95, 0x7a, 0xea, 0xa1, 0x48, 0xe5, 0x8f, 0x40, 0xea, 0x05, + 0x71, 0x42, 0x3d, 0xa0, 0x0a, 0x0e, 0x5c, 0x2a, 0xf5, 0xdc, 0x5b, 0x35, 0xe3, 0x8f, 0xac, 0xd7, + 0xf6, 0xc6, 0x7c, 0x04, 0xb5, 0x17, 0x88, 0xe7, 0x7d, 0xe6, 0x99, 0xf7, 0x79, 0x3f, 0xe6, 0x63, + 0xa1, 0x8c, 0xec, 0x1e, 0xa9, 0x53, 0x4f, 0x33, 0x10, 0xd9, 0xb1, 0x90, 0x6d, 0xd4, 0xe9, 0x7d, + 0xd5, 0xf5, 0x30, 0xc5, 0xe2, 0x0c, 0x33, 0xa9, 0x7d, 0x26, 0x79, 0xd6, 0xc4, 0x26, 0xe6, 0xc6, + 0x3a, 0xfb, 0xcb, 0xc7, 0xc9, 0x0b, 0x09, 0x0a, 0xec, 0x19, 0xc8, 0x0b, 0xac, 0xa7, 0x12, 0x56, + 0x57, 0xf3, 0xb4, 0x2e, 0x09, 0xcc, 0x15, 0x1d, 0x93, 0x2e, 0x26, 0xf5, 0x6d, 0x8d, 0xa0, 0xfa, + 0x5e, 0x63, 0x1b, 0x51, 0xad, 0x51, 0xd7, 0xb1, 0xe5, 0x04, 0xf6, 0xb9, 0xc0, 0xde, 0x25, 0x66, + 0x7d, 0xaf, 0xc1, 0xfe, 0x0b, 0x0c, 0xc7, 0xb5, 0xae, 0xe5, 0xe0, 0x3a, 0xff, 0x37, 0x18, 0x2a, + 0xfb, 0xd8, 0x8e, 0xef, 0xa1, 0xff, 0xe1, 0x9b, 0x94, 0xbf, 0x0a, 0x20, 0x6e, 0x12, 0xf3, 0xaa, + 0x87, 0x34, 0x8a, 0x6e, 0xba, 0x98, 0xde, 0x60, 0x2e, 0x8a, 0x97, 0x01, 0xb8, 0xaf, 0x1d, 0xda, + 0x73, 0x91, 0x24, 0x2c, 0x0a, 0x2b, 0xc7, 0x9a, 0x55, 0x75, 0x50, 0xb7, 0x1a, 0x4d, 0xb8, 0xd5, + 0x73, 0x51, 0xbb, 0x84, 0xc3, 0x3f, 0xc5, 0x3b, 0x70, 0xd2, 0x46, 0xa6, 0xa6, 0xf7, 0x3a, 0x3e, + 0x8d, 0xeb, 0x59, 0x3a, 0xea, 0xec, 0x35, 0xa4, 0xd1, 0x45, 0x61, 0xe5, 0x68, 0x73, 0x39, 0x49, + 0x75, 0x9d, 0xc3, 0x39, 0xd9, 0x16, 0x03, 0xdf, 0x6e, 0xac, 0x17, 0x1f, 0x3f, 0xaf, 0x8e, 0xb4, + 0x45, 0x3b, 0x61, 0x11, 0xdb, 0x70, 0xb4, 0x8f, 0x57, 0x1a, 0x5b, 0x14, 0x56, 0x4a, 0xeb, 0x0d, + 0x06, 0xff, 0xfd, 0x79, 0x75, 0xde, 0x17, 0x48, 0x8c, 0xbb, 0xaa, 0x85, 0xeb, 0x5d, 0x8d, 0xee, + 0x04, 0xe4, 0xd7, 0x90, 0xfe, 0xf4, 0x51, 0x0d, 0x02, 0xfd, 0xd7, 0x90, 0xde, 0xf6, 0x45, 0x72, + 0x56, 0x71, 0x1d, 0x26, 0x7d, 0x4e, 0xad, 0x8b, 0x77, 0x1d, 0x2a, 0x15, 0xb8, 0xa7, 0x65, 0x35, + 0x80, 0xb3, 0x3c, 0xa8, 0x41, 0x1e, 0xd4, 0xab, 0xd8, 0x72, 0x02, 0xf7, 0x7c, 0x47, 0xd6, 0xf8, + 0x1c, 0xf1, 0x63, 0x98, 0xc2, 0xf7, 0x1c, 0xc6, 0x61, 0x18, 0x1e, 0x22, 0x44, 0x2a, 0x72, 0xcf, + 0xa4, 0xa7, 0x8f, 0x6a, 0xb3, 0x01, 0xcf, 0x9a, 0x6f, 0xb9, 0x49, 0x3d, 0xcb, 0x31, 0xdb, 0x93, + 0x1c, 0x1e, 0x8c, 0x89, 0xe7, 0x40, 0x0c, 0xa2, 0xae, 0x79, 0x26, 0xa2, 0x1d, 0x03, 0x39, 0xb8, + 0x2b, 0x1d, 0x61, 0x1c, 0xed, 0x19, 0x3f, 0xb8, 0xdc, 0x70, 0x8d, 0x8d, 0xb7, 0x2e, 0x7c, 0xf3, + 0xea, 0xe1, 0x6a, 0x7c, 0xbd, 0xef, 0x5e, 0x3d, 0x5c, 0xad, 0xf4, 0x97, 0x54, 0x32, 0xb5, 0xca, + 0x87, 0x20, 0x27, 0x47, 0xdb, 0x88, 0xb8, 0xd8, 0x21, 0x48, 0x2c, 0xc3, 0x84, 0xef, 0x82, 0x65, + 0xf0, 0xb4, 0x17, 0xdb, 0xe3, 0xfc, 0x7b, 0xc3, 0x50, 0x9e, 0x8d, 0xf2, 0x52, 0xf9, 0xdc, 0x35, + 0x62, 0xa5, 0x92, 0xd0, 0x2c, 0xbc, 0x96, 0xe6, 0xfe, 0x05, 0x47, 0x63, 0x0b, 0x66, 0x17, 0x51, + 0xe1, 0x30, 0x8a, 0xa8, 0xf8, 0x0e, 0x8a, 0x28, 0x6f, 0x4e, 0x06, 0x62, 0xa8, 0x2c, 0xf0, 0x9c, + 0x0c, 0x8c, 0x86, 0x39, 0x51, 0x7e, 0x12, 0xfc, 0x1e, 0xd5, 0x1c, 0x1d, 0xd9, 0xef, 0x21, 0xf0, + 0xb9, 0x2b, 0x2b, 0xee, 0x50, 0x58, 0x59, 0xf1, 0xd1, 0x3c, 0x95, 0xf5, 0x83, 0x00, 0x27, 0x92, + 0x33, 0x89, 0xd8, 0x84, 0x71, 0x9d, 0xd5, 0x29, 0xf6, 0x0e, 0xd4, 0x16, 0x02, 0xc5, 0x65, 0x38, + 0x46, 0x5c, 0x4c, 0x3b, 0xe1, 0x5a, 0x44, 0x1a, 0x5d, 0x2c, 0xac, 0x14, 0xdb, 0x93, 0x24, 0xe4, + 0xdd, 0x30, 0x48, 0xeb, 0x3c, 0x53, 0x18, 0xce, 0x61, 0xda, 0xaa, 0xc3, 0xb5, 0x11, 0xe5, 0x14, + 0xcc, 0xa7, 0x0c, 0x47, 0x39, 0xfa, 0x71, 0xcc, 0xb7, 0xf3, 0xb6, 0xda, 0x42, 0x9e, 0x8b, 0xe8, + 0xae, 0x66, 0xdf, 0x70, 0x91, 0xf3, 0x4e, 0x92, 0xa5, 0xc3, 0x5c, 0xd0, 0x0a, 0xd4, 0xb3, 0x4c, + 0x33, 0xb9, 0xa3, 0xfe, 0x2f, 0xab, 0x19, 0x6e, 0xf9, 0xf8, 0x78, 0x3b, 0xcc, 0xda, 0x29, 0x36, + 0xf1, 0x36, 0x4c, 0xc5, 0xd8, 0x25, 0x78, 0xd3, 0x96, 0x98, 0xa4, 0x7d, 0xcc, 0xe2, 0x15, 0x00, + 0x1d, 0xdb, 0xb6, 0x46, 0x91, 0xa7, 0xd9, 0x79, 0xf7, 0xd5, 0xbe, 0x29, 0xe2, 0x12, 0x73, 0x4c, + 0x33, 0x2c, 0xc7, 0xec, 0x68, 0x84, 0x20, 0xea, 0xf7, 0x2a, 0x5b, 0x85, 0x0f, 0xae, 0xb1, 0x31, + 0xf1, 0x0a, 0x4c, 0xb8, 0x98, 0x58, 0xd4, 0xc2, 0x0e, 0xdf, 0x32, 0x8f, 0x35, 0x97, 0x92, 0x31, + 0x89, 0x32, 0xb3, 0x15, 0x40, 0xdb, 0xd1, 0x24, 0x71, 0x13, 0x26, 0x6c, 0xb4, 0x87, 0x3c, 0xcd, + 0x7c, 0x8b, 0x13, 0x25, 0xa2, 0x10, 0xef, 0xc0, 0x71, 0xaa, 0xdd, 0x45, 0xec, 0xd0, 0xfd, 0xda, + 0xa2, 0x41, 0x44, 0xc7, 0xdf, 0x94, 0x77, 0x9a, 0x71, 0x6d, 0x71, 0x2a, 0x3f, 0xa8, 0x5f, 0xc0, + 0x34, 0xa1, 0xd8, 0xed, 0xd8, 0x98, 0x90, 0x80, 0x7c, 0xe2, 0x4d, 0xc9, 0xa7, 0x18, 0xd3, 0x75, + 0x4c, 0x88, 0x4f, 0x3d, 0x07, 0xe3, 0x2e, 0xc6, 0x36, 0x6b, 0xd4, 0x12, 0x6f, 0xd4, 0x31, 0xf6, + 0xb9, 0x61, 0xb4, 0x2e, 0xa7, 0xef, 0x0b, 0xff, 0x4f, 0x3d, 0x71, 0x92, 0x4d, 0xa0, 0x7c, 0x02, + 0x4b, 0x43, 0xcc, 0x79, 0x76, 0x8a, 0xbf, 0x47, 0x61, 0x21, 0x49, 0x71, 0xd5, 0xc6, 0x04, 0xfd, + 0x87, 0xfb, 0xac, 0xf8, 0x6e, 0xfa, 0xac, 0x0a, 0x47, 0xc3, 0x62, 0x66, 0xa1, 0x2b, 0xf0, 0xd0, + 0x41, 0x38, 0xb4, 0x61, 0xb4, 0x2e, 0xa5, 0xe7, 0xef, 0x4c, 0x7f, 0xfe, 0x32, 0x43, 0xab, 0xac, + 0xc1, 0xf2, 0xb0, 0xd0, 0xe7, 0x49, 0xdf, 0x9f, 0xa3, 0x30, 0x17, 0x1d, 0x74, 0xfb, 0x15, 0x70, + 0xc8, 0xf7, 0x88, 0x21, 0x49, 0x2d, 0xfc, 0xdb, 0x93, 0xda, 0x6a, 0xa5, 0xe7, 0x6c, 0x29, 0xf5, + 0x46, 0x11, 0x0f, 0xa9, 0x72, 0x1a, 0xaa, 0x19, 0xa6, 0xe8, 0xdc, 0xfa, 0x45, 0xe0, 0x19, 0xf1, + 0xcf, 0xb5, 0xf7, 0x95, 0x91, 0xbc, 0xa2, 0xd2, 0xbc, 0x52, 0x2e, 0x71, 0x51, 0x69, 0xa6, 0x3c, + 0x15, 0xf8, 0xab, 0x00, 0x52, 0xc6, 0x74, 0xf2, 0xb6, 0x82, 0xe7, 0xa1, 0x34, 0x78, 0xeb, 0x98, + 0xc0, 0xe1, 0x8d, 0xe3, 0xa3, 0x74, 0xc9, 0xcb, 0x39, 0x24, 0x13, 0x45, 0x81, 0xc5, 0x2c, 0x5b, + 0x94, 0xc9, 0x9f, 0x05, 0x98, 0xde, 0xcf, 0x36, 0x7f, 0x4a, 0x8a, 0x17, 0xa1, 0xa4, 0xed, 0xd2, + 0x1d, 0xec, 0x59, 0xb4, 0x77, 0xa0, 0x98, 0x7d, 0xa8, 0x78, 0x1e, 0xc6, 0xfc, 0xc7, 0x68, 0xb0, + 0xeb, 0x49, 0x29, 0x27, 0x29, 0xb7, 0xb7, 0x03, 0x5c, 0x4b, 0x65, 0xf2, 0xf6, 0x19, 0x98, 0xb4, + 0xf9, 0xf4, 0x12, 0xe5, 0x78, 0xa5, 0xdc, 0xbf, 0x11, 0xf8, 0x54, 0xa1, 0x90, 0xdf, 0x04, 0x98, + 0xd9, 0x24, 0xe6, 0xa7, 0xf7, 0x91, 0xbe, 0x4b, 0xd1, 0x61, 0x5f, 0x05, 0x45, 0x15, 0x4e, 0xb8, + 0x61, 0x48, 0xfb, 0xa0, 0x05, 0x0e, 0x3d, 0xee, 0xc6, 0xa2, 0xcd, 0x12, 0x59, 0x1b, 0xbc, 0x3a, + 0x2e, 0x0c, 0xe8, 0x8c, 0x39, 0xae, 0xc8, 0xbc, 0xde, 0x62, 0x63, 0xa1, 0xd2, 0xe6, 0xb3, 0x12, + 0x14, 0x36, 0x89, 0x29, 0x22, 0x98, 0x1e, 0x7c, 0x80, 0xa7, 0x3c, 0x6e, 0x92, 0xaf, 0x36, 0xf9, + 0x5c, 0x1e, 0x54, 0xd4, 0x16, 0x08, 0xa6, 0x07, 0x1f, 0x6f, 0xe9, 0xcb, 0x0c, 0xa0, 0x32, 0x96, + 0xc9, 0x78, 0xae, 0x70, 0x35, 0x03, 0x4f, 0x95, 0x0c, 0x35, 0x71, 0x54, 0x96, 0x9a, 0x8c, 0xf7, + 0xc4, 0x0e, 0xcc, 0x24, 0x1e, 0x0c, 0x67, 0xf2, 0x30, 0x10, 0xb9, 0x96, 0x0b, 0x16, 0xad, 0xf4, + 0x40, 0x00, 0x29, 0xf3, 0x62, 0x5f, 0x1b, 0x92, 0x82, 0x24, 0x5c, 0xbe, 0xf0, 0x5a, 0xf0, 0xc8, + 0x85, 0x6f, 0x05, 0x28, 0x67, 0x5f, 0x7a, 0xd4, 0x3c, 0xa4, 0xfb, 0x78, 0xf9, 0xe2, 0xeb, 0xe1, + 0x23, 0x2f, 0x28, 0xcc, 0xa6, 0x1e, 0xdd, 0x67, 0x87, 0xd4, 0x47, 0x1c, 0x2a, 0x37, 0x72, 0x43, + 0xfb, 0x57, 0x4d, 0x3d, 0x9e, 0xce, 0x0e, 0xc9, 0x62, 0xae, 0x55, 0x87, 0x9e, 0x21, 0xf7, 0xe0, + 0x64, 0xfa, 0x21, 0xb1, 0x9a, 0x9b, 0x8b, 0xc8, 0xcd, 0xfc, 0xd8, 0x68, 0xe1, 0xaf, 0x60, 0x32, + 0xb6, 0x87, 0x9f, 0x1e, 0x16, 0x31, 0x0e, 0x91, 0xcf, 0x1e, 0x08, 0x89, 0xd8, 0x3b, 0x30, 0x15, + 0xdf, 0x58, 0x95, 0xd4, 0xb9, 0x31, 0x8c, 0xbc, 0x7a, 0x30, 0x26, 0x5c, 0x40, 0x3e, 0xf2, 0xe0, + 0xd5, 0xc3, 0x55, 0x61, 0xfd, 0xb3, 0xc7, 0x2f, 0x2a, 0xc2, 0x93, 0x17, 0x15, 0xe1, 0x8f, 0x17, + 0x15, 0xe1, 0xfb, 0x97, 0x95, 0x91, 0x27, 0x2f, 0x2b, 0x23, 0xcf, 0x5e, 0x56, 0x46, 0xbe, 0x3c, + 0x6f, 0x5a, 0x74, 0x67, 0x77, 0x5b, 0xd5, 0x71, 0xb7, 0xce, 0x68, 0x6b, 0x0e, 0xa2, 0xf7, 0xb0, + 0x77, 0x97, 0x7f, 0xd4, 0xef, 0xc7, 0x7f, 0x72, 0xed, 0xb9, 0x88, 0x6c, 0x8f, 0xf1, 0x9f, 0x2a, + 0x3f, 0xf8, 0x27, 0x00, 0x00, 0xff, 0xff, 0x50, 0x87, 0x81, 0x83, 0x93, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/tradeshield/types/types.pb.go b/x/tradeshield/types/types.pb.go index aa76977a2..eabb4d3e7 100644 --- a/x/tradeshield/types/types.pb.go +++ b/x/tradeshield/types/types.pb.go @@ -141,7 +141,7 @@ func (m *Date) GetTimestamp() uint64 { type SpotOrder struct { OrderType SpotOrderType `protobuf:"varint,1,opt,name=order_type,json=orderType,proto3,enum=elys.tradeshield.SpotOrderType" json:"order_type,omitempty"` OrderId uint64 `protobuf:"varint,2,opt,name=order_id,json=orderId,proto3" json:"order_id,omitempty"` - LegacyOrderPriceV1 LegacyOrderPrice `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1"` + LegacyOrderPriceV1 LegacyOrderPriceV1 `protobuf:"bytes,3,opt,name=legacy_order_price_v1,json=legacyOrderPriceV1,proto3" json:"legacy_order_price_v1"` OrderPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,9,opt,name=order_price,json=orderPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"order_price"` OrderAmount types.Coin `protobuf:"bytes,4,opt,name=order_amount,json=orderAmount,proto3" json:"order_amount"` OwnerAddress string `protobuf:"bytes,5,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` @@ -197,11 +197,11 @@ func (m *SpotOrder) GetOrderId() uint64 { return 0 } -func (m *SpotOrder) GetLegacyOrderPriceV1() LegacyOrderPrice { +func (m *SpotOrder) GetLegacyOrderPriceV1() LegacyOrderPriceV1 { if m != nil { return m.LegacyOrderPriceV1 } - return LegacyOrderPrice{} + return LegacyOrderPriceV1{} } func (m *SpotOrder) GetOrderAmount() types.Coin { @@ -244,7 +244,7 @@ type PerpetualOrder struct { OwnerAddress string `protobuf:"bytes,2,opt,name=owner_address,json=ownerAddress,proto3" json:"owner_address,omitempty"` PerpetualOrderType PerpetualOrderType `protobuf:"varint,3,opt,name=perpetual_order_type,json=perpetualOrderType,proto3,enum=elys.tradeshield.PerpetualOrderType" json:"perpetual_order_type,omitempty"` Position PerpetualPosition `protobuf:"varint,4,opt,name=position,proto3,enum=elys.tradeshield.PerpetualPosition" json:"position,omitempty"` - LegacyTriggerPriceV1 LegacyTriggerPrice `protobuf:"bytes,5,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` + LegacyTriggerPriceV1 LegacyTriggerPriceV1 `protobuf:"bytes,5,opt,name=legacy_trigger_price_v1,json=legacyTriggerPriceV1,proto3" json:"legacy_trigger_price_v1"` TriggerPrice cosmossdk_io_math.LegacyDec `protobuf:"bytes,14,opt,name=trigger_price,json=triggerPrice,proto3,customtype=cosmossdk.io/math.LegacyDec" json:"trigger_price"` Collateral types.Coin `protobuf:"bytes,6,opt,name=collateral,proto3" json:"collateral"` TradingAsset string `protobuf:"bytes,7,opt,name=trading_asset,json=tradingAsset,proto3" json:"trading_asset,omitempty"` @@ -317,11 +317,11 @@ func (m *PerpetualOrder) GetPosition() PerpetualPosition { return PerpetualPosition_UNSPECIFIED } -func (m *PerpetualOrder) GetLegacyTriggerPriceV1() LegacyTriggerPrice { +func (m *PerpetualOrder) GetLegacyTriggerPriceV1() LegacyTriggerPriceV1 { if m != nil { return m.LegacyTriggerPriceV1 } - return LegacyTriggerPrice{} + return LegacyTriggerPriceV1{} } func (m *PerpetualOrder) GetCollateral() types.Coin { @@ -426,67 +426,67 @@ func init() { func init() { proto.RegisterFile("elys/tradeshield/types.proto", fileDescriptor_f02c7f96dfee8f75) } var fileDescriptor_f02c7f96dfee8f75 = []byte{ - // 960 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdb, 0x6e, 0x1a, 0x47, - 0x18, 0x66, 0x0d, 0xc6, 0xe6, 0xe7, 0xe0, 0xcd, 0xc8, 0x75, 0xd6, 0x69, 0x84, 0x2d, 0x92, 0x0b, - 0xcb, 0x6a, 0x20, 0xb8, 0x77, 0x55, 0xd5, 0x08, 0xc3, 0xaa, 0xa2, 0x22, 0x06, 0x2d, 0xd4, 0xea, - 0x41, 0x2d, 0x1a, 0xd8, 0xf1, 0x32, 0xf2, 0xb2, 0xb3, 0xdd, 0x19, 0xec, 0x38, 0xcf, 0xd0, 0x8b, - 0x3e, 0x4c, 0x5f, 0xa1, 0x52, 0x2e, 0xa3, 0x5e, 0x55, 0xbd, 0x88, 0x2a, 0xfb, 0x3d, 0xaa, 0x6a, - 0x66, 0x16, 0x77, 0x31, 0x69, 0x6b, 0xd1, 0x3b, 0xfe, 0xd3, 0xf7, 0x9f, 0xbe, 0x7f, 0x58, 0x78, - 0x4c, 0xfc, 0x2b, 0x5e, 0x13, 0x11, 0x76, 0x09, 0x9f, 0x50, 0xe2, 0xbb, 0x35, 0x71, 0x15, 0x12, - 0x5e, 0x0d, 0x23, 0x26, 0x18, 0x32, 0xa5, 0xb5, 0x9a, 0xb0, 0x3e, 0xda, 0xf6, 0x98, 0xc7, 0x94, - 0xb1, 0x26, 0x7f, 0x69, 0xbf, 0x47, 0xe5, 0x31, 0xe3, 0x53, 0xc6, 0x6b, 0x23, 0xcc, 0x49, 0xed, - 0xa2, 0x3e, 0x22, 0x02, 0xd7, 0x6b, 0x63, 0x46, 0x83, 0xd8, 0xbe, 0x9c, 0x85, 0x45, 0x2e, 0x89, - 0x62, 0xeb, 0xae, 0x8e, 0x1e, 0x6a, 0x58, 0x2d, 0x68, 0x53, 0xe5, 0x53, 0xc8, 0xb4, 0xb0, 0x20, - 0x68, 0x07, 0xb2, 0x13, 0x42, 0xbd, 0x89, 0xb0, 0x8c, 0x7d, 0xe3, 0x20, 0xe3, 0xc4, 0x12, 0x7a, - 0x0c, 0x39, 0x41, 0xa7, 0x84, 0x0b, 0x3c, 0x0d, 0xad, 0x35, 0x65, 0xfa, 0x5b, 0x51, 0xf9, 0x31, - 0x03, 0xb9, 0x7e, 0xc8, 0x44, 0x57, 0x26, 0x43, 0x9f, 0x01, 0xa8, 0xac, 0x43, 0xd9, 0xa1, 0xc2, - 0x29, 0x1d, 0xed, 0x55, 0xef, 0x76, 0x58, 0xbd, 0x0d, 0x18, 0x5c, 0x85, 0xc4, 0xc9, 0xb1, 0xf9, - 0x4f, 0xb4, 0x0b, 0x9b, 0x3a, 0x9e, 0xba, 0x71, 0xaa, 0x0d, 0x25, 0xb7, 0x5d, 0xf4, 0x2d, 0x7c, - 0xe0, 0x13, 0x0f, 0x8f, 0xaf, 0x86, 0xda, 0x23, 0x8c, 0xe8, 0x98, 0x0c, 0x2f, 0xea, 0x56, 0x7a, - 0xdf, 0x38, 0xc8, 0x1f, 0x55, 0x96, 0xb3, 0x74, 0x94, 0xbb, 0xca, 0xd3, 0x93, 0xce, 0xc7, 0x99, - 0x37, 0xef, 0xf6, 0x52, 0x0e, 0xf2, 0xef, 0xe8, 0x4f, 0xeb, 0xc8, 0x81, 0x7c, 0x02, 0xd5, 0xca, - 0xed, 0x1b, 0x07, 0xb9, 0xe3, 0xba, 0x74, 0xff, 0xfd, 0xdd, 0xde, 0x87, 0x7a, 0x5c, 0xdc, 0x3d, - 0xaf, 0x52, 0x56, 0x9b, 0x62, 0x31, 0x89, 0xa1, 0x5b, 0x64, 0xfc, 0xeb, 0xcf, 0xcf, 0x20, 0x9e, - 0x66, 0x8b, 0x8c, 0x1d, 0xdd, 0xbd, 0x42, 0x45, 0xc7, 0x50, 0xd0, 0x98, 0x78, 0xca, 0x66, 0x81, - 0xb0, 0x32, 0xaa, 0xce, 0xdd, 0x6a, 0xec, 0x2e, 0xf7, 0x58, 0x8d, 0xf7, 0x58, 0x6d, 0x32, 0x1a, - 0xc4, 0xe5, 0xe9, 0x42, 0x1a, 0x2a, 0x06, 0x3d, 0x81, 0x22, 0xbb, 0x0c, 0x24, 0x86, 0xeb, 0x46, - 0x84, 0x73, 0x6b, 0x5d, 0x56, 0xe6, 0x14, 0x94, 0xb2, 0xa1, 0x75, 0xe8, 0x23, 0x40, 0xf1, 0xd0, - 0x71, 0xe4, 0x11, 0x31, 0x74, 0x49, 0xc0, 0xa6, 0x56, 0x56, 0x79, 0x9a, 0x7a, 0xb6, 0xca, 0xd0, - 0x92, 0x7a, 0xf4, 0x1c, 0xb2, 0x5c, 0x60, 0x31, 0xe3, 0xd6, 0x86, 0x5a, 0x8f, 0xf5, 0x9e, 0xf5, - 0x28, 0xbb, 0x13, 0xfb, 0xa1, 0x43, 0xc8, 0xb8, 0x58, 0x10, 0x6b, 0x53, 0x35, 0xb0, 0xb3, 0xec, - 0x2f, 0xe9, 0xe3, 0x28, 0x9f, 0xca, 0x9f, 0x59, 0x28, 0xf5, 0x48, 0x14, 0x12, 0x31, 0xc3, 0xbe, - 0xe6, 0x44, 0x72, 0xa7, 0xc6, 0xe2, 0x4e, 0x97, 0xda, 0x5b, 0x7b, 0x4f, 0x7b, 0xa7, 0xb0, 0x1d, - 0xce, 0x11, 0x87, 0x09, 0x76, 0xa5, 0x55, 0xf9, 0x4f, 0x97, 0xcb, 0x59, 0xcc, 0xaf, 0x28, 0x86, - 0xc2, 0x25, 0x1d, 0x7a, 0x01, 0x9b, 0x21, 0xe3, 0x54, 0x50, 0x16, 0xa8, 0xdd, 0x94, 0x8e, 0x9e, - 0xfc, 0x0b, 0x56, 0x2f, 0x76, 0x75, 0x6e, 0x83, 0x10, 0x86, 0x87, 0x31, 0x23, 0x45, 0x44, 0x3d, - 0x2f, 0xc9, 0xc9, 0x75, 0x35, 0xaa, 0xa7, 0xff, 0xc4, 0xc9, 0x81, 0xf6, 0x4f, 0xb2, 0x72, 0xdb, - 0x5f, 0xb2, 0x9c, 0xd6, 0xd1, 0x29, 0x14, 0x17, 0xb0, 0xad, 0xd2, 0xaa, 0xcc, 0x2c, 0x88, 0x04, - 0x32, 0x7a, 0x01, 0x30, 0x66, 0xbe, 0x8f, 0x05, 0x89, 0xb0, 0xaf, 0xa8, 0x72, 0x0f, 0x66, 0x26, - 0x42, 0xe4, 0xe6, 0x64, 0x5b, 0x34, 0xf0, 0x86, 0x98, 0x73, 0x22, 0x14, 0x99, 0x72, 0x32, 0x8b, - 0x52, 0x36, 0xa4, 0x0e, 0xbd, 0x84, 0x4d, 0x9f, 0x5c, 0x90, 0x08, 0x7b, 0x9a, 0x3c, 0x2b, 0x15, - 0x7e, 0x0b, 0x81, 0xbe, 0x83, 0x07, 0x02, 0x9f, 0x13, 0xf9, 0x86, 0x9d, 0x51, 0xf1, 0x7f, 0x4f, - 0x75, 0x4b, 0x62, 0xf5, 0x14, 0x94, 0x9e, 0xc9, 0x1e, 0xe4, 0xe7, 0xab, 0x95, 0x54, 0x05, 0x45, - 0x55, 0x98, 0xab, 0xda, 0x6e, 0xe2, 0x72, 0xf2, 0xf7, 0xbc, 0x9c, 0xaf, 0x61, 0x8b, 0x0b, 0x16, - 0x0e, 0x7d, 0xc6, 0x79, 0x5c, 0x6f, 0x61, 0xd5, 0x7a, 0x8b, 0x12, 0xa9, 0xc3, 0x38, 0xd7, 0xd5, - 0xee, 0x40, 0x36, 0x64, 0xcc, 0x6f, 0xbb, 0x56, 0x51, 0xbf, 0xd6, 0x5a, 0xaa, 0xfc, 0x92, 0x86, - 0x87, 0x8b, 0x07, 0x60, 0xbf, 0x12, 0x11, 0x6e, 0x07, 0x67, 0x0c, 0xb5, 0x61, 0xeb, 0xce, 0x25, - 0xa9, 0x83, 0xcc, 0x1f, 0xed, 0xff, 0xd7, 0x11, 0x39, 0xa5, 0xc5, 0x03, 0x42, 0x2d, 0x28, 0xde, - 0x0e, 0x8b, 0xd3, 0xd7, 0x44, 0x5d, 0xee, 0x3d, 0x38, 0x54, 0x98, 0x47, 0xf5, 0xe9, 0x6b, 0x82, - 0xbe, 0x87, 0x07, 0x3e, 0xfd, 0x61, 0x46, 0x5d, 0xac, 0x80, 0xf4, 0x84, 0xd2, 0xab, 0x4e, 0xc8, - 0x4c, 0x60, 0xe9, 0x21, 0x0d, 0xa0, 0x70, 0x36, 0x0b, 0x14, 0x4b, 0x23, 0xf9, 0x82, 0x65, 0x56, - 0x85, 0xce, 0xc7, 0x30, 0x8e, 0xfc, 0xa3, 0x1c, 0xc3, 0xf6, 0x88, 0x45, 0x11, 0xbb, 0x1c, 0xd2, - 0x40, 0x90, 0x88, 0x70, 0xa1, 0xd1, 0xd7, 0x57, 0x45, 0x47, 0x1a, 0xae, 0x1d, 0xa3, 0xc9, 0x24, - 0x87, 0x9f, 0x40, 0x56, 0x93, 0x09, 0xe5, 0x61, 0xa3, 0x67, 0x9f, 0xb4, 0xda, 0x27, 0x9f, 0x9b, - 0x29, 0x54, 0x80, 0x4d, 0xfb, 0x2b, 0xbb, 0xf9, 0xe5, 0xc0, 0x6e, 0x99, 0x86, 0x94, 0x9a, 0x8d, - 0x93, 0xa6, 0xdd, 0xb1, 0x5b, 0xe6, 0x1a, 0xda, 0x80, 0x74, 0xa3, 0xd3, 0x31, 0xd3, 0x87, 0x36, - 0xa0, 0xe5, 0x37, 0x10, 0x15, 0x21, 0xd7, 0x69, 0xbf, 0x6c, 0x0f, 0xba, 0x3d, 0xfb, 0xc4, 0x4c, - 0xa1, 0x12, 0x80, 0x12, 0x9b, 0x9d, 0x6e, 0xdf, 0x36, 0x0d, 0x64, 0x42, 0xa1, 0x3f, 0xe8, 0xf6, - 0x3a, 0xdd, 0x7e, 0xbf, 0x67, 0x3b, 0x3d, 0x73, 0xed, 0xf8, 0x8b, 0x37, 0xd7, 0x65, 0xe3, 0xed, - 0x75, 0xd9, 0xf8, 0xe3, 0xba, 0x6c, 0xfc, 0x74, 0x53, 0x4e, 0xbd, 0xbd, 0x29, 0xa7, 0x7e, 0xbb, - 0x29, 0xa7, 0xbe, 0x79, 0xee, 0x51, 0x31, 0x99, 0x8d, 0xaa, 0x63, 0x36, 0xad, 0x49, 0xe6, 0x3c, - 0x0b, 0x88, 0xb8, 0x64, 0xd1, 0xb9, 0x12, 0x6a, 0xaf, 0x96, 0xbf, 0x75, 0x46, 0x59, 0xf5, 0xad, - 0xf1, 0xf1, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf2, 0xc9, 0x0e, 0x65, 0x0c, 0x09, 0x00, 0x00, + // 958 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xdd, 0x6e, 0x1b, 0x45, + 0x14, 0xf6, 0xc6, 0x8e, 0x63, 0x1f, 0xff, 0x64, 0x3b, 0x0a, 0xe9, 0xa6, 0x54, 0x4e, 0x94, 0x22, + 0x14, 0x45, 0xd4, 0xae, 0xc3, 0x1d, 0x42, 0x54, 0x8e, 0xbd, 0x42, 0x46, 0x6e, 0x6c, 0xad, 0x4d, + 0x04, 0x48, 0xc5, 0x1a, 0xef, 0x4e, 0xd6, 0xa3, 0xac, 0x77, 0x96, 0x9d, 0x71, 0xd2, 0xf4, 0x8a, + 0x27, 0x40, 0x3c, 0x0c, 0xaf, 0x80, 0xd4, 0xcb, 0x8a, 0x2b, 0xc4, 0x45, 0x85, 0x92, 0x17, 0x41, + 0x33, 0xb3, 0x0e, 0x76, 0x1d, 0x20, 0x32, 0x77, 0x3e, 0x7f, 0xdf, 0xf9, 0xfb, 0xce, 0x78, 0xe1, + 0x31, 0x09, 0xae, 0x78, 0x4d, 0xc4, 0xd8, 0x23, 0x7c, 0x4c, 0x49, 0xe0, 0xd5, 0xc4, 0x55, 0x44, + 0x78, 0x35, 0x8a, 0x99, 0x60, 0xc8, 0x94, 0xd6, 0xea, 0x9c, 0xf5, 0xd1, 0x96, 0xcf, 0x7c, 0xa6, + 0x8c, 0x35, 0xf9, 0x4b, 0xfb, 0x3d, 0xaa, 0xb8, 0x8c, 0x4f, 0x18, 0xaf, 0x8d, 0x30, 0x27, 0xb5, + 0x8b, 0xfa, 0x88, 0x08, 0x5c, 0xaf, 0xb9, 0x8c, 0x86, 0x89, 0x7d, 0x39, 0x0b, 0x8b, 0x3d, 0x12, + 0x27, 0xd6, 0x1d, 0x1d, 0x3d, 0xd4, 0xb0, 0x5a, 0xd0, 0xa6, 0xfd, 0xcf, 0x21, 0xd3, 0xc2, 0x82, + 0xa0, 0x6d, 0xc8, 0x8e, 0x09, 0xf5, 0xc7, 0xc2, 0x32, 0xf6, 0x8c, 0x83, 0x8c, 0x93, 0x48, 0xe8, + 0x31, 0xe4, 0x05, 0x9d, 0x10, 0x2e, 0xf0, 0x24, 0xb2, 0xd6, 0x94, 0xe9, 0x6f, 0xc5, 0xfe, 0x4f, + 0x19, 0xc8, 0xf7, 0x23, 0x26, 0xba, 0x32, 0x19, 0xfa, 0x02, 0x40, 0x65, 0x1d, 0xca, 0x0e, 0x15, + 0x4e, 0xf9, 0x68, 0xb7, 0xfa, 0x7e, 0x87, 0xd5, 0xdb, 0x80, 0xc1, 0x55, 0x44, 0x9c, 0x3c, 0x9b, + 0xfd, 0x44, 0x3b, 0x90, 0xd3, 0xf1, 0xd4, 0x4b, 0x52, 0x6d, 0x28, 0xb9, 0xed, 0xa1, 0x97, 0xf0, + 0x41, 0x40, 0x7c, 0xec, 0x5e, 0x0d, 0xb5, 0x47, 0x14, 0x53, 0x97, 0x0c, 0x2f, 0xea, 0x56, 0x7a, + 0xcf, 0x38, 0x28, 0x1c, 0x7d, 0xb4, 0x9c, 0xa5, 0xa3, 0xdc, 0x55, 0x9e, 0x9e, 0x74, 0x3e, 0xad, + 0x1f, 0x67, 0xde, 0xbc, 0xdb, 0x4d, 0x39, 0x28, 0x58, 0xb2, 0x20, 0x07, 0x0a, 0x73, 0xb8, 0x56, + 0x7e, 0xcf, 0x38, 0xc8, 0x1f, 0xd7, 0xa5, 0xfb, 0x1f, 0xef, 0x76, 0x3f, 0xd4, 0x03, 0xe3, 0xde, + 0x79, 0x95, 0xb2, 0xda, 0x04, 0x8b, 0x71, 0x02, 0xde, 0x22, 0xee, 0x6f, 0xbf, 0x3c, 0x85, 0x64, + 0x9e, 0x2d, 0xe2, 0x3a, 0xba, 0x7f, 0x85, 0x8a, 0x8e, 0xa1, 0xa8, 0x31, 0xf1, 0x84, 0x4d, 0x43, + 0x61, 0x65, 0x54, 0xa5, 0x3b, 0xd5, 0xc4, 0x5d, 0x6e, 0xb2, 0x9a, 0x6c, 0xb2, 0xda, 0x64, 0x34, + 0x4c, 0xca, 0xd3, 0x85, 0x34, 0x54, 0x0c, 0x7a, 0x02, 0x25, 0x76, 0x19, 0x4a, 0x0c, 0xcf, 0x8b, + 0x09, 0xe7, 0xd6, 0xba, 0xac, 0xcc, 0x29, 0x2a, 0x65, 0x43, 0xeb, 0xd0, 0x27, 0x80, 0x92, 0xb1, + 0xe3, 0xd8, 0x27, 0x62, 0xe8, 0x91, 0x90, 0x4d, 0xac, 0xac, 0xf2, 0x34, 0xf5, 0x74, 0x95, 0xa1, + 0x25, 0xf5, 0xe8, 0x19, 0x64, 0xb9, 0xc0, 0x62, 0xca, 0xad, 0x0d, 0xb5, 0x20, 0xeb, 0x8e, 0x05, + 0x29, 0xbb, 0x93, 0xf8, 0xa1, 0x43, 0xc8, 0x78, 0x58, 0x10, 0x2b, 0xa7, 0x1a, 0xd8, 0x5e, 0xf6, + 0x97, 0x04, 0x72, 0x94, 0xcf, 0xfe, 0x8f, 0x1b, 0x50, 0xee, 0x91, 0x38, 0x22, 0x62, 0x8a, 0x03, + 0xcd, 0x8a, 0xf9, 0xad, 0x1a, 0x8b, 0x5b, 0x5d, 0x6a, 0x6f, 0xed, 0x8e, 0xf6, 0x4e, 0x61, 0x2b, + 0x9a, 0x21, 0x0e, 0xe7, 0xf8, 0x95, 0x56, 0xe5, 0xdf, 0xb1, 0xf9, 0xc5, 0xfc, 0x8a, 0x64, 0x28, + 0x5a, 0xd2, 0xa1, 0xe7, 0x90, 0x8b, 0x18, 0xa7, 0x82, 0xb2, 0x50, 0xed, 0xa6, 0x7c, 0xf4, 0xe4, + 0x5f, 0xb0, 0x7a, 0x89, 0xab, 0x73, 0x1b, 0x84, 0x5c, 0x78, 0x98, 0x70, 0x52, 0xc4, 0xd4, 0xf7, + 0xe7, 0x59, 0xb9, 0xae, 0x46, 0xf5, 0xf1, 0x3f, 0xb1, 0x72, 0xa0, 0xfd, 0x17, 0x79, 0xb9, 0x15, + 0xdc, 0x61, 0x43, 0xa7, 0x50, 0x5a, 0x40, 0xb7, 0xca, 0xab, 0x72, 0xb3, 0x28, 0xe6, 0x90, 0xd1, + 0x73, 0x00, 0x97, 0x05, 0x01, 0x16, 0x24, 0xc6, 0x81, 0x22, 0xcb, 0x3d, 0xb8, 0x39, 0x17, 0x22, + 0x77, 0x27, 0x1b, 0xa3, 0xa1, 0x3f, 0xc4, 0x9c, 0x13, 0xa1, 0xe8, 0x94, 0x97, 0x59, 0x94, 0xb2, + 0x21, 0x75, 0xe8, 0x05, 0xe4, 0x02, 0x72, 0x41, 0x62, 0xec, 0x6b, 0xfa, 0xac, 0x54, 0xf8, 0x2d, + 0x04, 0x7a, 0x09, 0x0f, 0x04, 0x3e, 0x27, 0xf2, 0x1d, 0x3b, 0xa3, 0xe2, 0xff, 0x1e, 0xeb, 0xa6, + 0xc4, 0xea, 0x29, 0x28, 0x3d, 0x93, 0x5d, 0x28, 0xcc, 0x96, 0x2b, 0xc9, 0x0a, 0x8a, 0xac, 0x30, + 0x53, 0xb5, 0xbd, 0xb9, 0xdb, 0x29, 0xdc, 0xf3, 0x76, 0xbe, 0x85, 0x4d, 0x2e, 0x58, 0x34, 0x0c, + 0x18, 0xe7, 0x49, 0xbd, 0xc5, 0x55, 0xeb, 0x2d, 0x49, 0xa4, 0x0e, 0xe3, 0x5c, 0x57, 0xbb, 0x0d, + 0xd9, 0x88, 0xb1, 0xa0, 0xed, 0x59, 0x25, 0xfd, 0x62, 0x6b, 0x69, 0xff, 0xd7, 0x34, 0x3c, 0x5c, + 0x3c, 0x01, 0xfb, 0x95, 0x88, 0x71, 0x3b, 0x3c, 0x63, 0xa8, 0x0d, 0x9b, 0xef, 0xdd, 0x92, 0x3a, + 0xc9, 0xc2, 0xd1, 0xde, 0x7f, 0x9d, 0x91, 0x53, 0x5e, 0x3c, 0x21, 0xd4, 0x82, 0xd2, 0xed, 0xb0, + 0x38, 0x7d, 0x4d, 0xd4, 0xed, 0xde, 0x83, 0x43, 0xc5, 0x59, 0x54, 0x9f, 0xbe, 0x26, 0xe8, 0x7b, + 0x78, 0x10, 0xd0, 0x1f, 0xa6, 0xd4, 0xc3, 0x0a, 0x48, 0x4f, 0x28, 0xbd, 0xea, 0x84, 0xcc, 0x39, + 0x2c, 0x3d, 0xa4, 0x01, 0x14, 0xcf, 0xa6, 0xa1, 0x62, 0x69, 0x2c, 0xdf, 0xb0, 0xcc, 0xaa, 0xd0, + 0x85, 0x04, 0xc6, 0x91, 0x7f, 0x96, 0x2e, 0x6c, 0x8d, 0x58, 0x1c, 0xb3, 0xcb, 0x21, 0x0d, 0x05, + 0x89, 0x09, 0x17, 0x1a, 0x7d, 0x7d, 0x55, 0x74, 0xa4, 0xe1, 0xda, 0x09, 0x9a, 0x4c, 0x72, 0xf8, + 0x19, 0x64, 0x35, 0x99, 0x50, 0x01, 0x36, 0x7a, 0xf6, 0x49, 0xab, 0x7d, 0xf2, 0xa5, 0x99, 0x42, + 0x45, 0xc8, 0xd9, 0xdf, 0xd8, 0xcd, 0xaf, 0x07, 0x76, 0xcb, 0x34, 0xa4, 0xd4, 0x6c, 0x9c, 0x34, + 0xed, 0x8e, 0xdd, 0x32, 0xd7, 0xd0, 0x06, 0xa4, 0x1b, 0x9d, 0x8e, 0x99, 0x3e, 0xb4, 0x01, 0x2d, + 0xbf, 0x82, 0xa8, 0x04, 0xf9, 0x4e, 0xfb, 0x45, 0x7b, 0xd0, 0xed, 0xd9, 0x27, 0x66, 0x0a, 0x95, + 0x01, 0x94, 0xd8, 0xec, 0x74, 0xfb, 0xb6, 0x69, 0x20, 0x13, 0x8a, 0xfd, 0x41, 0xb7, 0xd7, 0xe9, + 0xf6, 0xfb, 0x3d, 0xdb, 0xe9, 0x99, 0x6b, 0xc7, 0x5f, 0xbd, 0xb9, 0xae, 0x18, 0x6f, 0xaf, 0x2b, + 0xc6, 0x9f, 0xd7, 0x15, 0xe3, 0xe7, 0x9b, 0x4a, 0xea, 0xed, 0x4d, 0x25, 0xf5, 0xfb, 0x4d, 0x25, + 0xf5, 0xdd, 0x33, 0x9f, 0x8a, 0xf1, 0x74, 0x54, 0x75, 0xd9, 0xa4, 0x26, 0x99, 0xf3, 0x34, 0x24, + 0xe2, 0x92, 0xc5, 0xe7, 0x4a, 0xa8, 0xbd, 0x5a, 0xfe, 0xde, 0x19, 0x65, 0xd5, 0xf7, 0xc6, 0xa7, + 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x30, 0x9f, 0xf1, 0x3f, 0x10, 0x09, 0x00, 0x00, } func (m *Date) Marshal() (dAtA []byte, err error) {