diff --git a/api/opinit/opchild/v1/genesis.pulsar.go b/api/opinit/opchild/v1/genesis.pulsar.go index 2e403b0..dffed8b 100644 --- a/api/opinit/opchild/v1/genesis.pulsar.go +++ b/api/opinit/opchild/v1/genesis.pulsar.go @@ -117,6 +117,57 @@ func (x *_GenesisState_3_list) IsValid() bool { return x.list != nil } +var _ protoreflect.List = (*_GenesisState_8_list)(nil) + +type _GenesisState_8_list struct { + list *[]*DenomPair +} + +func (x *_GenesisState_8_list) Len() int { + if x.list == nil { + return 0 + } + return len(*x.list) +} + +func (x *_GenesisState_8_list) Get(i int) protoreflect.Value { + return protoreflect.ValueOfMessage((*x.list)[i].ProtoReflect()) +} + +func (x *_GenesisState_8_list) Set(i int, value protoreflect.Value) { + valueUnwrapped := value.Message() + concreteValue := valueUnwrapped.Interface().(*DenomPair) + (*x.list)[i] = concreteValue +} + +func (x *_GenesisState_8_list) Append(value protoreflect.Value) { + valueUnwrapped := value.Message() + concreteValue := valueUnwrapped.Interface().(*DenomPair) + *x.list = append(*x.list, concreteValue) +} + +func (x *_GenesisState_8_list) AppendMutable() protoreflect.Value { + v := new(DenomPair) + *x.list = append(*x.list, v) + return protoreflect.ValueOfMessage(v.ProtoReflect()) +} + +func (x *_GenesisState_8_list) Truncate(n int) { + for i := n; i < len(*x.list); i++ { + (*x.list)[i] = nil + } + *x.list = (*x.list)[:n] +} + +func (x *_GenesisState_8_list) NewElement() protoreflect.Value { + v := new(DenomPair) + return protoreflect.ValueOfMessage(v.ProtoReflect()) +} + +func (x *_GenesisState_8_list) IsValid() bool { + return x.list != nil +} + var ( md_GenesisState protoreflect.MessageDescriptor fd_GenesisState_params protoreflect.FieldDescriptor @@ -126,6 +177,7 @@ var ( fd_GenesisState_next_l1_sequence protoreflect.FieldDescriptor fd_GenesisState_bridge_info protoreflect.FieldDescriptor fd_GenesisState_exported protoreflect.FieldDescriptor + fd_GenesisState_denom_pairs protoreflect.FieldDescriptor ) func init() { @@ -138,6 +190,7 @@ func init() { fd_GenesisState_next_l1_sequence = md_GenesisState.Fields().ByName("next_l1_sequence") fd_GenesisState_bridge_info = md_GenesisState.Fields().ByName("bridge_info") fd_GenesisState_exported = md_GenesisState.Fields().ByName("exported") + fd_GenesisState_denom_pairs = md_GenesisState.Fields().ByName("denom_pairs") } var _ protoreflect.Message = (*fastReflection_GenesisState)(nil) @@ -247,6 +300,12 @@ func (x *fastReflection_GenesisState) Range(f func(protoreflect.FieldDescriptor, return } } + if len(x.DenomPairs) != 0 { + value := protoreflect.ValueOfList(&_GenesisState_8_list{list: &x.DenomPairs}) + if !f(fd_GenesisState_denom_pairs, value) { + return + } + } } // Has reports whether a field is populated. @@ -276,6 +335,8 @@ func (x *fastReflection_GenesisState) Has(fd protoreflect.FieldDescriptor) bool return x.BridgeInfo != nil case "opinit.opchild.v1.GenesisState.exported": return x.Exported != false + case "opinit.opchild.v1.GenesisState.denom_pairs": + return len(x.DenomPairs) != 0 default: if fd.IsExtension() { panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.GenesisState")) @@ -306,6 +367,8 @@ func (x *fastReflection_GenesisState) Clear(fd protoreflect.FieldDescriptor) { x.BridgeInfo = nil case "opinit.opchild.v1.GenesisState.exported": x.Exported = false + case "opinit.opchild.v1.GenesisState.denom_pairs": + x.DenomPairs = nil default: if fd.IsExtension() { panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.GenesisState")) @@ -349,6 +412,12 @@ func (x *fastReflection_GenesisState) Get(descriptor protoreflect.FieldDescripto case "opinit.opchild.v1.GenesisState.exported": value := x.Exported return protoreflect.ValueOfBool(value) + case "opinit.opchild.v1.GenesisState.denom_pairs": + if len(x.DenomPairs) == 0 { + return protoreflect.ValueOfList(&_GenesisState_8_list{}) + } + listValue := &_GenesisState_8_list{list: &x.DenomPairs} + return protoreflect.ValueOfList(listValue) default: if descriptor.IsExtension() { panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.GenesisState")) @@ -387,6 +456,10 @@ func (x *fastReflection_GenesisState) Set(fd protoreflect.FieldDescriptor, value x.BridgeInfo = value.Message().Interface().(*BridgeInfo) case "opinit.opchild.v1.GenesisState.exported": x.Exported = value.Bool() + case "opinit.opchild.v1.GenesisState.denom_pairs": + lv := value.List() + clv := lv.(*_GenesisState_8_list) + x.DenomPairs = *clv.list default: if fd.IsExtension() { panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.GenesisState")) @@ -429,6 +502,12 @@ func (x *fastReflection_GenesisState) Mutable(fd protoreflect.FieldDescriptor) p x.BridgeInfo = new(BridgeInfo) } return protoreflect.ValueOfMessage(x.BridgeInfo.ProtoReflect()) + case "opinit.opchild.v1.GenesisState.denom_pairs": + if x.DenomPairs == nil { + x.DenomPairs = []*DenomPair{} + } + value := &_GenesisState_8_list{list: &x.DenomPairs} + return protoreflect.ValueOfList(value) case "opinit.opchild.v1.GenesisState.next_l2_sequence": panic(fmt.Errorf("field next_l2_sequence of message opinit.opchild.v1.GenesisState is not mutable")) case "opinit.opchild.v1.GenesisState.next_l1_sequence": @@ -466,6 +545,9 @@ func (x *fastReflection_GenesisState) NewField(fd protoreflect.FieldDescriptor) return protoreflect.ValueOfMessage(m.ProtoReflect()) case "opinit.opchild.v1.GenesisState.exported": return protoreflect.ValueOfBool(false) + case "opinit.opchild.v1.GenesisState.denom_pairs": + list := []*DenomPair{} + return protoreflect.ValueOfList(&_GenesisState_8_list{list: &list}) default: if fd.IsExtension() { panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.GenesisState")) @@ -564,6 +646,12 @@ func (x *fastReflection_GenesisState) ProtoMethods() *protoiface.Methods { if x.Exported { n += 2 } + if len(x.DenomPairs) > 0 { + for _, e := range x.DenomPairs { + l = options.Size(e) + n += 1 + l + runtime.Sov(uint64(l)) + } + } if x.unknownFields != nil { n += len(x.unknownFields) } @@ -593,6 +681,22 @@ func (x *fastReflection_GenesisState) ProtoMethods() *protoiface.Methods { i -= len(x.unknownFields) copy(dAtA[i:], x.unknownFields) } + if len(x.DenomPairs) > 0 { + for iNdEx := len(x.DenomPairs) - 1; iNdEx >= 0; iNdEx-- { + encoded, err := options.Marshal(x.DenomPairs[iNdEx]) + if err != nil { + return protoiface.MarshalOutput{ + NoUnkeyedLiterals: input.NoUnkeyedLiterals, + Buf: input.Buf, + }, err + } + i -= len(encoded) + copy(dAtA[i:], encoded) + i = runtime.EncodeVarint(dAtA, i, uint64(len(encoded))) + i-- + dAtA[i] = 0x42 + } + } if x.Exported { i-- if x.Exported { @@ -920,6 +1024,40 @@ func (x *fastReflection_GenesisState) ProtoMethods() *protoiface.Methods { } } x.Exported = bool(v != 0) + case 8: + if wireType != 2 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field DenomPairs", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow + } + if iNdEx >= l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + if postIndex > l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + x.DenomPairs = append(x.DenomPairs, &DenomPair{}) + if err := options.Unmarshal(dAtA[iNdEx:postIndex], x.DenomPairs[len(x.DenomPairs)-1]); err != nil { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := runtime.Skip(dAtA[iNdEx:]) @@ -1453,6 +1591,7 @@ type GenesisState struct { NextL1Sequence uint64 `protobuf:"varint,5,opt,name=next_l1_sequence,json=nextL1Sequence,proto3" json:"next_l1_sequence,omitempty"` BridgeInfo *BridgeInfo `protobuf:"bytes,6,opt,name=bridge_info,json=bridgeInfo,proto3" json:"bridge_info,omitempty"` Exported bool `protobuf:"varint,7,opt,name=exported,proto3" json:"exported,omitempty"` + DenomPairs []*DenomPair `protobuf:"bytes,8,rep,name=denom_pairs,json=denomPairs,proto3" json:"denom_pairs,omitempty"` } func (x *GenesisState) Reset() { @@ -1524,6 +1663,13 @@ func (x *GenesisState) GetExported() bool { return false } +func (x *GenesisState) GetDenomPairs() []*DenomPair { + if x != nil { + return x.DenomPairs + } + return nil +} + // LastValidatorPower required for validator set update logic. type LastValidatorPower struct { state protoimpl.MessageState @@ -1582,7 +1728,7 @@ var file_opinit_opchild_v1_genesis_proto_rawDesc = []byte{ 0x74, 0x6f, 0x1a, 0x14, 0x67, 0x6f, 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x79, 0x70, 0x65, - 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xab, 0x03, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, + 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xf5, 0x03, 0x0a, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x3c, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, @@ -1609,27 +1755,31 @@ var file_opinit_opchild_v1_genesis_proto_rawDesc = []byte{ 0x76, 0x31, 0x2e, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x0a, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1a, 0x0a, 0x08, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x65, 0x64, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x65, 0x78, 0x70, - 0x6f, 0x72, 0x74, 0x65, 0x64, 0x22, 0x68, 0x0a, 0x12, 0x4c, 0x61, 0x73, 0x74, 0x56, 0x61, 0x6c, - 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x32, 0x0a, 0x07, 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, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, - 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, - 0x70, 0x6f, 0x77, 0x65, 0x72, 0x3a, 0x08, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x42, - 0xca, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, - 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, - 0x69, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, - 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x2d, 0x6c, 0x61, 0x62, - 0x73, 0x2f, 0x4f, 0x50, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x70, 0x69, - 0x6e, 0x69, 0x74, 0x2f, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x76, 0x31, 0x3b, 0x6f, - 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x4f, 0x58, 0xaa, 0x02, - 0x11, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, - 0x56, 0x31, 0xca, 0x02, 0x11, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x63, 0x68, - 0x69, 0x6c, 0x64, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, - 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x13, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x3a, - 0x3a, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, - 0x6f, 0x74, 0x6f, 0x33, + 0x6f, 0x72, 0x74, 0x65, 0x64, 0x12, 0x48, 0x0a, 0x0b, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x5f, 0x70, + 0x61, 0x69, 0x72, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x6f, 0x70, 0x69, + 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x76, 0x31, 0x2e, 0x44, + 0x65, 0x6e, 0x6f, 0x6d, 0x50, 0x61, 0x69, 0x72, 0x42, 0x09, 0xc8, 0xde, 0x1f, 0x00, 0xa8, 0xe7, + 0xb0, 0x2a, 0x01, 0x52, 0x0a, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x50, 0x61, 0x69, 0x72, 0x73, 0x22, + 0x68, 0x0a, 0x12, 0x4c, 0x61, 0x73, 0x74, 0x56, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x6f, 0x72, + 0x50, 0x6f, 0x77, 0x65, 0x72, 0x12, 0x32, 0x0a, 0x07, 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, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x6f, 0x77, + 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x70, 0x6f, 0x77, 0x65, 0x72, 0x3a, + 0x08, 0x88, 0xa0, 0x1f, 0x00, 0xe8, 0xa0, 0x1f, 0x00, 0x42, 0xca, 0x01, 0x0a, 0x15, 0x63, 0x6f, + 0x6d, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, + 0x2e, 0x76, 0x31, 0x42, 0x0c, 0x47, 0x65, 0x6e, 0x65, 0x73, 0x69, 0x73, 0x50, 0x72, 0x6f, 0x74, + 0x6f, 0x50, 0x01, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, + 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x2d, 0x6c, 0x61, 0x62, 0x73, 0x2f, 0x4f, 0x50, 0x69, 0x6e, + 0x69, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x6f, 0x70, + 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x76, 0x31, 0x3b, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, + 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x4f, 0x58, 0xaa, 0x02, 0x11, 0x4f, 0x70, 0x69, 0x6e, 0x69, + 0x74, 0x2e, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x4f, + 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5c, 0x56, 0x31, + 0xe2, 0x02, 0x1d, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, + 0x64, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, + 0xea, 0x02, 0x13, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x3a, 0x3a, 0x4f, 0x70, 0x63, 0x68, 0x69, + 0x6c, 0x64, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -1651,17 +1801,19 @@ var file_opinit_opchild_v1_genesis_proto_goTypes = []interface{}{ (*Params)(nil), // 2: opinit.opchild.v1.Params (*Validator)(nil), // 3: opinit.opchild.v1.Validator (*BridgeInfo)(nil), // 4: opinit.opchild.v1.BridgeInfo + (*DenomPair)(nil), // 5: opinit.opchild.v1.DenomPair } var file_opinit_opchild_v1_genesis_proto_depIdxs = []int32{ 2, // 0: opinit.opchild.v1.GenesisState.params:type_name -> opinit.opchild.v1.Params 1, // 1: opinit.opchild.v1.GenesisState.last_validator_powers:type_name -> opinit.opchild.v1.LastValidatorPower 3, // 2: opinit.opchild.v1.GenesisState.validators:type_name -> opinit.opchild.v1.Validator 4, // 3: opinit.opchild.v1.GenesisState.bridge_info:type_name -> opinit.opchild.v1.BridgeInfo - 4, // [4:4] is the sub-list for method output_type - 4, // [4:4] is the sub-list for method input_type - 4, // [4:4] is the sub-list for extension type_name - 4, // [4:4] is the sub-list for extension extendee - 0, // [0:4] is the sub-list for field type_name + 5, // 4: opinit.opchild.v1.GenesisState.denom_pairs:type_name -> opinit.opchild.v1.DenomPair + 5, // [5:5] is the sub-list for method output_type + 5, // [5:5] is the sub-list for method input_type + 5, // [5:5] is the sub-list for extension type_name + 5, // [5:5] is the sub-list for extension extendee + 0, // [0:5] is the sub-list for field type_name } func init() { file_opinit_opchild_v1_genesis_proto_init() } diff --git a/api/opinit/opchild/v1/types.pulsar.go b/api/opinit/opchild/v1/types.pulsar.go index 98d0a9d..8b113e9 100644 --- a/api/opinit/opchild/v1/types.pulsar.go +++ b/api/opinit/opchild/v1/types.pulsar.go @@ -3195,6 +3195,490 @@ func (x *fastReflection_CoinsWrapper) ProtoMethods() *protoiface.Methods { } } +var ( + md_DenomPair protoreflect.MessageDescriptor + fd_DenomPair_denom protoreflect.FieldDescriptor + fd_DenomPair_base_denom protoreflect.FieldDescriptor +) + +func init() { + file_opinit_opchild_v1_types_proto_init() + md_DenomPair = File_opinit_opchild_v1_types_proto.Messages().ByName("DenomPair") + fd_DenomPair_denom = md_DenomPair.Fields().ByName("denom") + fd_DenomPair_base_denom = md_DenomPair.Fields().ByName("base_denom") +} + +var _ protoreflect.Message = (*fastReflection_DenomPair)(nil) + +type fastReflection_DenomPair DenomPair + +func (x *DenomPair) ProtoReflect() protoreflect.Message { + return (*fastReflection_DenomPair)(x) +} + +func (x *DenomPair) slowProtoReflect() protoreflect.Message { + mi := &file_opinit_opchild_v1_types_proto_msgTypes[5] + if protoimpl.UnsafeEnabled && x != nil { + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + if ms.LoadMessageInfo() == nil { + ms.StoreMessageInfo(mi) + } + return ms + } + return mi.MessageOf(x) +} + +var _fastReflection_DenomPair_messageType fastReflection_DenomPair_messageType +var _ protoreflect.MessageType = fastReflection_DenomPair_messageType{} + +type fastReflection_DenomPair_messageType struct{} + +func (x fastReflection_DenomPair_messageType) Zero() protoreflect.Message { + return (*fastReflection_DenomPair)(nil) +} +func (x fastReflection_DenomPair_messageType) New() protoreflect.Message { + return new(fastReflection_DenomPair) +} +func (x fastReflection_DenomPair_messageType) Descriptor() protoreflect.MessageDescriptor { + return md_DenomPair +} + +// Descriptor returns message descriptor, which contains only the protobuf +// type information for the message. +func (x *fastReflection_DenomPair) Descriptor() protoreflect.MessageDescriptor { + return md_DenomPair +} + +// 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_DenomPair) Type() protoreflect.MessageType { + return _fastReflection_DenomPair_messageType +} + +// New returns a newly allocated and mutable empty message. +func (x *fastReflection_DenomPair) New() protoreflect.Message { + return new(fastReflection_DenomPair) +} + +// Interface unwraps the message reflection interface and +// returns the underlying ProtoMessage interface. +func (x *fastReflection_DenomPair) Interface() protoreflect.ProtoMessage { + return (*DenomPair)(x) +} + +// Range iterates over every populated field in an undefined order, +// calling f for each field descriptor and value encountered. +// Range returns immediately if f returns false. +// While iterating, mutating operations may only be performed +// on the current field descriptor. +func (x *fastReflection_DenomPair) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { + if x.Denom != "" { + value := protoreflect.ValueOfString(x.Denom) + if !f(fd_DenomPair_denom, value) { + return + } + } + if x.BaseDenom != "" { + value := protoreflect.ValueOfString(x.BaseDenom) + if !f(fd_DenomPair_base_denom, value) { + return + } + } +} + +// Has reports whether a field is populated. +// +// Some fields have the property of nullability where it is possible to +// distinguish between the default value of a field and whether the field +// was explicitly populated with the default value. Singular message fields, +// member fields of a oneof, and proto2 scalar fields are nullable. Such +// fields are populated only if explicitly set. +// +// 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_DenomPair) Has(fd protoreflect.FieldDescriptor) bool { + switch fd.FullName() { + case "opinit.opchild.v1.DenomPair.denom": + return x.Denom != "" + case "opinit.opchild.v1.DenomPair.base_denom": + return x.BaseDenom != "" + default: + if fd.IsExtension() { + panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.DenomPair")) + } + panic(fmt.Errorf("message opinit.opchild.v1.DenomPair does not contain field %s", fd.FullName())) + } +} + +// Clear clears the field such that a subsequent Has call reports false. +// +// Clearing an extension field clears both the extension type and value +// associated with the given field number. +// +// Clear is a mutating operation and unsafe for concurrent use. +func (x *fastReflection_DenomPair) Clear(fd protoreflect.FieldDescriptor) { + switch fd.FullName() { + case "opinit.opchild.v1.DenomPair.denom": + x.Denom = "" + case "opinit.opchild.v1.DenomPair.base_denom": + x.BaseDenom = "" + default: + if fd.IsExtension() { + panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.DenomPair")) + } + panic(fmt.Errorf("message opinit.opchild.v1.DenomPair does not contain field %s", fd.FullName())) + } +} + +// Get retrieves the value for a field. +// +// For unpopulated scalars, it returns the default value, where +// 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_DenomPair) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { + switch descriptor.FullName() { + case "opinit.opchild.v1.DenomPair.denom": + value := x.Denom + return protoreflect.ValueOfString(value) + case "opinit.opchild.v1.DenomPair.base_denom": + value := x.BaseDenom + return protoreflect.ValueOfString(value) + default: + if descriptor.IsExtension() { + panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.DenomPair")) + } + panic(fmt.Errorf("message opinit.opchild.v1.DenomPair does not contain field %s", descriptor.FullName())) + } +} + +// Set stores the value for a field. +// +// For a field belonging to a oneof, it implicitly clears any other field +// that may be currently set within the same oneof. +// For extension fields, it implicitly stores the provided ExtensionType. +// When setting a composite type, it is unspecified whether the stored value +// aliases the source's memory in any way. If the composite value is an +// empty, read-only value, then it panics. +// +// Set is a mutating operation and unsafe for concurrent use. +func (x *fastReflection_DenomPair) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { + switch fd.FullName() { + case "opinit.opchild.v1.DenomPair.denom": + x.Denom = value.Interface().(string) + case "opinit.opchild.v1.DenomPair.base_denom": + x.BaseDenom = value.Interface().(string) + default: + if fd.IsExtension() { + panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.DenomPair")) + } + panic(fmt.Errorf("message opinit.opchild.v1.DenomPair does not contain field %s", fd.FullName())) + } +} + +// Mutable returns a mutable reference to a composite type. +// +// If the field is unpopulated, it may allocate a composite value. +// For a field belonging to a oneof, it implicitly clears any other field +// that may be currently set within the same oneof. +// For extension fields, it implicitly stores the provided ExtensionType +// if not already stored. +// It panics if the field does not contain a composite type. +// +// Mutable is a mutating operation and unsafe for concurrent use. +func (x *fastReflection_DenomPair) Mutable(fd protoreflect.FieldDescriptor) protoreflect.Value { + switch fd.FullName() { + case "opinit.opchild.v1.DenomPair.denom": + panic(fmt.Errorf("field denom of message opinit.opchild.v1.DenomPair is not mutable")) + case "opinit.opchild.v1.DenomPair.base_denom": + panic(fmt.Errorf("field base_denom of message opinit.opchild.v1.DenomPair is not mutable")) + default: + if fd.IsExtension() { + panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.DenomPair")) + } + panic(fmt.Errorf("message opinit.opchild.v1.DenomPair 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_DenomPair) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { + switch fd.FullName() { + case "opinit.opchild.v1.DenomPair.denom": + return protoreflect.ValueOfString("") + case "opinit.opchild.v1.DenomPair.base_denom": + return protoreflect.ValueOfString("") + default: + if fd.IsExtension() { + panic(fmt.Errorf("proto3 declared messages do not support extensions: opinit.opchild.v1.DenomPair")) + } + panic(fmt.Errorf("message opinit.opchild.v1.DenomPair 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_DenomPair) WhichOneof(d protoreflect.OneofDescriptor) protoreflect.FieldDescriptor { + switch d.FullName() { + default: + panic(fmt.Errorf("%s is not a oneof field in opinit.opchild.v1.DenomPair", d.FullName())) + } + panic("unreachable") +} + +// 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_DenomPair) GetUnknown() protoreflect.RawFields { + return x.unknownFields +} + +// SetUnknown stores an entire list of unknown fields. +// The raw fields must be syntactically valid according to the wire format. +// An implementation may panic if this is not the case. +// Once stored, the caller must not mutate the content of the RawFields. +// An empty RawFields may be passed to clear the fields. +// +// SetUnknown is a mutating operation and unsafe for concurrent use. +func (x *fastReflection_DenomPair) SetUnknown(fields protoreflect.RawFields) { + x.unknownFields = fields +} + +// IsValid reports whether the message is valid. +// +// An invalid message is an empty, read-only value. +// +// An invalid message often corresponds to a nil pointer of the concrete +// 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_DenomPair) IsValid() bool { + return x != nil +} + +// ProtoMethods returns optional fastReflectionFeature-path implementations of various operations. +// This method may return nil. +// +// The returned methods type is identical to +// "google.golang.org/protobuf/runtime/protoiface".Methods. +// Consult the protoiface package documentation for details. +func (x *fastReflection_DenomPair) ProtoMethods() *protoiface.Methods { + size := func(input protoiface.SizeInput) protoiface.SizeOutput { + x := input.Message.Interface().(*DenomPair) + if x == nil { + return protoiface.SizeOutput{ + NoUnkeyedLiterals: input.NoUnkeyedLiterals, + Size: 0, + } + } + options := runtime.SizeInputToOptions(input) + _ = options + var n int + var l int + _ = l + l = len(x.Denom) + if l > 0 { + n += 1 + l + runtime.Sov(uint64(l)) + } + l = len(x.BaseDenom) + if l > 0 { + n += 1 + l + runtime.Sov(uint64(l)) + } + if x.unknownFields != nil { + n += len(x.unknownFields) + } + return protoiface.SizeOutput{ + NoUnkeyedLiterals: input.NoUnkeyedLiterals, + Size: n, + } + } + + marshal := func(input protoiface.MarshalInput) (protoiface.MarshalOutput, error) { + x := input.Message.Interface().(*DenomPair) + if x == nil { + return protoiface.MarshalOutput{ + NoUnkeyedLiterals: input.NoUnkeyedLiterals, + Buf: input.Buf, + }, nil + } + options := runtime.MarshalInputToOptions(input) + _ = options + size := options.Size(x) + dAtA := make([]byte, size) + i := len(dAtA) + _ = i + var l int + _ = l + if x.unknownFields != nil { + i -= len(x.unknownFields) + copy(dAtA[i:], x.unknownFields) + } + if len(x.BaseDenom) > 0 { + i -= len(x.BaseDenom) + copy(dAtA[i:], x.BaseDenom) + i = runtime.EncodeVarint(dAtA, i, uint64(len(x.BaseDenom))) + i-- + dAtA[i] = 0x12 + } + if len(x.Denom) > 0 { + i -= len(x.Denom) + copy(dAtA[i:], x.Denom) + i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Denom))) + i-- + dAtA[i] = 0xa + } + if input.Buf != nil { + input.Buf = append(input.Buf, dAtA...) + } else { + input.Buf = dAtA + } + return protoiface.MarshalOutput{ + NoUnkeyedLiterals: input.NoUnkeyedLiterals, + Buf: input.Buf, + }, nil + } + unmarshal := func(input protoiface.UnmarshalInput) (protoiface.UnmarshalOutput, error) { + x := input.Message.Interface().(*DenomPair) + if x == nil { + return protoiface.UnmarshalOutput{ + NoUnkeyedLiterals: input.NoUnkeyedLiterals, + Flags: input.Flags, + }, nil + } + options := runtime.UnmarshalInputToOptions(input) + _ = options + dAtA := input.Buf + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow + } + if iNdEx >= l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: DenomPair: wiretype end group for non-group") + } + if fieldNum <= 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: DenomPair: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Denom", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow + } + if iNdEx >= l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + if postIndex > l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + x.Denom = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field BaseDenom", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow + } + if iNdEx >= l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + if postIndex > l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + x.BaseDenom = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := runtime.Skip(dAtA[iNdEx:]) + if err != nil { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + if (iNdEx + skippy) > l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + if !options.DiscardUnknown { + x.unknownFields = append(x.unknownFields, dAtA[iNdEx:iNdEx+skippy]...) + } + iNdEx += skippy + } + } + + if iNdEx > l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, nil + } + return &protoiface.Methods{ + NoUnkeyedLiterals: struct{}{}, + Flags: protoiface.SupportMarshalDeterministic | protoiface.SupportUnmarshalDiscardUnknown, + Size: size, + Marshal: marshal, + Unmarshal: unmarshal, + Merge: nil, + CheckInitialized: nil, + } +} + // Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.27.0 @@ -3562,6 +4046,49 @@ func (x *CoinsWrapper) GetCoins() []*v1beta1.Coin { return nil } +type DenomPair struct { + state protoimpl.MessageState + sizeCache protoimpl.SizeCache + unknownFields protoimpl.UnknownFields + + Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` + BaseDenom string `protobuf:"bytes,2,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"` +} + +func (x *DenomPair) Reset() { + *x = DenomPair{} + if protoimpl.UnsafeEnabled { + mi := &file_opinit_opchild_v1_types_proto_msgTypes[5] + ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) + ms.StoreMessageInfo(mi) + } +} + +func (x *DenomPair) String() string { + return protoimpl.X.MessageStringOf(x) +} + +func (*DenomPair) ProtoMessage() {} + +// Deprecated: Use DenomPair.ProtoReflect.Descriptor instead. +func (*DenomPair) Descriptor() ([]byte, []int) { + return file_opinit_opchild_v1_types_proto_rawDescGZIP(), []int{5} +} + +func (x *DenomPair) GetDenom() string { + if x != nil { + return x.Denom + } + return "" +} + +func (x *DenomPair) GetBaseDenom() string { + if x != nil { + return x.BaseDenom + } + return "" +} + var File_opinit_opchild_v1_types_proto protoreflect.FileDescriptor var file_opinit_opchild_v1_types_proto_rawDesc = []byte{ @@ -3665,32 +4192,36 @@ var file_opinit_opchild_v1_types_proto_rawDesc = []byte{ 0xc8, 0xde, 0x1f, 0x00, 0xaa, 0xdf, 0x1f, 0x28, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x43, 0x6f, 0x69, 0x6e, 0x73, - 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x05, 0x63, 0x6f, 0x69, 0x6e, 0x73, 0x2a, 0xa9, 0x01, 0x0a, - 0x12, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x54, - 0x79, 0x70, 0x65, 0x12, 0x35, 0x0a, 0x20, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x5f, - 0x52, 0x45, 0x53, 0x55, 0x4c, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, 0x53, 0x50, - 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x1a, 0x0f, 0x8a, 0x9d, 0x20, 0x0b, 0x55, - 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x12, 0x27, 0x0a, 0x19, 0x52, 0x45, - 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x55, 0x4c, 0x54, 0x5f, 0x54, 0x59, - 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x4f, 0x50, 0x10, 0x01, 0x1a, 0x08, 0x8a, 0x9d, 0x20, 0x04, 0x4e, - 0x4f, 0x4f, 0x50, 0x12, 0x2d, 0x0a, 0x1c, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x5f, - 0x52, 0x45, 0x53, 0x55, 0x4c, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x53, 0x55, 0x43, 0x43, - 0x45, 0x53, 0x53, 0x10, 0x02, 0x1a, 0x0b, 0x8a, 0x9d, 0x20, 0x07, 0x53, 0x55, 0x43, 0x43, 0x45, - 0x53, 0x53, 0x1a, 0x04, 0x88, 0xa3, 0x1e, 0x00, 0x42, 0xd0, 0x01, 0xc8, 0xe1, 0x1e, 0x00, 0xa8, - 0xe2, 0x1e, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, - 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x54, 0x79, 0x70, 0x65, - 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, - 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x2d, 0x6c, 0x61, 0x62, 0x73, - 0x2f, 0x4f, 0x50, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x70, 0x69, 0x6e, - 0x69, 0x74, 0x2f, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x76, 0x31, 0x3b, 0x6f, 0x70, - 0x63, 0x68, 0x69, 0x6c, 0x64, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x4f, 0x58, 0xaa, 0x02, 0x11, - 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x56, - 0x31, 0xca, 0x02, 0x11, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x63, 0x68, 0x69, - 0x6c, 0x64, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, - 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, - 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x13, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x3a, 0x3a, - 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, - 0x74, 0x6f, 0x33, + 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x05, 0x63, 0x6f, 0x69, 0x6e, 0x73, 0x22, 0x40, 0x0a, 0x09, + 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x50, 0x61, 0x69, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x64, 0x65, 0x6e, + 0x6f, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x12, + 0x1d, 0x0a, 0x0a, 0x62, 0x61, 0x73, 0x65, 0x5f, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x02, 0x20, + 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x61, 0x73, 0x65, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x2a, 0xa9, + 0x01, 0x0a, 0x12, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x65, 0x73, 0x75, 0x6c, + 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x35, 0x0a, 0x20, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, + 0x45, 0x5f, 0x52, 0x45, 0x53, 0x55, 0x4c, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x55, 0x4e, + 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x1a, 0x0f, 0x8a, 0x9d, 0x20, + 0x0b, 0x55, 0x4e, 0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x12, 0x27, 0x0a, 0x19, + 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, 0x45, 0x5f, 0x52, 0x45, 0x53, 0x55, 0x4c, 0x54, 0x5f, + 0x54, 0x59, 0x50, 0x45, 0x5f, 0x4e, 0x4f, 0x4f, 0x50, 0x10, 0x01, 0x1a, 0x08, 0x8a, 0x9d, 0x20, + 0x04, 0x4e, 0x4f, 0x4f, 0x50, 0x12, 0x2d, 0x0a, 0x1c, 0x52, 0x45, 0x53, 0x50, 0x4f, 0x4e, 0x53, + 0x45, 0x5f, 0x52, 0x45, 0x53, 0x55, 0x4c, 0x54, 0x5f, 0x54, 0x59, 0x50, 0x45, 0x5f, 0x53, 0x55, + 0x43, 0x43, 0x45, 0x53, 0x53, 0x10, 0x02, 0x1a, 0x0b, 0x8a, 0x9d, 0x20, 0x07, 0x53, 0x55, 0x43, + 0x43, 0x45, 0x53, 0x53, 0x1a, 0x04, 0x88, 0xa3, 0x1e, 0x00, 0x42, 0xd0, 0x01, 0xc8, 0xe1, 0x1e, + 0x00, 0xa8, 0xe2, 0x1e, 0x01, 0x0a, 0x15, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, + 0x74, 0x2e, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2e, 0x76, 0x31, 0x42, 0x0a, 0x54, 0x79, + 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3d, 0x67, 0x69, 0x74, 0x68, + 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x2d, 0x6c, 0x61, + 0x62, 0x73, 0x2f, 0x4f, 0x50, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x70, + 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x2f, 0x76, 0x31, 0x3b, + 0x6f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x4f, 0x58, 0xaa, + 0x02, 0x11, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, + 0x2e, 0x56, 0x31, 0xca, 0x02, 0x11, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x63, + 0x68, 0x69, 0x6c, 0x64, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1d, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, + 0x5c, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x13, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, + 0x3a, 0x3a, 0x4f, 0x70, 0x63, 0x68, 0x69, 0x6c, 0x64, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -3706,7 +4237,7 @@ func file_opinit_opchild_v1_types_proto_rawDescGZIP() []byte { } var file_opinit_opchild_v1_types_proto_enumTypes = make([]protoimpl.EnumInfo, 1) -var file_opinit_opchild_v1_types_proto_msgTypes = make([]protoimpl.MessageInfo, 5) +var file_opinit_opchild_v1_types_proto_msgTypes = make([]protoimpl.MessageInfo, 6) var file_opinit_opchild_v1_types_proto_goTypes = []interface{}{ (ResponseResultType)(0), // 0: opinit.opchild.v1.ResponseResultType (*Params)(nil), // 1: opinit.opchild.v1.Params @@ -3714,18 +4245,19 @@ var file_opinit_opchild_v1_types_proto_goTypes = []interface{}{ (*ValidatorUpdates)(nil), // 3: opinit.opchild.v1.ValidatorUpdates (*BridgeInfo)(nil), // 4: opinit.opchild.v1.BridgeInfo (*CoinsWrapper)(nil), // 5: opinit.opchild.v1.CoinsWrapper - (*v1beta1.DecCoin)(nil), // 6: cosmos.base.v1beta1.DecCoin - (*anypb.Any)(nil), // 7: google.protobuf.Any - (*abci.ValidatorUpdate)(nil), // 8: tendermint.abci.ValidatorUpdate - (*v1.BridgeConfig)(nil), // 9: opinit.ophost.v1.BridgeConfig - (*v1beta1.Coin)(nil), // 10: cosmos.base.v1beta1.Coin + (*DenomPair)(nil), // 6: opinit.opchild.v1.DenomPair + (*v1beta1.DecCoin)(nil), // 7: cosmos.base.v1beta1.DecCoin + (*anypb.Any)(nil), // 8: google.protobuf.Any + (*abci.ValidatorUpdate)(nil), // 9: tendermint.abci.ValidatorUpdate + (*v1.BridgeConfig)(nil), // 10: opinit.ophost.v1.BridgeConfig + (*v1beta1.Coin)(nil), // 11: cosmos.base.v1beta1.Coin } var file_opinit_opchild_v1_types_proto_depIdxs = []int32{ - 6, // 0: opinit.opchild.v1.Params.min_gas_prices:type_name -> cosmos.base.v1beta1.DecCoin - 7, // 1: opinit.opchild.v1.Validator.consensus_pubkey:type_name -> google.protobuf.Any - 8, // 2: opinit.opchild.v1.ValidatorUpdates.updates:type_name -> tendermint.abci.ValidatorUpdate - 9, // 3: opinit.opchild.v1.BridgeInfo.bridge_config:type_name -> opinit.ophost.v1.BridgeConfig - 10, // 4: opinit.opchild.v1.CoinsWrapper.coins:type_name -> cosmos.base.v1beta1.Coin + 7, // 0: opinit.opchild.v1.Params.min_gas_prices:type_name -> cosmos.base.v1beta1.DecCoin + 8, // 1: opinit.opchild.v1.Validator.consensus_pubkey:type_name -> google.protobuf.Any + 9, // 2: opinit.opchild.v1.ValidatorUpdates.updates:type_name -> tendermint.abci.ValidatorUpdate + 10, // 3: opinit.opchild.v1.BridgeInfo.bridge_config:type_name -> opinit.ophost.v1.BridgeConfig + 11, // 4: opinit.opchild.v1.CoinsWrapper.coins:type_name -> cosmos.base.v1beta1.Coin 5, // [5:5] is the sub-list for method output_type 5, // [5:5] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name @@ -3799,6 +4331,18 @@ func file_opinit_opchild_v1_types_proto_init() { return nil } } + file_opinit_opchild_v1_types_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { + switch v := v.(*DenomPair); i { + case 0: + return &v.state + case 1: + return &v.sizeCache + case 2: + return &v.unknownFields + default: + return nil + } + } } type x struct{} out := protoimpl.TypeBuilder{ @@ -3806,7 +4350,7 @@ func file_opinit_opchild_v1_types_proto_init() { GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_opinit_opchild_v1_types_proto_rawDesc, NumEnums: 1, - NumMessages: 5, + NumMessages: 6, NumExtensions: 0, NumServices: 0, }, diff --git a/api/opinit/ophost/v1/tx.pulsar.go b/api/opinit/ophost/v1/tx.pulsar.go index ce03bcb..88ace50 100644 --- a/api/opinit/ophost/v1/tx.pulsar.go +++ b/api/opinit/ophost/v1/tx.pulsar.go @@ -4797,11 +4797,12 @@ func (x *_MsgFinalizeTokenWithdrawal_4_list) IsValid() bool { var ( md_MsgFinalizeTokenWithdrawal protoreflect.MessageDescriptor + fd_MsgFinalizeTokenWithdrawal_sender protoreflect.FieldDescriptor fd_MsgFinalizeTokenWithdrawal_bridge_id protoreflect.FieldDescriptor fd_MsgFinalizeTokenWithdrawal_output_index protoreflect.FieldDescriptor fd_MsgFinalizeTokenWithdrawal_withdrawal_proofs protoreflect.FieldDescriptor - fd_MsgFinalizeTokenWithdrawal_sender protoreflect.FieldDescriptor - fd_MsgFinalizeTokenWithdrawal_receiver protoreflect.FieldDescriptor + fd_MsgFinalizeTokenWithdrawal_from protoreflect.FieldDescriptor + fd_MsgFinalizeTokenWithdrawal_to protoreflect.FieldDescriptor fd_MsgFinalizeTokenWithdrawal_sequence protoreflect.FieldDescriptor fd_MsgFinalizeTokenWithdrawal_amount protoreflect.FieldDescriptor fd_MsgFinalizeTokenWithdrawal_version protoreflect.FieldDescriptor @@ -4812,11 +4813,12 @@ var ( func init() { file_opinit_ophost_v1_tx_proto_init() md_MsgFinalizeTokenWithdrawal = File_opinit_ophost_v1_tx_proto.Messages().ByName("MsgFinalizeTokenWithdrawal") + fd_MsgFinalizeTokenWithdrawal_sender = md_MsgFinalizeTokenWithdrawal.Fields().ByName("sender") fd_MsgFinalizeTokenWithdrawal_bridge_id = md_MsgFinalizeTokenWithdrawal.Fields().ByName("bridge_id") fd_MsgFinalizeTokenWithdrawal_output_index = md_MsgFinalizeTokenWithdrawal.Fields().ByName("output_index") fd_MsgFinalizeTokenWithdrawal_withdrawal_proofs = md_MsgFinalizeTokenWithdrawal.Fields().ByName("withdrawal_proofs") - fd_MsgFinalizeTokenWithdrawal_sender = md_MsgFinalizeTokenWithdrawal.Fields().ByName("sender") - fd_MsgFinalizeTokenWithdrawal_receiver = md_MsgFinalizeTokenWithdrawal.Fields().ByName("receiver") + fd_MsgFinalizeTokenWithdrawal_from = md_MsgFinalizeTokenWithdrawal.Fields().ByName("from") + fd_MsgFinalizeTokenWithdrawal_to = md_MsgFinalizeTokenWithdrawal.Fields().ByName("to") fd_MsgFinalizeTokenWithdrawal_sequence = md_MsgFinalizeTokenWithdrawal.Fields().ByName("sequence") fd_MsgFinalizeTokenWithdrawal_amount = md_MsgFinalizeTokenWithdrawal.Fields().ByName("amount") fd_MsgFinalizeTokenWithdrawal_version = md_MsgFinalizeTokenWithdrawal.Fields().ByName("version") @@ -4889,6 +4891,12 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Interface() protoreflect.Pro // While iterating, mutating operations may only be performed // on the current field descriptor. func (x *fastReflection_MsgFinalizeTokenWithdrawal) Range(f func(protoreflect.FieldDescriptor, protoreflect.Value) bool) { + if x.Sender != "" { + value := protoreflect.ValueOfString(x.Sender) + if !f(fd_MsgFinalizeTokenWithdrawal_sender, value) { + return + } + } if x.BridgeId != uint64(0) { value := protoreflect.ValueOfUint64(x.BridgeId) if !f(fd_MsgFinalizeTokenWithdrawal_bridge_id, value) { @@ -4907,15 +4915,15 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Range(f func(protoreflect.Fi return } } - if x.Sender != "" { - value := protoreflect.ValueOfString(x.Sender) - if !f(fd_MsgFinalizeTokenWithdrawal_sender, value) { + if x.From != "" { + value := protoreflect.ValueOfString(x.From) + if !f(fd_MsgFinalizeTokenWithdrawal_from, value) { return } } - if x.Receiver != "" { - value := protoreflect.ValueOfString(x.Receiver) - if !f(fd_MsgFinalizeTokenWithdrawal_receiver, value) { + if x.To != "" { + value := protoreflect.ValueOfString(x.To) + if !f(fd_MsgFinalizeTokenWithdrawal_to, value) { return } } @@ -4964,16 +4972,18 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Range(f func(protoreflect.Fi // a repeated field is populated if it is non-empty. func (x *fastReflection_MsgFinalizeTokenWithdrawal) Has(fd protoreflect.FieldDescriptor) bool { switch fd.FullName() { + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + return x.Sender != "" case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.bridge_id": return x.BridgeId != uint64(0) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.output_index": return x.OutputIndex != uint64(0) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.withdrawal_proofs": return len(x.WithdrawalProofs) != 0 - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": - return x.Sender != "" - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.receiver": - return x.Receiver != "" + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.from": + return x.From != "" + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.to": + return x.To != "" case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sequence": return x.Sequence != uint64(0) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.amount": @@ -5000,16 +5010,18 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Has(fd protoreflect.FieldDes // Clear is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgFinalizeTokenWithdrawal) Clear(fd protoreflect.FieldDescriptor) { switch fd.FullName() { + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + x.Sender = "" case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.bridge_id": x.BridgeId = uint64(0) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.output_index": x.OutputIndex = uint64(0) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.withdrawal_proofs": x.WithdrawalProofs = nil - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": - x.Sender = "" - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.receiver": - x.Receiver = "" + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.from": + x.From = "" + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.to": + x.To = "" case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sequence": x.Sequence = uint64(0) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.amount": @@ -5036,6 +5048,9 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Clear(fd protoreflect.FieldD // of the value; to obtain a mutable reference, use Mutable. func (x *fastReflection_MsgFinalizeTokenWithdrawal) Get(descriptor protoreflect.FieldDescriptor) protoreflect.Value { switch descriptor.FullName() { + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + value := x.Sender + return protoreflect.ValueOfString(value) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.bridge_id": value := x.BridgeId return protoreflect.ValueOfUint64(value) @@ -5048,11 +5063,11 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Get(descriptor protoreflect. } listValue := &_MsgFinalizeTokenWithdrawal_4_list{list: &x.WithdrawalProofs} return protoreflect.ValueOfList(listValue) - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": - value := x.Sender + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.from": + value := x.From return protoreflect.ValueOfString(value) - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.receiver": - value := x.Receiver + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.to": + value := x.To return protoreflect.ValueOfString(value) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sequence": value := x.Sequence @@ -5089,6 +5104,8 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Get(descriptor protoreflect. // Set is a mutating operation and unsafe for concurrent use. func (x *fastReflection_MsgFinalizeTokenWithdrawal) Set(fd protoreflect.FieldDescriptor, value protoreflect.Value) { switch fd.FullName() { + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + x.Sender = value.Interface().(string) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.bridge_id": x.BridgeId = value.Uint() case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.output_index": @@ -5097,10 +5114,10 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Set(fd protoreflect.FieldDes lv := value.List() clv := lv.(*_MsgFinalizeTokenWithdrawal_4_list) x.WithdrawalProofs = *clv.list - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": - x.Sender = value.Interface().(string) - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.receiver": - x.Receiver = value.Interface().(string) + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.from": + x.From = value.Interface().(string) + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.to": + x.To = value.Interface().(string) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sequence": x.Sequence = value.Uint() case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.amount": @@ -5142,14 +5159,16 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Mutable(fd protoreflect.Fiel x.Amount = new(v1beta1.Coin) } return protoreflect.ValueOfMessage(x.Amount.ProtoReflect()) + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + panic(fmt.Errorf("field sender of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.bridge_id": panic(fmt.Errorf("field bridge_id of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.output_index": panic(fmt.Errorf("field output_index of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": - panic(fmt.Errorf("field sender of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.receiver": - panic(fmt.Errorf("field receiver of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.from": + panic(fmt.Errorf("field from of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.to": + panic(fmt.Errorf("field to of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sequence": panic(fmt.Errorf("field sequence of message opinit.ophost.v1.MsgFinalizeTokenWithdrawal is not mutable")) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.version": @@ -5171,6 +5190,8 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) Mutable(fd protoreflect.Fiel // For lists, maps, and messages, this returns a new, empty, mutable value. func (x *fastReflection_MsgFinalizeTokenWithdrawal) NewField(fd protoreflect.FieldDescriptor) protoreflect.Value { switch fd.FullName() { + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + return protoreflect.ValueOfString("") case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.bridge_id": return protoreflect.ValueOfUint64(uint64(0)) case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.output_index": @@ -5178,9 +5199,9 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) NewField(fd protoreflect.Fie case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.withdrawal_proofs": list := [][]byte{} return protoreflect.ValueOfList(&_MsgFinalizeTokenWithdrawal_4_list{list: &list}) - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sender": + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.from": return protoreflect.ValueOfString("") - case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.receiver": + case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.to": return protoreflect.ValueOfString("") case "opinit.ophost.v1.MsgFinalizeTokenWithdrawal.sequence": return protoreflect.ValueOfUint64(uint64(0)) @@ -5262,6 +5283,10 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M var n int var l int _ = l + l = len(x.Sender) + if l > 0 { + n += 1 + l + runtime.Sov(uint64(l)) + } if x.BridgeId != 0 { n += 1 + runtime.Sov(uint64(x.BridgeId)) } @@ -5274,11 +5299,11 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M n += 1 + l + runtime.Sov(uint64(l)) } } - l = len(x.Sender) + l = len(x.From) if l > 0 { n += 1 + l + runtime.Sov(uint64(l)) } - l = len(x.Receiver) + l = len(x.To) if l > 0 { n += 1 + l + runtime.Sov(uint64(l)) } @@ -5335,21 +5360,21 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M copy(dAtA[i:], x.LastBlockHash) i = runtime.EncodeVarint(dAtA, i, uint64(len(x.LastBlockHash))) i-- - dAtA[i] = 0x52 + dAtA[i] = 0x5a } if len(x.StorageRoot) > 0 { i -= len(x.StorageRoot) copy(dAtA[i:], x.StorageRoot) i = runtime.EncodeVarint(dAtA, i, uint64(len(x.StorageRoot))) i-- - dAtA[i] = 0x4a + dAtA[i] = 0x52 } if len(x.Version) > 0 { i -= len(x.Version) copy(dAtA[i:], x.Version) i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Version))) i-- - dAtA[i] = 0x42 + dAtA[i] = 0x4a } if x.Amount != nil { encoded, err := options.Marshal(x.Amount) @@ -5363,17 +5388,24 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M copy(dAtA[i:], encoded) i = runtime.EncodeVarint(dAtA, i, uint64(len(encoded))) i-- - dAtA[i] = 0x3a + dAtA[i] = 0x42 } if x.Sequence != 0 { i = runtime.EncodeVarint(dAtA, i, uint64(x.Sequence)) i-- - dAtA[i] = 0x30 + dAtA[i] = 0x38 } - if len(x.Sender) > 0 { - i -= len(x.Sender) - copy(dAtA[i:], x.Sender) - i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Sender))) + if len(x.To) > 0 { + i -= len(x.To) + copy(dAtA[i:], x.To) + i = runtime.EncodeVarint(dAtA, i, uint64(len(x.To))) + i-- + dAtA[i] = 0x32 + } + if len(x.From) > 0 { + i -= len(x.From) + copy(dAtA[i:], x.From) + i = runtime.EncodeVarint(dAtA, i, uint64(len(x.From))) i-- dAtA[i] = 0x2a } @@ -5396,10 +5428,10 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M i-- dAtA[i] = 0x10 } - if len(x.Receiver) > 0 { - i -= len(x.Receiver) - copy(dAtA[i:], x.Receiver) - i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Receiver))) + if len(x.Sender) > 0 { + i -= len(x.Sender) + copy(dAtA[i:], x.Sender) + i = runtime.EncodeVarint(dAtA, i, uint64(len(x.Sender))) i-- dAtA[i] = 0xa } @@ -5452,6 +5484,38 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: MsgFinalizeTokenWithdrawal: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { + case 1: + if wireType != 2 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Sender", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrIntOverflow + } + if iNdEx >= l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, runtime.ErrInvalidLength + } + if postIndex > l { + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF + } + x.Sender = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex case 2: if wireType != 0 { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field BridgeId", wireType) @@ -5524,7 +5588,7 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M iNdEx = postIndex case 5: if wireType != 2 { - return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Sender", wireType) + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field From", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -5552,11 +5616,11 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M if postIndex > l { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } - x.Sender = string(dAtA[iNdEx:postIndex]) + x.From = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 1: + case 6: if wireType != 2 { - return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Receiver", wireType) + return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field To", wireType) } var stringLen uint64 for shift := uint(0); ; shift += 7 { @@ -5584,9 +5648,9 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M if postIndex > l { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, io.ErrUnexpectedEOF } - x.Receiver = string(dAtA[iNdEx:postIndex]) + x.To = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex - case 6: + case 7: if wireType != 0 { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Sequence", wireType) } @@ -5605,7 +5669,7 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M break } } - case 7: + case 8: if wireType != 2 { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Amount", wireType) } @@ -5641,7 +5705,7 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, err } iNdEx = postIndex - case 8: + case 9: if wireType != 2 { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field Version", wireType) } @@ -5675,7 +5739,7 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M x.Version = []byte{} } iNdEx = postIndex - case 9: + case 10: if wireType != 2 { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field StorageRoot", wireType) } @@ -5709,7 +5773,7 @@ func (x *fastReflection_MsgFinalizeTokenWithdrawal) ProtoMethods() *protoiface.M x.StorageRoot = []byte{} } iNdEx = postIndex - case 10: + case 11: if wireType != 2 { return protoiface.UnmarshalOutput{NoUnkeyedLiterals: input.NoUnkeyedLiterals, Flags: input.Flags}, fmt.Errorf("proto: wrong wireType = %d for field LastBlockHash", wireType) } @@ -12339,17 +12403,18 @@ type MsgFinalizeTokenWithdrawal struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields + Sender string `protobuf:"bytes,1,opt,name=sender,proto3" json:"sender,omitempty"` BridgeId uint64 `protobuf:"varint,2,opt,name=bridge_id,json=bridgeId,proto3" json:"bridge_id,omitempty"` OutputIndex uint64 `protobuf:"varint,3,opt,name=output_index,json=outputIndex,proto3" json:"output_index,omitempty"` WithdrawalProofs [][]byte `protobuf:"bytes,4,rep,name=withdrawal_proofs,json=withdrawalProofs,proto3" json:"withdrawal_proofs,omitempty"` - Sender string `protobuf:"bytes,5,opt,name=sender,proto3" json:"sender,omitempty"` - Receiver string `protobuf:"bytes,1,opt,name=receiver,proto3" json:"receiver,omitempty"` - Sequence uint64 `protobuf:"varint,6,opt,name=sequence,proto3" json:"sequence,omitempty"` - Amount *v1beta1.Coin `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"` + From string `protobuf:"bytes,5,opt,name=from,proto3" json:"from,omitempty"` + To string `protobuf:"bytes,6,opt,name=to,proto3" json:"to,omitempty"` + Sequence uint64 `protobuf:"varint,7,opt,name=sequence,proto3" json:"sequence,omitempty"` + Amount *v1beta1.Coin `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"` // version of the output root - Version []byte `protobuf:"bytes,8,opt,name=version,proto3" json:"version,omitempty"` - StorageRoot []byte `protobuf:"bytes,9,opt,name=storage_root,json=storageRoot,proto3" json:"storage_root,omitempty"` - LastBlockHash []byte `protobuf:"bytes,10,opt,name=last_block_hash,json=lastBlockHash,proto3" json:"last_block_hash,omitempty"` + Version []byte `protobuf:"bytes,9,opt,name=version,proto3" json:"version,omitempty"` + StorageRoot []byte `protobuf:"bytes,10,opt,name=storage_root,json=storageRoot,proto3" json:"storage_root,omitempty"` + LastBlockHash []byte `protobuf:"bytes,11,opt,name=last_block_hash,json=lastBlockHash,proto3" json:"last_block_hash,omitempty"` } func (x *MsgFinalizeTokenWithdrawal) Reset() { @@ -12372,6 +12437,13 @@ func (*MsgFinalizeTokenWithdrawal) Descriptor() ([]byte, []int) { return file_opinit_ophost_v1_tx_proto_rawDescGZIP(), []int{10} } +func (x *MsgFinalizeTokenWithdrawal) GetSender() string { + if x != nil { + return x.Sender + } + return "" +} + func (x *MsgFinalizeTokenWithdrawal) GetBridgeId() uint64 { if x != nil { return x.BridgeId @@ -12393,16 +12465,16 @@ func (x *MsgFinalizeTokenWithdrawal) GetWithdrawalProofs() [][]byte { return nil } -func (x *MsgFinalizeTokenWithdrawal) GetSender() string { +func (x *MsgFinalizeTokenWithdrawal) GetFrom() string { if x != nil { - return x.Sender + return x.From } return "" } -func (x *MsgFinalizeTokenWithdrawal) GetReceiver() string { +func (x *MsgFinalizeTokenWithdrawal) GetTo() string { if x != nil { - return x.Receiver + return x.To } return "" } @@ -13147,145 +13219,129 @@ var file_opinit_ophost_v1_tx_proto_rawDesc = []byte{ 0x74, 0x69, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x08, 0x73, 0x65, 0x71, - 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0x9a, 0x05, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, + 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0xc3, 0x05, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, - 0x61, 0x77, 0x61, 0x6c, 0x12, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, + 0x61, 0x77, 0x61, 0x6c, 0x12, 0x41, 0x0a, 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x42, 0x29, 0xf2, 0xde, 0x1f, 0x0d, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, + 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x22, 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, + 0x06, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, + 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, + 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, + 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x0c, 0x6f, 0x75, + 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, + 0x42, 0x17, 0xf2, 0xde, 0x1f, 0x13, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6f, 0x75, 0x74, 0x70, + 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, + 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x36, 0x0a, 0x11, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, + 0x61, 0x77, 0x61, 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, + 0x0c, 0x42, 0x09, 0xc8, 0xde, 0x1f, 0x01, 0xa8, 0xe7, 0xb0, 0x2a, 0x00, 0x52, 0x10, 0x77, 0x69, + 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x73, 0x12, 0x23, + 0x0a, 0x04, 0x66, 0x72, 0x6f, 0x6d, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xf2, 0xde, + 0x1f, 0x0b, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x66, 0x72, 0x6f, 0x6d, 0x22, 0x52, 0x04, 0x66, + 0x72, 0x6f, 0x6d, 0x12, 0x35, 0x0a, 0x02, 0x74, 0x6f, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x42, + 0x25, 0xf2, 0xde, 0x1f, 0x09, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x74, 0x6f, 0x22, 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, 0x02, 0x74, 0x6f, 0x12, 0x2f, 0x0a, 0x08, 0x73, 0x65, + 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x04, 0x42, 0x13, 0xf2, 0xde, + 0x1f, 0x0f, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, + 0x22, 0x52, 0x08, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x12, 0x4d, 0x0a, 0x06, 0x61, + 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 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, 0x1a, 0xc8, 0xde, 0x1f, 0x00, 0xf2, 0xde, 0x1f, 0x0d, + 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xa8, 0xe7, 0xb0, + 0x2a, 0x01, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x2c, 0x0a, 0x07, 0x76, 0x65, + 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x12, 0xf2, 0xde, 0x1f, + 0x0e, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x22, 0x52, + 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, 0x0c, 0x73, 0x74, 0x6f, 0x72, + 0x61, 0x67, 0x65, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x17, + 0xf2, 0xde, 0x1f, 0x13, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, + 0x65, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0x52, 0x0b, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, + 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x42, 0x0a, 0x0f, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x62, 0x6c, 0x6f, + 0x63, 0x6b, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x1a, 0xf2, + 0xde, 0x1f, 0x16, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6c, 0x61, 0x73, 0x74, 0x5f, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x22, 0x52, 0x0d, 0x6c, 0x61, 0x73, 0x74, 0x42, + 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x61, 0x73, 0x68, 0x3a, 0x31, 0x82, 0xe7, 0xb0, 0x2a, 0x06, 0x73, + 0x65, 0x6e, 0x64, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, 0x21, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, + 0x2f, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, + 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x22, 0x24, 0x0a, 0x22, 0x4d, + 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, + 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, + 0x65, 0x22, 0x93, 0x02, 0x0a, 0x11, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, + 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, + 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, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, + 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, + 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, + 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x52, 0x0a, 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x72, + 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0xf2, 0xde, + 0x1f, 0x13, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x72, 0x6f, 0x70, + 0x6f, 0x73, 0x65, 0x72, 0x22, 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, 0x0b, 0x6e, + 0x65, 0x77, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x3a, 0x2b, 0x82, 0xe7, 0xb0, 0x2a, + 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x18, 0x6f, + 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x22, 0x66, 0x0a, 0x19, 0x4d, 0x73, 0x67, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, + 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, + 0x75, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6c, 0x32, 0x5f, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, + 0x52, 0x0d, 0x6c, 0x32, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, + 0xa2, 0x02, 0x0a, 0x14, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, + 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, + 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, + 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x22, 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, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, - 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x3a, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, - 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x42, 0x17, 0xf2, - 0xde, 0x1f, 0x13, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, - 0x69, 0x6e, 0x64, 0x65, 0x78, 0x22, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, - 0x64, 0x65, 0x78, 0x12, 0x36, 0x0a, 0x11, 0x77, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, - 0x6c, 0x5f, 0x70, 0x72, 0x6f, 0x6f, 0x66, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0c, 0x42, 0x09, - 0xc8, 0xde, 0x1f, 0x01, 0xa8, 0xe7, 0xb0, 0x2a, 0x00, 0x52, 0x10, 0x77, 0x69, 0x74, 0x68, 0x64, - 0x72, 0x61, 0x77, 0x61, 0x6c, 0x50, 0x72, 0x6f, 0x6f, 0x66, 0x73, 0x12, 0x29, 0x0a, 0x06, 0x73, - 0x65, 0x6e, 0x64, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x11, 0xf2, 0xde, 0x1f, - 0x0d, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x22, 0x52, 0x06, - 0x73, 0x65, 0x6e, 0x64, 0x65, 0x72, 0x12, 0x47, 0x0a, 0x08, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, - 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2b, 0xf2, 0xde, 0x1f, 0x0f, 0x79, 0x61, - 0x6d, 0x6c, 0x3a, 0x22, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x22, 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, 0x08, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x12, - 0x2f, 0x0a, 0x08, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, - 0x04, 0x42, 0x13, 0xf2, 0xde, 0x1f, 0x0f, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x73, 0x65, 0x71, - 0x75, 0x65, 0x6e, 0x63, 0x65, 0x22, 0x52, 0x08, 0x73, 0x65, 0x71, 0x75, 0x65, 0x6e, 0x63, 0x65, - 0x12, 0x4d, 0x0a, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 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, 0x1a, 0xc8, 0xde, 0x1f, - 0x00, 0xf2, 0xde, 0x1f, 0x0d, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x6d, 0x6f, 0x75, 0x6e, - 0x74, 0x22, 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x06, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, - 0x2c, 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0c, - 0x42, 0x12, 0xf2, 0xde, 0x1f, 0x0e, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x76, 0x65, 0x72, 0x73, - 0x69, 0x6f, 0x6e, 0x22, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x0a, - 0x0c, 0x73, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x18, 0x09, 0x20, - 0x01, 0x28, 0x0c, 0x42, 0x17, 0xf2, 0xde, 0x1f, 0x13, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x73, - 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x6f, 0x6f, 0x74, 0x22, 0x52, 0x0b, 0x73, 0x74, - 0x6f, 0x72, 0x61, 0x67, 0x65, 0x52, 0x6f, 0x6f, 0x74, 0x12, 0x42, 0x0a, 0x0f, 0x6c, 0x61, 0x73, - 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x18, 0x0a, 0x20, 0x01, - 0x28, 0x0c, 0x42, 0x1a, 0xf2, 0xde, 0x1f, 0x16, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6c, 0x61, - 0x73, 0x74, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x68, 0x61, 0x73, 0x68, 0x22, 0x52, 0x0d, - 0x6c, 0x61, 0x73, 0x74, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x48, 0x61, 0x73, 0x68, 0x3a, 0x33, 0x82, - 0xe7, 0xb0, 0x2a, 0x08, 0x72, 0x65, 0x63, 0x65, 0x69, 0x76, 0x65, 0x72, 0x8a, 0xe7, 0xb0, 0x2a, - 0x21, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, - 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, - 0x61, 0x6c, 0x22, 0x24, 0x0a, 0x22, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, - 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, - 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x93, 0x02, 0x0a, 0x11, 0x4d, 0x73, 0x67, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x12, 0x4a, - 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, - 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x31, 0x0a, 0x09, 0x62, 0x72, - 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, - 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, - 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x52, 0x0a, - 0x0c, 0x6e, 0x65, 0x77, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, - 0x01, 0x28, 0x09, 0x42, 0x2f, 0xf2, 0xde, 0x1f, 0x13, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6e, - 0x65, 0x77, 0x5f, 0x70, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x22, 0xd2, 0xb4, 0x2d, 0x14, + 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x5b, 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x63, + 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, + 0x42, 0x32, 0xf2, 0xde, 0x1f, 0x16, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6e, 0x65, 0x77, 0x5f, + 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x22, 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, 0x0b, 0x6e, 0x65, 0x77, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, - 0x72, 0x3a, 0x2b, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, - 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x18, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x22, 0x66, - 0x0a, 0x19, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, - 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, - 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x26, - 0x0a, 0x0f, 0x6c, 0x32, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, - 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x32, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xa2, 0x02, 0x0a, 0x14, 0x4d, 0x73, 0x67, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x12, - 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, - 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, - 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x31, 0x0a, 0x09, 0x62, - 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, - 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, - 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x5b, - 0x0a, 0x0f, 0x6e, 0x65, 0x77, 0x5f, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, - 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x09, 0x42, 0x32, 0xf2, 0xde, 0x1f, 0x16, 0x79, 0x61, 0x6d, - 0x6c, 0x3a, 0x22, 0x6e, 0x65, 0x77, 0x5f, 0x63, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, - 0x72, 0x73, 0x22, 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, 0x0e, 0x6e, 0x65, 0x77, - 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x3a, 0x2e, 0x82, 0xe7, 0xb0, - 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x1b, - 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x22, 0x69, 0x0a, 0x1c, 0x4d, - 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, - 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, - 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, - 0x04, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x26, - 0x0a, 0x0f, 0x6c, 0x32, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, - 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x32, 0x42, 0x6c, 0x6f, 0x63, 0x6b, - 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xa8, 0x02, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x4a, 0x0a, - 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, - 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, - 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, - 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, - 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, - 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x65, 0x0a, 0x0e, - 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, - 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, - 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, - 0x6f, 0x42, 0x22, 0xc8, 0xde, 0x1f, 0x00, 0xf2, 0xde, 0x1f, 0x15, 0x79, 0x61, 0x6d, 0x6c, 0x3a, - 0x22, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x61, 0x74, 0x63, 0x68, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x22, - 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x0c, 0x6e, 0x65, 0x77, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, - 0x6e, 0x66, 0x6f, 0x3a, 0x2c, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, - 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x19, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, - 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, - 0x6f, 0x22, 0x67, 0x0a, 0x1a, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, - 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, - 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, 0x64, - 0x65, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6c, 0x32, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, - 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x32, 0x42, - 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0x89, 0x02, 0x0a, 0x15, 0x4d, - 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x43, 0x6f, - 0x6e, 0x66, 0x69, 0x67, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, - 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, - 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, - 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, - 0x65, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0e, 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x5f, 0x65, 0x6e, - 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x42, 0x19, 0xf2, 0xde, 0x1f, - 0x15, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x5f, 0x65, 0x6e, - 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x52, 0x0d, 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x45, 0x6e, - 0x61, 0x62, 0x6c, 0x65, 0x64, 0x3a, 0x2f, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, - 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x1c, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, - 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, - 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, 0x1f, 0x0a, 0x1d, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xf0, 0x01, 0x0a, 0x11, 0x4d, 0x73, 0x67, 0x55, - 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4a, 0x0a, + 0x72, 0x69, 0x6e, 0x67, 0x52, 0x0e, 0x6e, 0x65, 0x77, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, + 0x67, 0x65, 0x72, 0x73, 0x3a, 0x2e, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, + 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x1b, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, + 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, + 0x67, 0x65, 0x72, 0x73, 0x22, 0x69, 0x0a, 0x1c, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, + 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, + 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, + 0x75, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6c, 0x32, 0x5f, 0x62, 0x6c, + 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, + 0x52, 0x0d, 0x6c, 0x32, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, + 0xa8, 0x02, 0x0a, 0x12, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, + 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, + 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, + 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, + 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x65, 0x0a, 0x0e, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x61, 0x74, + 0x63, 0x68, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, + 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, + 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x42, 0x22, 0xc8, 0xde, 0x1f, 0x00, + 0xf2, 0xde, 0x1f, 0x15, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6e, 0x65, 0x77, 0x5f, 0x62, 0x61, + 0x74, 0x63, 0x68, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x22, 0xa8, 0xe7, 0xb0, 0x2a, 0x01, 0x52, 0x0c, + 0x6e, 0x65, 0x77, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x3a, 0x2c, 0x82, 0xe7, + 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, + 0x19, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x67, 0x0a, 0x1a, 0x4d, 0x73, + 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, + 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, + 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6c, + 0x32, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, + 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x32, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, + 0x62, 0x65, 0x72, 0x22, 0x89, 0x02, 0x0a, 0x15, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 0xd2, 0xb4, 0x2d, 0x14, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, @@ -13293,118 +13349,144 @@ var file_opinit_ophost_v1_tx_proto_rawDesc = []byte{ 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x12, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, - 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x08, - 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x13, - 0xf2, 0xde, 0x1f, 0x0f, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, - 0x74, 0x61, 0x22, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x2b, 0x82, - 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, - 0x2a, 0x18, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, - 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x66, 0x0a, 0x19, 0x4d, 0x73, - 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, - 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6f, - 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6c, 0x32, - 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, - 0x01, 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x32, 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, - 0x65, 0x72, 0x22, 0xcd, 0x01, 0x0a, 0x0f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, + 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x40, 0x0a, 0x0e, + 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x03, + 0x20, 0x01, 0x28, 0x08, 0x42, 0x19, 0xf2, 0xde, 0x1f, 0x15, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, + 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x5f, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x52, + 0x0d, 0x6f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x3a, 0x2f, + 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, + 0xb0, 0x2a, 0x1c, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x22, + 0x1f, 0x0a, 0x1d, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, + 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x22, 0xf0, 0x01, 0x0a, 0x11, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x43, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x01, - 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, - 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x11, 0xf2, 0xde, - 0x1f, 0x0d, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x52, - 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x3a, 0x29, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, - 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x16, 0x6f, 0x70, 0x68, 0x6f, - 0x73, 0x74, 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, 0x32, 0xf3, 0x08, - 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x59, 0x0a, 0x0b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x42, - 0x61, 0x74, 0x63, 0x68, 0x12, 0x20, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, - 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x6f, 0x72, - 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x1a, 0x28, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, - 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, - 0x6f, 0x72, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, - 0x12, 0x5c, 0x0a, 0x0c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, - 0x12, 0x21, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, - 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x72, 0x69, - 0x64, 0x67, 0x65, 0x1a, 0x29, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, - 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, - 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, - 0x0a, 0x0d, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, - 0x22, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, - 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x4f, 0x75, 0x74, - 0x70, 0x75, 0x74, 0x1a, 0x2a, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, - 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, - 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, - 0x5c, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, - 0x21, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, - 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x75, 0x74, 0x70, - 0x75, 0x74, 0x1a, 0x29, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, - 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, - 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x74, 0x0a, - 0x14, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x65, - 0x70, 0x6f, 0x73, 0x69, 0x74, 0x12, 0x29, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, - 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x69, 0x74, - 0x69, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, - 0x1a, 0x31, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, - 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x7d, 0x0a, 0x17, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, - 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x12, 0x2c, - 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, - 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, - 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x1a, 0x34, 0x2e, 0x6f, - 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, - 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, - 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, - 0x73, 0x65, 0x12, 0x62, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, - 0x6f, 0x73, 0x65, 0x72, 0x12, 0x23, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, - 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, - 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x1a, 0x2b, 0x2e, 0x6f, 0x70, 0x69, 0x6e, + 0x74, 0x79, 0x12, 0x31, 0x0a, 0x09, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x18, + 0x02, 0x20, 0x01, 0x28, 0x04, 0x42, 0x14, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, + 0x22, 0x62, 0x72, 0x69, 0x64, 0x67, 0x65, 0x5f, 0x69, 0x64, 0x22, 0x52, 0x08, 0x62, 0x72, 0x69, + 0x64, 0x67, 0x65, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, + 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c, 0x42, 0x13, 0xf2, 0xde, 0x1f, 0x0f, 0x79, 0x61, 0x6d, + 0x6c, 0x3a, 0x22, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x52, 0x08, 0x6d, 0x65, + 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x3a, 0x2b, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, + 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x8a, 0xe7, 0xb0, 0x2a, 0x18, 0x6f, 0x70, 0x68, 0x6f, 0x73, + 0x74, 0x2f, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, + 0x61, 0x74, 0x61, 0x22, 0x66, 0x0a, 0x19, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, + 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, + 0x12, 0x21, 0x0a, 0x0c, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, + 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0b, 0x6f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x49, 0x6e, + 0x64, 0x65, 0x78, 0x12, 0x26, 0x0a, 0x0f, 0x6c, 0x32, 0x5f, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x5f, + 0x6e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x6c, 0x32, + 0x42, 0x6c, 0x6f, 0x63, 0x6b, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x22, 0xcd, 0x01, 0x0a, 0x0f, + 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x12, + 0x4a, 0x0a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x01, 0x20, 0x01, + 0x28, 0x09, 0x42, 0x2c, 0xf2, 0xde, 0x1f, 0x10, 0x79, 0x61, 0x6d, 0x6c, 0x3a, 0x22, 0x61, 0x75, + 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 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, 0x43, 0x0a, 0x06, 0x70, + 0x61, 0x72, 0x61, 0x6d, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x6f, 0x70, + 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x50, + 0x61, 0x72, 0x61, 0x6d, 0x73, 0x42, 0x11, 0xf2, 0xde, 0x1f, 0x0d, 0x79, 0x61, 0x6d, 0x6c, 0x3a, + 0x22, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x22, 0x52, 0x06, 0x70, 0x61, 0x72, 0x61, 0x6d, 0x73, + 0x3a, 0x29, 0x82, 0xe7, 0xb0, 0x2a, 0x09, 0x61, 0x75, 0x74, 0x68, 0x6f, 0x72, 0x69, 0x74, 0x79, + 0x8a, 0xe7, 0xb0, 0x2a, 0x16, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 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, 0x32, 0xe3, 0x09, 0x0a, 0x03, 0x4d, 0x73, 0x67, 0x12, 0x59, + 0x0a, 0x0b, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x12, 0x20, 0x2e, + 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, + 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x42, 0x61, 0x74, 0x63, 0x68, 0x1a, + 0x28, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, + 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x63, 0x6f, 0x72, 0x64, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x43, 0x72, 0x65, + 0x61, 0x74, 0x65, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x12, 0x21, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, - 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x52, 0x65, - 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6b, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x12, 0x26, 0x2e, 0x6f, 0x70, - 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, - 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, - 0x65, 0x72, 0x73, 0x1a, 0x2e, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, - 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, - 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, - 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x0f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, - 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x24, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, - 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, - 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x2c, 0x2e, 0x6f, + 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x1a, 0x29, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, - 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, - 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x0e, 0x55, 0x70, - 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x23, 0x2e, 0x6f, + 0x4d, 0x73, 0x67, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x42, 0x72, 0x69, 0x64, 0x67, 0x65, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5f, 0x0a, 0x0d, 0x50, 0x72, 0x6f, 0x70, 0x6f, + 0x73, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x22, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, + 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x50, + 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x1a, 0x2a, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, - 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, - 0x61, 0x1a, 0x2b, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, - 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, - 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 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, + 0x4d, 0x73, 0x67, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, + 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5c, 0x0a, 0x0c, 0x44, 0x65, 0x6c, 0x65, + 0x74, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x12, 0x21, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, + 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x44, + 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x1a, 0x29, 0x2e, 0x6f, 0x70, + 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, + 0x73, 0x67, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x75, 0x74, 0x70, 0x75, 0x74, 0x52, 0x65, + 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x74, 0x0a, 0x14, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, + 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x12, 0x29, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, - 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, - 0x73, 0x1a, 0x29, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, - 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, - 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, - 0xb0, 0x2a, 0x01, 0x42, 0xc2, 0x01, 0xc8, 0xe1, 0x1e, 0x00, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, + 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, + 0x65, 0x6e, 0x44, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x1a, 0x31, 0x2e, 0x6f, 0x70, 0x69, 0x6e, + 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, + 0x49, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x74, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x44, 0x65, 0x70, + 0x6f, 0x73, 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7d, 0x0a, 0x17, + 0x46, 0x69, 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, + 0x68, 0x64, 0x72, 0x61, 0x77, 0x61, 0x6c, 0x12, 0x2c, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, + 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x46, 0x69, + 0x6e, 0x61, 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, + 0x72, 0x61, 0x77, 0x61, 0x6c, 0x1a, 0x34, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, + 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x46, 0x69, 0x6e, 0x61, + 0x6c, 0x69, 0x7a, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x57, 0x69, 0x74, 0x68, 0x64, 0x72, 0x61, + 0x77, 0x61, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x0e, 0x55, + 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x12, 0x23, 0x2e, + 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, + 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, + 0x65, 0x72, 0x1a, 0x2b, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, + 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, + 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, + 0x6b, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, + 0x67, 0x65, 0x72, 0x73, 0x12, 0x26, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, + 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, 0x67, 0x65, 0x72, 0x73, 0x1a, 0x2e, 0x2e, 0x6f, + 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, + 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x43, 0x68, 0x61, 0x6c, 0x6c, 0x65, 0x6e, + 0x67, 0x65, 0x72, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x0f, + 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, + 0x24, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, + 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, + 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x2c, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, + 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x42, 0x61, 0x74, 0x63, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, + 0x6e, 0x73, 0x65, 0x12, 0x62, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, + 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x23, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, + 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, + 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x1a, 0x2b, 0x2e, 0x6f, 0x70, 0x69, + 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, + 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, + 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, + 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12, 0x27, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, - 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, - 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x2d, 0x6c, - 0x61, 0x62, 0x73, 0x2f, 0x4f, 0x50, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, - 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, - 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x4f, 0x58, 0xaa, 0x02, - 0x10, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x4f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x56, - 0x31, 0xca, 0x02, 0x10, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x68, 0x6f, 0x73, - 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1c, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, - 0x68, 0x6f, 0x73, 0x74, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, - 0x61, 0x74, 0x61, 0xea, 0x02, 0x12, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x3a, 0x3a, 0x4f, 0x70, - 0x68, 0x6f, 0x73, 0x74, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, + 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x1a, 0x2f, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, + 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, 0x64, + 0x61, 0x74, 0x65, 0x4f, 0x72, 0x61, 0x63, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 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, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, + 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, 0x67, 0x55, 0x70, + 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x1a, 0x29, 0x2e, 0x6f, 0x70, 0x69, + 0x6e, 0x69, 0x74, 0x2e, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x2e, 0x4d, 0x73, + 0x67, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x72, 0x61, 0x6d, 0x73, 0x52, 0x65, 0x73, + 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x1a, 0x05, 0x80, 0xe7, 0xb0, 0x2a, 0x01, 0x42, 0xc2, 0x01, 0xc8, + 0xe1, 0x1e, 0x00, 0x0a, 0x14, 0x63, 0x6f, 0x6d, 0x2e, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2e, + 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x76, 0x31, 0x42, 0x07, 0x54, 0x78, 0x50, 0x72, 0x6f, + 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, + 0x2f, 0x69, 0x6e, 0x69, 0x74, 0x69, 0x61, 0x2d, 0x6c, 0x61, 0x62, 0x73, 0x2f, 0x4f, 0x50, 0x69, + 0x6e, 0x69, 0x74, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x6f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x2f, 0x6f, + 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2f, 0x76, 0x31, 0x3b, 0x6f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x76, + 0x31, 0xa2, 0x02, 0x03, 0x4f, 0x4f, 0x58, 0xaa, 0x02, 0x10, 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, + 0x2e, 0x4f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x10, 0x4f, 0x70, 0x69, + 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x1c, + 0x4f, 0x70, 0x69, 0x6e, 0x69, 0x74, 0x5c, 0x4f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x5c, 0x56, 0x31, + 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x12, 0x4f, + 0x70, 0x69, 0x6e, 0x69, 0x74, 0x3a, 0x3a, 0x4f, 0x70, 0x68, 0x6f, 0x73, 0x74, 0x3a, 0x3a, 0x56, + 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( @@ -13466,20 +13548,22 @@ var file_opinit_ophost_v1_tx_proto_depIdxs = []int32{ 14, // 12: opinit.ophost.v1.Msg.UpdateChallengers:input_type -> opinit.ophost.v1.MsgUpdateChallengers 16, // 13: opinit.ophost.v1.Msg.UpdateBatchInfo:input_type -> opinit.ophost.v1.MsgUpdateBatchInfo 20, // 14: opinit.ophost.v1.Msg.UpdateMetadata:input_type -> opinit.ophost.v1.MsgUpdateMetadata - 22, // 15: opinit.ophost.v1.Msg.UpdateParams:input_type -> opinit.ophost.v1.MsgUpdateParams - 1, // 16: opinit.ophost.v1.Msg.RecordBatch:output_type -> opinit.ophost.v1.MsgRecordBatchResponse - 3, // 17: opinit.ophost.v1.Msg.CreateBridge:output_type -> opinit.ophost.v1.MsgCreateBridgeResponse - 5, // 18: opinit.ophost.v1.Msg.ProposeOutput:output_type -> opinit.ophost.v1.MsgProposeOutputResponse - 7, // 19: opinit.ophost.v1.Msg.DeleteOutput:output_type -> opinit.ophost.v1.MsgDeleteOutputResponse - 9, // 20: opinit.ophost.v1.Msg.InitiateTokenDeposit:output_type -> opinit.ophost.v1.MsgInitiateTokenDepositResponse - 11, // 21: opinit.ophost.v1.Msg.FinalizeTokenWithdrawal:output_type -> opinit.ophost.v1.MsgFinalizeTokenWithdrawalResponse - 13, // 22: opinit.ophost.v1.Msg.UpdateProposer:output_type -> opinit.ophost.v1.MsgUpdateProposerResponse - 15, // 23: opinit.ophost.v1.Msg.UpdateChallengers:output_type -> opinit.ophost.v1.MsgUpdateChallengersResponse - 17, // 24: opinit.ophost.v1.Msg.UpdateBatchInfo:output_type -> opinit.ophost.v1.MsgUpdateBatchInfoResponse - 21, // 25: opinit.ophost.v1.Msg.UpdateMetadata:output_type -> opinit.ophost.v1.MsgUpdateMetadataResponse - 23, // 26: opinit.ophost.v1.Msg.UpdateParams:output_type -> opinit.ophost.v1.MsgUpdateParamsResponse - 16, // [16:27] is the sub-list for method output_type - 5, // [5:16] is the sub-list for method input_type + 18, // 15: opinit.ophost.v1.Msg.UpdateOracleConfig:input_type -> opinit.ophost.v1.MsgUpdateOracleConfig + 22, // 16: opinit.ophost.v1.Msg.UpdateParams:input_type -> opinit.ophost.v1.MsgUpdateParams + 1, // 17: opinit.ophost.v1.Msg.RecordBatch:output_type -> opinit.ophost.v1.MsgRecordBatchResponse + 3, // 18: opinit.ophost.v1.Msg.CreateBridge:output_type -> opinit.ophost.v1.MsgCreateBridgeResponse + 5, // 19: opinit.ophost.v1.Msg.ProposeOutput:output_type -> opinit.ophost.v1.MsgProposeOutputResponse + 7, // 20: opinit.ophost.v1.Msg.DeleteOutput:output_type -> opinit.ophost.v1.MsgDeleteOutputResponse + 9, // 21: opinit.ophost.v1.Msg.InitiateTokenDeposit:output_type -> opinit.ophost.v1.MsgInitiateTokenDepositResponse + 11, // 22: opinit.ophost.v1.Msg.FinalizeTokenWithdrawal:output_type -> opinit.ophost.v1.MsgFinalizeTokenWithdrawalResponse + 13, // 23: opinit.ophost.v1.Msg.UpdateProposer:output_type -> opinit.ophost.v1.MsgUpdateProposerResponse + 15, // 24: opinit.ophost.v1.Msg.UpdateChallengers:output_type -> opinit.ophost.v1.MsgUpdateChallengersResponse + 17, // 25: opinit.ophost.v1.Msg.UpdateBatchInfo:output_type -> opinit.ophost.v1.MsgUpdateBatchInfoResponse + 21, // 26: opinit.ophost.v1.Msg.UpdateMetadata:output_type -> opinit.ophost.v1.MsgUpdateMetadataResponse + 19, // 27: opinit.ophost.v1.Msg.UpdateOracleConfig:output_type -> opinit.ophost.v1.MsgUpdateOracleConfigResponse + 23, // 28: opinit.ophost.v1.Msg.UpdateParams:output_type -> opinit.ophost.v1.MsgUpdateParamsResponse + 17, // [17:29] is the sub-list for method output_type + 5, // [5:17] is the sub-list for method input_type 5, // [5:5] is the sub-list for extension type_name 5, // [5:5] is the sub-list for extension extendee 0, // [0:5] is the sub-list for field type_name diff --git a/api/opinit/ophost/v1/tx_grpc.pb.go b/api/opinit/ophost/v1/tx_grpc.pb.go index 292022f..7cfe756 100644 --- a/api/opinit/ophost/v1/tx_grpc.pb.go +++ b/api/opinit/ophost/v1/tx_grpc.pb.go @@ -29,6 +29,7 @@ const ( Msg_UpdateChallengers_FullMethodName = "/opinit.ophost.v1.Msg/UpdateChallengers" Msg_UpdateBatchInfo_FullMethodName = "/opinit.ophost.v1.Msg/UpdateBatchInfo" Msg_UpdateMetadata_FullMethodName = "/opinit.ophost.v1.Msg/UpdateMetadata" + Msg_UpdateOracleConfig_FullMethodName = "/opinit.ophost.v1.Msg/UpdateOracleConfig" Msg_UpdateParams_FullMethodName = "/opinit.ophost.v1.Msg/UpdateParams" ) @@ -56,6 +57,8 @@ type MsgClient interface { UpdateBatchInfo(ctx context.Context, in *MsgUpdateBatchInfo, opts ...grpc.CallOption) (*MsgUpdateBatchInfoResponse, error) // UpdateMetadata defines a rpc handler method for MsgUpdateMetadata. UpdateMetadata(ctx context.Context, in *MsgUpdateMetadata, opts ...grpc.CallOption) (*MsgUpdateMetadataResponse, error) + // UpdateOracleConfig defines a rpc handler method for MsgUpdateOracleConfig. + UpdateOracleConfig(ctx context.Context, in *MsgUpdateOracleConfig, opts ...grpc.CallOption) (*MsgUpdateOracleConfigResponse, error) // UpdateParams defines an operation for updating the // x/opchild module parameters. UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) @@ -159,6 +162,15 @@ func (c *msgClient) UpdateMetadata(ctx context.Context, in *MsgUpdateMetadata, o return out, nil } +func (c *msgClient) UpdateOracleConfig(ctx context.Context, in *MsgUpdateOracleConfig, opts ...grpc.CallOption) (*MsgUpdateOracleConfigResponse, error) { + out := new(MsgUpdateOracleConfigResponse) + err := c.cc.Invoke(ctx, Msg_UpdateOracleConfig_FullMethodName, in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *msgClient) UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) { out := new(MsgUpdateParamsResponse) err := c.cc.Invoke(ctx, Msg_UpdateParams_FullMethodName, in, out, opts...) @@ -192,6 +204,8 @@ type MsgServer interface { UpdateBatchInfo(context.Context, *MsgUpdateBatchInfo) (*MsgUpdateBatchInfoResponse, error) // UpdateMetadata defines a rpc handler method for MsgUpdateMetadata. UpdateMetadata(context.Context, *MsgUpdateMetadata) (*MsgUpdateMetadataResponse, error) + // UpdateOracleConfig defines a rpc handler method for MsgUpdateOracleConfig. + UpdateOracleConfig(context.Context, *MsgUpdateOracleConfig) (*MsgUpdateOracleConfigResponse, error) // UpdateParams defines an operation for updating the // x/opchild module parameters. UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) @@ -232,6 +246,9 @@ func (UnimplementedMsgServer) UpdateBatchInfo(context.Context, *MsgUpdateBatchIn func (UnimplementedMsgServer) UpdateMetadata(context.Context, *MsgUpdateMetadata) (*MsgUpdateMetadataResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateMetadata not implemented") } +func (UnimplementedMsgServer) UpdateOracleConfig(context.Context, *MsgUpdateOracleConfig) (*MsgUpdateOracleConfigResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method UpdateOracleConfig not implemented") +} func (UnimplementedMsgServer) UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateParams not implemented") } @@ -428,6 +445,24 @@ func _Msg_UpdateMetadata_Handler(srv interface{}, ctx context.Context, dec func( return interceptor(ctx, in, info, handler) } +func _Msg_UpdateOracleConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(MsgUpdateOracleConfig) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(MsgServer).UpdateOracleConfig(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: Msg_UpdateOracleConfig_FullMethodName, + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(MsgServer).UpdateOracleConfig(ctx, req.(*MsgUpdateOracleConfig)) + } + return interceptor(ctx, in, info, handler) +} + func _Msg_UpdateParams_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(MsgUpdateParams) if err := dec(in); err != nil { @@ -493,6 +528,10 @@ var Msg_ServiceDesc = grpc.ServiceDesc{ MethodName: "UpdateMetadata", Handler: _Msg_UpdateMetadata_Handler, }, + { + MethodName: "UpdateOracleConfig", + Handler: _Msg_UpdateOracleConfig_Handler, + }, { MethodName: "UpdateParams", Handler: _Msg_UpdateParams_Handler, diff --git a/proto/opinit/ophost/v1/tx.proto b/proto/opinit/ophost/v1/tx.proto index c752883..954dda1 100644 --- a/proto/opinit/ophost/v1/tx.proto +++ b/proto/opinit/ophost/v1/tx.proto @@ -63,6 +63,9 @@ service Msg { // UpdateMetadata defines a rpc handler method for MsgUpdateMetadata. rpc UpdateMetadata(MsgUpdateMetadata) returns (MsgUpdateMetadataResponse); + // UpdateOracleConfig defines a rpc handler method for MsgUpdateOracleConfig. + rpc UpdateOracleConfig(MsgUpdateOracleConfig) returns (MsgUpdateOracleConfigResponse); + // UpdateParams defines an operation for updating the // x/opchild module parameters. rpc UpdateParams(MsgUpdateParams) returns (MsgUpdateParamsResponse); diff --git a/x/ophost/types/codec.go b/x/ophost/types/codec.go index 682d33b..37927aa 100644 --- a/x/ophost/types/codec.go +++ b/x/ophost/types/codec.go @@ -22,6 +22,7 @@ func RegisterLegacyAminoCodec(cdc *codec.LegacyAmino) { legacy.RegisterAminoMsg(cdc, &MsgUpdateBatchInfo{}, "ophost/MsgUpdateBatchInfo") legacy.RegisterAminoMsg(cdc, &MsgUpdateParams{}, "ophost/MsgUpdateParams") legacy.RegisterAminoMsg(cdc, &MsgUpdateMetadata{}, "ophost/MsgUpdateMetadata") + legacy.RegisterAminoMsg(cdc, &MsgUpdateOracleConfig{}, "ophost/MsgUpdateOracleConfig") cdc.RegisterConcrete(Params{}, "ophost/Params", nil) cdc.RegisterConcrete(&BridgeAccount{}, "ophost/BridgeAccount", nil) @@ -41,6 +42,7 @@ func RegisterInterfaces(registry codectypes.InterfaceRegistry) { &MsgUpdateBatchInfo{}, &MsgUpdateParams{}, &MsgUpdateMetadata{}, + &MsgUpdateOracleConfig{}, ) // auth account registration diff --git a/x/ophost/types/tx.pb.go b/x/ophost/types/tx.pb.go index 644f786..ef7690d 100644 --- a/x/ophost/types/tx.pb.go +++ b/x/ophost/types/tx.pb.go @@ -1036,111 +1036,111 @@ func init() { func init() { proto.RegisterFile("opinit/ophost/v1/tx.proto", fileDescriptor_d16af6eaf4088d05) } var fileDescriptor_d16af6eaf4088d05 = []byte{ - // 1649 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0x4b, 0x6f, 0x1b, 0x47, - 0x12, 0x26, 0x29, 0x59, 0x16, 0x9b, 0x7a, 0x8e, 0x65, 0x89, 0x1a, 0xdb, 0x1c, 0xa9, 0xed, 0xf5, - 0xca, 0xb2, 0x4c, 0x42, 0xda, 0x5d, 0x2f, 0x40, 0x60, 0x81, 0xf5, 0xc8, 0xfb, 0x90, 0x01, 0xae, - 0x85, 0xd9, 0x5d, 0x2c, 0x36, 0x31, 0x40, 0x0c, 0xc9, 0xd6, 0x70, 0x60, 0x72, 0x9a, 0x99, 0x6e, - 0x4a, 0x56, 0x80, 0x00, 0x41, 0x4e, 0x49, 0x4e, 0x01, 0xf2, 0x07, 0x8c, 0x9c, 0x7c, 0xf4, 0x21, - 0xff, 0x20, 0x17, 0x5d, 0x02, 0x18, 0x41, 0x0e, 0x39, 0x11, 0x89, 0x75, 0x70, 0x8e, 0x01, 0x73, - 0xcc, 0x25, 0xe8, 0xc7, 0xf4, 0x3c, 0x48, 0xca, 0x8a, 0x63, 0x47, 0x17, 0x82, 0x5d, 0xf5, 0x55, - 0x77, 0xd5, 0x57, 0x35, 0xd5, 0x0f, 0xb0, 0x8c, 0x3b, 0xae, 0xe7, 0xd2, 0x12, 0xee, 0x34, 0x31, - 0xa1, 0xa5, 0xfd, 0xcd, 0x12, 0x7d, 0x54, 0xec, 0xf8, 0x98, 0x62, 0x6d, 0x4e, 0xa8, 0x8a, 0x42, - 0x55, 0xdc, 0xdf, 0xd4, 0xe7, 0xed, 0xb6, 0xeb, 0xe1, 0x12, 0xff, 0x15, 0x20, 0xbd, 0x50, 0xc7, - 0xa4, 0x8d, 0x49, 0xa9, 0x66, 0x13, 0x54, 0xda, 0xdf, 0xac, 0x21, 0x6a, 0x6f, 0x96, 0xea, 0xd8, - 0xf5, 0xa4, 0x7e, 0x49, 0xea, 0xdb, 0xc4, 0x61, 0x93, 0xb7, 0x89, 0x23, 0x15, 0xcb, 0x42, 0x51, - 0xe5, 0xa3, 0x92, 0x18, 0x48, 0xd5, 0x82, 0x83, 0x1d, 0x2c, 0xe4, 0xec, 0x9f, 0x94, 0x5e, 0x1e, - 0xf4, 0xf4, 0xb0, 0x83, 0xa4, 0x0d, 0xec, 0xa7, 0xc1, 0x4c, 0x85, 0x38, 0x16, 0xaa, 0x63, 0xbf, - 0x61, 0xda, 0xb4, 0xde, 0xd4, 0xee, 0x81, 0x2c, 0xe9, 0xd6, 0xda, 0x2e, 0xa5, 0xc8, 0xcf, 0xa7, - 0x57, 0xd2, 0x6b, 0x59, 0x73, 0xa3, 0xdf, 0x33, 0xe6, 0x0e, 0xed, 0x76, 0xab, 0x0c, 0x95, 0x0a, - 0x7e, 0xf5, 0xf9, 0xad, 0x05, 0xb9, 0xfe, 0x9d, 0x46, 0xc3, 0x47, 0x84, 0xfc, 0x9b, 0xfa, 0xae, - 0xe7, 0x58, 0xa1, 0xb9, 0xb6, 0x09, 0xb2, 0x35, 0xdf, 0x6d, 0x38, 0xa8, 0xea, 0x36, 0xf2, 0x99, - 0x95, 0xf4, 0xda, 0xb8, 0xb9, 0x10, 0xce, 0xa5, 0x54, 0xd0, 0x9a, 0x14, 0xff, 0x77, 0x1a, 0xda, - 0x9f, 0x41, 0xae, 0xc6, 0xfc, 0xa8, 0xd6, 0x0e, 0x29, 0x22, 0xf9, 0xb1, 0x95, 0xf4, 0xda, 0x94, - 0xb9, 0xd8, 0xef, 0x19, 0x9a, 0x34, 0x0a, 0x95, 0xd0, 0x02, 0x7c, 0x64, 0xb2, 0x41, 0x79, 0xed, - 0x83, 0x17, 0x4f, 0xd7, 0xc3, 0xb5, 0x3f, 0x7e, 0xf1, 0x74, 0xfd, 0xa2, 0x0c, 0x3a, 0x1e, 0x21, - 0xcc, 0x83, 0xc5, 0xb8, 0xc4, 0x42, 0xa4, 0x83, 0x3d, 0x82, 0xe0, 0xd7, 0x69, 0x30, 0x5b, 0x21, - 0xce, 0xb6, 0x8f, 0x6c, 0x8a, 0x4c, 0xee, 0x92, 0x76, 0x17, 0x9c, 0xaf, 0xb3, 0x31, 0x0e, 0xd8, - 0x58, 0xef, 0xf7, 0x8c, 0x19, 0xe1, 0x8c, 0x54, 0x8c, 0xe6, 0x22, 0x30, 0xd5, 0x2c, 0x30, 0x51, - 0xc7, 0xde, 0x9e, 0xeb, 0x70, 0x1a, 0x72, 0x5b, 0x85, 0x62, 0xb2, 0x4c, 0x8a, 0x62, 0xbd, 0x6d, - 0x8e, 0x32, 0xf5, 0xa3, 0x9e, 0x91, 0xea, 0xf7, 0x8c, 0x69, 0xb9, 0x10, 0x97, 0xc2, 0x27, 0x2f, - 0x9e, 0xae, 0xa7, 0x2d, 0x39, 0x53, 0xf9, 0xf7, 0x2c, 0xe2, 0x60, 0x05, 0x16, 0xef, 0x62, 0x18, - 0x6f, 0x34, 0x04, 0x78, 0x1b, 0x2c, 0x25, 0x44, 0x41, 0xc4, 0xda, 0xa5, 0x68, 0x86, 0x58, 0x7c, - 0xe3, 0x61, 0x2e, 0x60, 0x3f, 0x03, 0xe6, 0x2a, 0xc4, 0xd9, 0xf5, 0x71, 0x07, 0x13, 0x74, 0xbf, - 0x4b, 0x3b, 0x5d, 0xaa, 0xfd, 0x03, 0x4c, 0x76, 0x84, 0x20, 0x20, 0xe4, 0x66, 0xbf, 0x67, 0xcc, - 0x0a, 0x3f, 0x03, 0xcd, 0x68, 0x46, 0x94, 0xf1, 0xab, 0x14, 0x47, 0x19, 0x4c, 0x61, 0xee, 0x45, - 0xd5, 0xf5, 0x1a, 0xe8, 0x11, 0xaf, 0x8e, 0x71, 0x73, 0xa9, 0xdf, 0x33, 0x2e, 0x08, 0xab, 0xa8, - 0x16, 0x5a, 0x39, 0x31, 0xdc, 0x61, 0x23, 0xcd, 0x04, 0xb3, 0xad, 0xad, 0x6a, 0xad, 0x85, 0xeb, - 0x0f, 0xab, 0x5e, 0xb7, 0x5d, 0x43, 0x7e, 0x7e, 0x9c, 0x9b, 0xeb, 0xfd, 0x9e, 0xb1, 0x28, 0xcc, - 0x13, 0x00, 0x68, 0x4d, 0xb7, 0xb6, 0x4c, 0x26, 0xf8, 0x17, 0x1f, 0xb3, 0xe2, 0x94, 0x2b, 0xf8, - 0x18, 0xd3, 0xfc, 0xb9, 0x64, 0x71, 0x46, 0x94, 0xd0, 0x02, 0x62, 0x64, 0x61, 0x4c, 0xcb, 0x37, - 0x58, 0xaa, 0x54, 0xe8, 0x2c, 0x57, 0x4b, 0x61, 0xae, 0x62, 0xfc, 0x42, 0x1d, 0xe4, 0x93, 0x32, - 0x55, 0x9f, 0x3f, 0x89, 0xfa, 0xbc, 0x8b, 0x5a, 0x88, 0x06, 0xf9, 0xa8, 0x00, 0x50, 0x6f, 0xda, - 0xad, 0x16, 0xf2, 0x1c, 0x95, 0x91, 0x5b, 0xfd, 0x9e, 0x31, 0x2f, 0x2b, 0x47, 0xe9, 0x46, 0xe7, - 0x24, 0x32, 0xc1, 0x6f, 0x9c, 0x95, 0xf2, 0x3a, 0x23, 0x26, 0xb2, 0x7e, 0xa2, 0x8c, 0xa3, 0x91, - 0xc2, 0x65, 0x5e, 0xc6, 0x51, 0x91, 0x22, 0xe6, 0x38, 0xc3, 0x75, 0x3b, 0x9e, 0x4b, 0x5d, 0x9b, - 0xa2, 0xff, 0xe0, 0x87, 0xc8, 0xbb, 0x8b, 0x3a, 0x98, 0xb8, 0x54, 0xbb, 0x03, 0x26, 0x08, 0xf2, - 0x1a, 0x8a, 0x9c, 0x1b, 0xe1, 0x67, 0x25, 0xe4, 0xa3, 0x89, 0x91, 0x86, 0xaf, 0x42, 0xca, 0x15, - 0x90, 0xa1, 0x98, 0x53, 0x91, 0x35, 0xa7, 0xfb, 0x3d, 0x23, 0x2b, 0xb0, 0x14, 0x43, 0x2b, 0x43, - 0xb1, 0x56, 0x01, 0x13, 0x76, 0x1b, 0x77, 0x3d, 0xca, 0x8b, 0x30, 0xb7, 0xb5, 0x5c, 0x94, 0x0e, - 0xb0, 0x1d, 0xa1, 0x28, 0x77, 0x84, 0xe2, 0x36, 0x76, 0xbd, 0x64, 0x2b, 0x10, 0x66, 0x41, 0x2b, - 0x10, 0x23, 0x6d, 0x03, 0x8c, 0x37, 0x6c, 0x6a, 0xcb, 0x8a, 0xcc, 0x1f, 0xf5, 0x8c, 0x74, 0xbf, - 0x67, 0xe4, 0x84, 0x05, 0xd3, 0x70, 0x7c, 0xca, 0xe2, 0xa8, 0xf2, 0xed, 0x0f, 0x1f, 0x1b, 0xa9, - 0xef, 0x1f, 0x1b, 0x29, 0x46, 0xbe, 0x8c, 0x91, 0x11, 0x5f, 0x08, 0x89, 0x1f, 0xc6, 0x24, 0xfc, - 0x0b, 0x30, 0x46, 0xa8, 0x54, 0x3f, 0xd1, 0xc1, 0x24, 0x41, 0xef, 0x74, 0x91, 0x57, 0x47, 0x41, - 0x3b, 0x09, 0xc6, 0xf0, 0x8b, 0x73, 0x40, 0xaf, 0x10, 0xe7, 0xef, 0xae, 0x67, 0xb7, 0xdc, 0x77, - 0x85, 0xfd, 0xff, 0x5c, 0xda, 0x6c, 0xf8, 0xf6, 0x81, 0xdd, 0x3a, 0xa3, 0x3c, 0xfd, 0x9a, 0x96, - 0x72, 0x1b, 0xcc, 0x1f, 0x28, 0xff, 0xd9, 0x96, 0x8c, 0xf7, 0x48, 0x7e, 0x7c, 0x65, 0x6c, 0x6d, - 0xca, 0xcc, 0xb2, 0x14, 0x08, 0xce, 0xe7, 0x42, 0xcc, 0x2e, 0x87, 0x68, 0x57, 0xc1, 0xf8, 0x9e, - 0x8f, 0xdb, 0x3c, 0x5b, 0x59, 0x73, 0x36, 0xcc, 0x14, 0x93, 0x42, 0x8b, 0x2b, 0xb5, 0x3f, 0xf1, - 0x02, 0x9a, 0xe0, 0x90, 0xdf, 0xc5, 0x0a, 0x68, 0x24, 0x0d, 0xac, 0xb0, 0x4a, 0x91, 0x04, 0x9c, - 0xe7, 0xb1, 0x5c, 0x08, 0xdb, 0xb3, 0x4a, 0x45, 0x98, 0x95, 0x48, 0x25, 0x4e, 0xbe, 0x9e, 0x4a, - 0x3c, 0xbf, 0x8f, 0x7c, 0xe2, 0x62, 0x2f, 0x9f, 0xe5, 0xc5, 0xa8, 0x85, 0xdb, 0xa5, 0x54, 0x40, - 0x2b, 0x80, 0x30, 0xf6, 0x09, 0xc5, 0xbe, 0xed, 0x20, 0xd1, 0x51, 0x01, 0x37, 0x89, 0xb0, 0x1f, - 0xd5, 0x42, 0x2b, 0x27, 0x87, 0xac, 0xa7, 0xf2, 0x86, 0x6e, 0x13, 0x2a, 0x3b, 0x76, 0xd3, 0x26, - 0xcd, 0x7c, 0x8e, 0x9b, 0x47, 0x1b, 0x7a, 0x1c, 0xc0, 0x1a, 0xba, 0x4d, 0x28, 0x6f, 0xe9, 0xff, - 0xb4, 0x49, 0xb3, 0xbc, 0x99, 0xf8, 0x02, 0x56, 0xc3, 0x2f, 0x60, 0x44, 0x99, 0xc2, 0x6b, 0x00, - 0x8e, 0xd6, 0xaa, 0x86, 0xf4, 0x69, 0x06, 0xcc, 0x57, 0x88, 0xf3, 0xdf, 0x4e, 0xc3, 0xa6, 0x68, - 0x37, 0xd8, 0xf2, 0xee, 0x81, 0xac, 0xdd, 0xa5, 0x4d, 0xec, 0xbb, 0xf4, 0x70, 0xf0, 0x6c, 0xa5, - 0x54, 0x27, 0x9c, 0xad, 0x14, 0xe6, 0x55, 0x6a, 0xdd, 0x02, 0x53, 0x1e, 0x3a, 0xa8, 0xaa, 0xed, - 0x5b, 0x74, 0xa7, 0x52, 0xc8, 0x76, 0x54, 0x3b, 0xda, 0x89, 0x9c, 0x87, 0x0e, 0x82, 0x90, 0xca, - 0x37, 0xf9, 0xb1, 0x4b, 0xb9, 0xc5, 0x48, 0xcc, 0x87, 0x24, 0xc6, 0xe3, 0x87, 0x7b, 0x60, 0x79, - 0x40, 0xa8, 0x5a, 0xc7, 0x6a, 0xe2, 0x4b, 0x14, 0xed, 0x23, 0xf6, 0xc1, 0x5d, 0x1f, 0xdc, 0xc3, - 0x79, 0xe4, 0x89, 0x7d, 0x1a, 0x7e, 0x96, 0x01, 0x0b, 0x6a, 0xa1, 0x6d, 0xb5, 0xb9, 0x90, 0xb3, - 0x4e, 0xc0, 0xdb, 0x60, 0x96, 0x51, 0x1c, 0x6e, 0x77, 0xec, 0x80, 0x3b, 0xb6, 0x96, 0x35, 0xb7, - 0xc2, 0x92, 0x4d, 0x00, 0x46, 0xbb, 0x32, 0xe3, 0xa1, 0x83, 0x48, 0x6c, 0xe5, 0xe2, 0x60, 0x26, - 0x2e, 0x25, 0x33, 0x11, 0xc1, 0x43, 0x17, 0x5c, 0x1e, 0x26, 0x7f, 0x13, 0xf9, 0x78, 0x92, 0x01, - 0x9a, 0x5a, 0x8b, 0x1f, 0xb9, 0x77, 0xbc, 0x3d, 0x7c, 0xd6, 0xd9, 0x40, 0x80, 0x51, 0x58, 0x15, - 0x37, 0x0a, 0xd7, 0xdb, 0x13, 0xdb, 0x75, 0x6e, 0xeb, 0xd2, 0x90, 0xb3, 0x79, 0xe0, 0xb3, 0x09, - 0x65, 0x0f, 0xbc, 0x18, 0x66, 0x2b, 0x9c, 0x40, 0xf6, 0x42, 0xf6, 0x95, 0x29, 0x8b, 0xf2, 0xc6, - 0x60, 0x5e, 0x96, 0x93, 0x79, 0x51, 0x68, 0xe8, 0xf0, 0x3d, 0x32, 0x21, 0x7d, 0x13, 0x39, 0xf9, - 0x28, 0x03, 0x2e, 0xaa, 0x95, 0xee, 0xfb, 0x76, 0xbd, 0x25, 0xef, 0x1e, 0x67, 0x9d, 0x96, 0xbf, - 0x82, 0x19, 0xcc, 0xdd, 0xa9, 0x22, 0xcf, 0xae, 0xb5, 0x50, 0x83, 0xa7, 0x65, 0xd2, 0x5c, 0x0e, - 0x59, 0x8f, 0xeb, 0xa1, 0x35, 0x2d, 0x04, 0x7f, 0x13, 0xe3, 0x72, 0x69, 0x90, 0xf1, 0xcb, 0x49, - 0xc6, 0xa3, 0x11, 0x43, 0x03, 0x5c, 0x19, 0xaa, 0x50, 0xed, 0xfc, 0x87, 0x74, 0xa4, 0x9d, 0x57, - 0x10, 0xb5, 0xd9, 0x39, 0xea, 0xac, 0x89, 0x2a, 0x81, 0xc9, 0xb6, 0x74, 0x45, 0xde, 0x93, 0x23, - 0x5b, 0x7d, 0xa0, 0x81, 0x96, 0x02, 0x9d, 0xaa, 0x57, 0x07, 0xc1, 0xc5, 0x7a, 0x75, 0x20, 0x7c, - 0x13, 0x75, 0xf8, 0xa5, 0xb8, 0xd3, 0xc8, 0x4d, 0xc1, 0xf6, 0xed, 0xf6, 0xeb, 0x6d, 0xd3, 0xdb, - 0x60, 0xa2, 0xc3, 0x67, 0x95, 0x37, 0xef, 0xfc, 0xe0, 0xd7, 0x2d, 0x56, 0x35, 0xe7, 0xc3, 0xa3, - 0x8d, 0xb0, 0x80, 0x96, 0x34, 0x15, 0xf7, 0xb7, 0x38, 0x73, 0x8b, 0x03, 0xbb, 0x9c, 0xb0, 0x11, - 0xb7, 0x94, 0xa8, 0x28, 0x60, 0x6d, 0xeb, 0xc7, 0x49, 0x30, 0x56, 0x21, 0x8e, 0xf6, 0x7f, 0x90, - 0x8b, 0xbe, 0xb8, 0xac, 0x0c, 0x7a, 0x14, 0x7f, 0x9f, 0xd0, 0xd7, 0x5e, 0x86, 0x50, 0x89, 0x79, - 0x00, 0xa6, 0x62, 0xaf, 0x17, 0xab, 0x43, 0x2d, 0xa3, 0x10, 0xfd, 0xc6, 0x4b, 0x21, 0x6a, 0xf6, - 0x2a, 0x98, 0x8e, 0x3f, 0x06, 0xc0, 0xa1, 0xb6, 0x31, 0x8c, 0xbe, 0xfe, 0x72, 0x4c, 0xd4, 0xfd, - 0xd8, 0xe5, 0x76, 0xb8, 0xfb, 0x51, 0xc8, 0x08, 0xf7, 0x87, 0xdd, 0x12, 0x35, 0x0a, 0x16, 0x86, - 0xde, 0x10, 0x87, 0x4f, 0x31, 0x0c, 0xaa, 0x6f, 0x9e, 0x1a, 0xaa, 0x56, 0x7d, 0x0f, 0x2c, 0x8d, - 0xba, 0xf2, 0x6c, 0x0c, 0x9d, 0x6d, 0x04, 0x5a, 0xff, 0xe3, 0x2f, 0x41, 0xab, 0xe5, 0x6b, 0x60, - 0x26, 0x71, 0x0a, 0xbd, 0x3a, 0x74, 0x9e, 0x38, 0x48, 0xbf, 0x79, 0x0a, 0x90, 0x5a, 0xe3, 0x21, - 0x98, 0x1f, 0x3c, 0x6b, 0x5d, 0x3f, 0x61, 0x86, 0x08, 0x4e, 0x2f, 0x9e, 0x0e, 0xa7, 0x16, 0x43, - 0x60, 0x36, 0x79, 0x90, 0xb8, 0x76, 0xc2, 0x14, 0x0a, 0xa5, 0x6f, 0x9c, 0x06, 0x35, 0xc8, 0x9b, - 0x6a, 0xf7, 0x27, 0xf1, 0x16, 0x80, 0x4e, 0xe4, 0x6d, 0xa0, 0x8d, 0x3e, 0x00, 0x53, 0xb1, 0xbe, - 0xb7, 0x7a, 0x12, 0xe9, 0x1c, 0x32, 0xa2, 0xdc, 0x87, 0xb5, 0x1b, 0xfd, 0xdc, 0xfb, 0xec, 0x34, - 0x62, 0xde, 0x3b, 0xfa, 0xae, 0x90, 0x3a, 0x7a, 0x5e, 0x48, 0x3f, 0x7b, 0x5e, 0x48, 0x7f, 0xfb, - 0xbc, 0x90, 0xfe, 0xe4, 0xb8, 0x90, 0x7a, 0x76, 0x5c, 0x48, 0x7d, 0x73, 0x5c, 0x48, 0xbd, 0xb5, - 0xe1, 0xb8, 0xb4, 0xd9, 0xad, 0x15, 0xeb, 0xb8, 0x5d, 0x72, 0x79, 0x19, 0xdf, 0x6a, 0xd9, 0x35, - 0x52, 0xba, 0xbf, 0xcb, 0x9f, 0x8d, 0x1f, 0x05, 0x0f, 0xc7, 0xfc, 0xd5, 0xb8, 0x36, 0xc1, 0x9f, - 0x8d, 0xff, 0xf0, 0x73, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf9, 0x12, 0xab, 0x52, 0x00, 0x17, 0x00, - 0x00, + // 1658 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x58, 0xcd, 0x6f, 0x1b, 0x45, + 0x14, 0xb7, 0x9d, 0x34, 0x8d, 0xc7, 0xf9, 0xdc, 0xa6, 0x89, 0xb3, 0x6d, 0xbd, 0xc9, 0xb4, 0xb4, + 0x69, 0x9a, 0xda, 0x4a, 0x80, 0x22, 0x59, 0x42, 0xa2, 0x9b, 0xf2, 0x91, 0x4a, 0xa6, 0xd1, 0x02, + 0x42, 0x7c, 0x48, 0xd6, 0xda, 0x9e, 0xac, 0x57, 0xb5, 0x77, 0xcc, 0xce, 0x38, 0x69, 0x90, 0x90, + 0x10, 0x27, 0xe0, 0x84, 0xc4, 0x3f, 0x50, 0x71, 0xea, 0xb1, 0x07, 0xfe, 0x03, 0x2e, 0xb9, 0x20, + 0x55, 0x88, 0x03, 0x27, 0x0b, 0x9a, 0x43, 0x39, 0x22, 0x5f, 0xb9, 0xa0, 0x99, 0xd9, 0x9d, 0xfd, + 0xf0, 0x3a, 0x0d, 0xa5, 0x25, 0x17, 0xcb, 0xf3, 0xde, 0xef, 0xcd, 0xbc, 0xf7, 0x7b, 0x6f, 0xde, + 0xcc, 0x2c, 0x58, 0xc4, 0x1d, 0xdb, 0xb1, 0x69, 0x09, 0x77, 0x9a, 0x98, 0xd0, 0xd2, 0xee, 0x7a, + 0x89, 0xde, 0x2b, 0x76, 0x5c, 0x4c, 0xb1, 0x32, 0x23, 0x54, 0x45, 0xa1, 0x2a, 0xee, 0xae, 0xab, + 0xb3, 0x66, 0xdb, 0x76, 0x70, 0x89, 0xff, 0x0a, 0x90, 0x5a, 0xa8, 0x63, 0xd2, 0xc6, 0xa4, 0x54, + 0x33, 0x09, 0x2a, 0xed, 0xae, 0xd7, 0x10, 0x35, 0xd7, 0x4b, 0x75, 0x6c, 0x3b, 0x9e, 0x7e, 0xc1, + 0xd3, 0xb7, 0x89, 0xc5, 0x26, 0x6f, 0x13, 0xcb, 0x53, 0x2c, 0x0a, 0x45, 0x95, 0x8f, 0x4a, 0x62, + 0xe0, 0xa9, 0xe6, 0x2c, 0x6c, 0x61, 0x21, 0x67, 0xff, 0x3c, 0xe9, 0xf9, 0x41, 0x4f, 0xf7, 0x3b, + 0xc8, 0xb3, 0x81, 0xfd, 0x34, 0x98, 0xaa, 0x10, 0xcb, 0x40, 0x75, 0xec, 0x36, 0x74, 0x93, 0xd6, + 0x9b, 0xca, 0x6d, 0x90, 0x25, 0xdd, 0x5a, 0xdb, 0xa6, 0x14, 0xb9, 0xf9, 0xf4, 0x52, 0x7a, 0x25, + 0xab, 0xaf, 0xf5, 0x7b, 0xda, 0xcc, 0xbe, 0xd9, 0x6e, 0x95, 0xa1, 0x54, 0xc1, 0x5f, 0x7e, 0xbc, + 0x3e, 0xe7, 0xad, 0x7f, 0xb3, 0xd1, 0x70, 0x11, 0x21, 0xef, 0x51, 0xd7, 0x76, 0x2c, 0x23, 0x30, + 0x57, 0xd6, 0x41, 0xb6, 0xe6, 0xda, 0x0d, 0x0b, 0x55, 0xed, 0x46, 0x3e, 0xb3, 0x94, 0x5e, 0x19, + 0xd5, 0xe7, 0x82, 0xb9, 0xa4, 0x0a, 0x1a, 0xe3, 0xe2, 0xff, 0x56, 0x43, 0x79, 0x0d, 0xe4, 0x6a, + 0xcc, 0x8f, 0x6a, 0x6d, 0x9f, 0x22, 0x92, 0x1f, 0x59, 0x4a, 0xaf, 0x4c, 0xe8, 0xf3, 0xfd, 0x9e, + 0xa6, 0x78, 0x46, 0x81, 0x12, 0x1a, 0x80, 0x8f, 0x74, 0x36, 0x28, 0xaf, 0x7c, 0xf5, 0xe4, 0xe1, + 0x6a, 0xb0, 0xf6, 0xb7, 0x4f, 0x1e, 0xae, 0x9e, 0xf5, 0x82, 0x8e, 0x46, 0x08, 0xf3, 0x60, 0x3e, + 0x2a, 0x31, 0x10, 0xe9, 0x60, 0x87, 0x20, 0xf8, 0x6b, 0x1a, 0x4c, 0x57, 0x88, 0xb5, 0xe9, 0x22, + 0x93, 0x22, 0x9d, 0xbb, 0xa4, 0xdc, 0x02, 0xa7, 0xeb, 0x6c, 0x8c, 0x7d, 0x36, 0x56, 0xfb, 0x3d, + 0x6d, 0x4a, 0x38, 0xe3, 0x29, 0x86, 0x73, 0xe1, 0x9b, 0x2a, 0x06, 0x18, 0xab, 0x63, 0x67, 0xc7, + 0xb6, 0x38, 0x0d, 0xb9, 0x8d, 0x42, 0x31, 0x5e, 0x26, 0x45, 0xb1, 0xde, 0x26, 0x47, 0xe9, 0xea, + 0x41, 0x4f, 0x4b, 0xf5, 0x7b, 0xda, 0xa4, 0xb7, 0x10, 0x97, 0xc2, 0x07, 0x4f, 0x1e, 0xae, 0xa6, + 0x0d, 0x6f, 0xa6, 0xf2, 0x15, 0x16, 0xb1, 0xbf, 0x02, 0x8b, 0x77, 0x3e, 0x88, 0x37, 0x1c, 0x02, + 0xbc, 0x01, 0x16, 0x62, 0x22, 0x3f, 0x62, 0xe5, 0x5c, 0x38, 0x43, 0x2c, 0xbe, 0xd1, 0x20, 0x17, + 0xb0, 0x9f, 0x01, 0x33, 0x15, 0x62, 0x6d, 0xbb, 0xb8, 0x83, 0x09, 0xba, 0xd3, 0xa5, 0x9d, 0x2e, + 0x55, 0xde, 0x06, 0xe3, 0x1d, 0x21, 0xf0, 0x09, 0xb9, 0xd6, 0xef, 0x69, 0xd3, 0xc2, 0x4f, 0x5f, + 0x33, 0x9c, 0x11, 0x69, 0xfc, 0x2c, 0xc5, 0x51, 0x06, 0x13, 0x98, 0x7b, 0x51, 0xb5, 0x9d, 0x06, + 0xba, 0xc7, 0xab, 0x63, 0x54, 0x5f, 0xe8, 0xf7, 0xb4, 0x33, 0xc2, 0x2a, 0xac, 0x85, 0x46, 0x4e, + 0x0c, 0xb7, 0xd8, 0x48, 0xd1, 0xc1, 0x74, 0x6b, 0xa3, 0x5a, 0x6b, 0xe1, 0xfa, 0xdd, 0xaa, 0xd3, + 0x6d, 0xd7, 0x90, 0x9b, 0x1f, 0xe5, 0xe6, 0x6a, 0xbf, 0xa7, 0xcd, 0x0b, 0xf3, 0x18, 0x00, 0x1a, + 0x93, 0xad, 0x0d, 0x9d, 0x09, 0xde, 0xe5, 0x63, 0x56, 0x9c, 0xde, 0x0a, 0x2e, 0xc6, 0x34, 0x7f, + 0x2a, 0x5e, 0x9c, 0x21, 0x25, 0x34, 0x80, 0x18, 0x19, 0x18, 0xd3, 0xf2, 0x55, 0x96, 0x2a, 0x19, + 0x3a, 0xcb, 0xd5, 0x42, 0x90, 0xab, 0x08, 0xbf, 0x50, 0x05, 0xf9, 0xb8, 0x4c, 0xd6, 0xe7, 0xdf, + 0xa2, 0x3e, 0x6f, 0xa1, 0x16, 0xa2, 0x7e, 0x3e, 0x2a, 0x00, 0xd4, 0x9b, 0x66, 0xab, 0x85, 0x1c, + 0x4b, 0x66, 0xe4, 0x7a, 0xbf, 0xa7, 0xcd, 0x7a, 0x95, 0x23, 0x75, 0xc3, 0x73, 0x12, 0x9a, 0xe0, + 0x7f, 0xce, 0x4a, 0x79, 0x95, 0x11, 0x13, 0x5a, 0x3f, 0x56, 0xc6, 0xe1, 0x48, 0xe1, 0x22, 0x2f, + 0xe3, 0xb0, 0x48, 0x12, 0x73, 0x98, 0xe1, 0xba, 0x2d, 0xc7, 0xa6, 0xb6, 0x49, 0xd1, 0xfb, 0xf8, + 0x2e, 0x72, 0x6e, 0xa1, 0x0e, 0x26, 0x36, 0x55, 0x6e, 0x82, 0x31, 0x82, 0x9c, 0x86, 0x24, 0xe7, + 0x6a, 0xb0, 0xad, 0x84, 0x7c, 0x38, 0x31, 0x9e, 0xe1, 0xb3, 0x90, 0x72, 0x01, 0x64, 0x28, 0xe6, + 0x54, 0x64, 0xf5, 0xc9, 0x7e, 0x4f, 0xcb, 0x0a, 0x2c, 0xc5, 0xd0, 0xc8, 0x50, 0xac, 0x54, 0xc0, + 0x98, 0xd9, 0xc6, 0x5d, 0x87, 0xf2, 0x22, 0xcc, 0x6d, 0x2c, 0x16, 0x3d, 0x07, 0xd8, 0x89, 0x50, + 0xf4, 0x4e, 0x84, 0xe2, 0x26, 0xb6, 0x9d, 0x78, 0x2b, 0x10, 0x66, 0x7e, 0x2b, 0x10, 0x23, 0x65, + 0x0d, 0x8c, 0x36, 0x4c, 0x6a, 0x7a, 0x15, 0x99, 0x3f, 0xe8, 0x69, 0xe9, 0x7e, 0x4f, 0xcb, 0x09, + 0x0b, 0xa6, 0xe1, 0xf8, 0x94, 0xc1, 0x51, 0xe5, 0x1b, 0x5f, 0xdf, 0xd7, 0x52, 0x7f, 0xde, 0xd7, + 0x52, 0x8c, 0x7c, 0x2f, 0x46, 0x46, 0x7c, 0x21, 0x20, 0x3e, 0x89, 0x49, 0xf8, 0x3a, 0xd0, 0x86, + 0xa8, 0x64, 0x3f, 0x51, 0xc1, 0x38, 0x41, 0x9f, 0x75, 0x91, 0x53, 0x47, 0x7e, 0x3b, 0xf1, 0xc7, + 0xf0, 0xa7, 0x53, 0x40, 0xad, 0x10, 0xeb, 0x2d, 0xdb, 0x31, 0x5b, 0xf6, 0xe7, 0xc2, 0xfe, 0x43, + 0x9b, 0x36, 0x1b, 0xae, 0xb9, 0x67, 0xb6, 0x4e, 0x28, 0x4f, 0xff, 0xa5, 0xa5, 0xdc, 0x00, 0xb3, + 0x7b, 0xd2, 0x7f, 0x76, 0x24, 0xe3, 0x1d, 0x92, 0x1f, 0x5d, 0x1a, 0x59, 0x99, 0xd0, 0xb3, 0x2c, + 0x05, 0x82, 0xf3, 0x99, 0x00, 0xb3, 0xcd, 0x21, 0xca, 0x45, 0x30, 0xba, 0xe3, 0xe2, 0x36, 0xcf, + 0x56, 0x56, 0x9f, 0x0e, 0x32, 0xc5, 0xa4, 0xd0, 0xe0, 0x4a, 0xe5, 0x55, 0x5e, 0x40, 0x63, 0x1c, + 0xf2, 0x52, 0xa4, 0x80, 0x86, 0xd2, 0xc0, 0x0a, 0xab, 0x14, 0x4a, 0xc0, 0x69, 0x1e, 0xcb, 0x99, + 0xa0, 0x3d, 0xcb, 0x54, 0x04, 0x59, 0x09, 0x55, 0xe2, 0xf8, 0xf3, 0xa9, 0xc4, 0xd3, 0xbb, 0xc8, + 0x25, 0x36, 0x76, 0xf2, 0x59, 0x5e, 0x8c, 0x4a, 0x70, 0x5c, 0x7a, 0x0a, 0x68, 0xf8, 0x10, 0xc6, + 0x3e, 0xa1, 0xd8, 0x35, 0x2d, 0x24, 0x3a, 0x2a, 0xe0, 0x26, 0x21, 0xf6, 0xc3, 0x5a, 0x68, 0xe4, + 0xbc, 0x21, 0xeb, 0xa9, 0xbc, 0xa1, 0x9b, 0x84, 0x7a, 0x1d, 0xbb, 0x69, 0x92, 0x66, 0x3e, 0xc7, + 0xcd, 0xc3, 0x0d, 0x3d, 0x0a, 0x60, 0x0d, 0xdd, 0x24, 0x94, 0xb7, 0xf4, 0x77, 0x4c, 0xd2, 0x2c, + 0xaf, 0xc7, 0x76, 0xc0, 0x72, 0xb0, 0x03, 0x86, 0x94, 0x29, 0xbc, 0x04, 0xe0, 0x70, 0xad, 0x6c, + 0x48, 0xdf, 0x67, 0xc0, 0x6c, 0x85, 0x58, 0x1f, 0x74, 0x1a, 0x26, 0x45, 0xdb, 0xfe, 0x91, 0x77, + 0x1b, 0x64, 0xcd, 0x2e, 0x6d, 0x62, 0xd7, 0xa6, 0xfb, 0x83, 0x77, 0x2b, 0xa9, 0x3a, 0xe2, 0x6e, + 0x25, 0x31, 0xcf, 0x52, 0xeb, 0x06, 0x98, 0x70, 0xd0, 0x5e, 0x55, 0x1e, 0xdf, 0xa2, 0x3b, 0x95, + 0x02, 0xb6, 0xc3, 0xda, 0xe1, 0x4e, 0xe4, 0x1c, 0xb4, 0xe7, 0x87, 0x54, 0xbe, 0xc6, 0xaf, 0x5d, + 0xd2, 0x2d, 0x46, 0x62, 0x3e, 0x20, 0x31, 0x1a, 0x3f, 0xdc, 0x01, 0x8b, 0x03, 0x42, 0xd9, 0x3a, + 0x96, 0x63, 0x3b, 0x51, 0xb4, 0x8f, 0xc8, 0x86, 0xbb, 0x3c, 0x78, 0x86, 0xf3, 0xc8, 0x63, 0xe7, + 0x34, 0xfc, 0x21, 0x03, 0xe6, 0xe4, 0x42, 0x9b, 0xf2, 0x70, 0x21, 0x27, 0x9d, 0x80, 0x4f, 0xc0, + 0x34, 0xa3, 0x38, 0x38, 0xee, 0xd8, 0x05, 0x77, 0x64, 0x25, 0xab, 0x6f, 0x04, 0x25, 0x1b, 0x03, + 0x0c, 0x77, 0x65, 0xca, 0x41, 0x7b, 0xa1, 0xd8, 0xca, 0xc5, 0xc1, 0x4c, 0x9c, 0x8b, 0x67, 0x22, + 0x84, 0x87, 0x36, 0x38, 0x9f, 0x24, 0x7f, 0x11, 0xf9, 0x78, 0x90, 0x01, 0x8a, 0x5c, 0x8b, 0x5f, + 0xb9, 0xb7, 0x9c, 0x1d, 0x7c, 0xd2, 0xd9, 0x40, 0x80, 0x51, 0x58, 0x15, 0x2f, 0x0a, 0xdb, 0xd9, + 0x11, 0xc7, 0x75, 0x6e, 0xe3, 0x5c, 0xc2, 0xdd, 0xdc, 0xf7, 0x59, 0x87, 0x5e, 0x0f, 0x3c, 0x1b, + 0x64, 0x2b, 0x98, 0xc0, 0xeb, 0x85, 0x6c, 0x97, 0x49, 0x8b, 0xf2, 0xda, 0x60, 0x5e, 0x16, 0xe3, + 0x79, 0x91, 0x68, 0x68, 0xf1, 0x33, 0x32, 0x26, 0x7d, 0x11, 0x39, 0xf9, 0x26, 0x03, 0xce, 0xca, + 0x95, 0xee, 0xb8, 0x66, 0xbd, 0xe5, 0xbd, 0x3d, 0x4e, 0x3a, 0x2d, 0x6f, 0x80, 0x29, 0xcc, 0xdd, + 0xa9, 0x22, 0xc7, 0xac, 0xb5, 0x50, 0x83, 0xa7, 0x65, 0x5c, 0x5f, 0x0c, 0x58, 0x8f, 0xea, 0xa1, + 0x31, 0x29, 0x04, 0x6f, 0x8a, 0x71, 0xb9, 0x34, 0xc8, 0xf8, 0xf9, 0x38, 0xe3, 0xe1, 0x88, 0xa1, + 0x06, 0x2e, 0x24, 0x2a, 0x64, 0x3b, 0xff, 0x2b, 0x1d, 0x6a, 0xe7, 0x15, 0x44, 0x4d, 0x76, 0x8f, + 0x3a, 0x69, 0xa2, 0x4a, 0x60, 0xbc, 0xed, 0xb9, 0xe2, 0xbd, 0x93, 0x43, 0x47, 0xbd, 0xaf, 0x81, + 0x86, 0x04, 0x1d, 0xab, 0x57, 0xfb, 0xc1, 0x45, 0x7a, 0xb5, 0x2f, 0x7c, 0x11, 0x75, 0xf8, 0xb3, + 0x78, 0xd3, 0x78, 0x87, 0x82, 0xe9, 0x9a, 0xed, 0xe7, 0xdb, 0xa6, 0x37, 0xc1, 0x58, 0x87, 0xcf, + 0xea, 0xbd, 0xbc, 0xf3, 0x83, 0xbb, 0x5b, 0xac, 0xaa, 0xcf, 0x06, 0x57, 0x1b, 0x61, 0x01, 0x0d, + 0xcf, 0x54, 0xbc, 0xdf, 0xa2, 0xcc, 0xcd, 0x0f, 0x9c, 0x72, 0xc2, 0x46, 0xbc, 0x52, 0xc2, 0x22, + 0x9f, 0xb5, 0x8d, 0xc3, 0x2c, 0x18, 0xa9, 0x10, 0x4b, 0xf9, 0x08, 0xe4, 0xc2, 0x5f, 0x5c, 0x96, + 0x06, 0x3d, 0x8a, 0x7e, 0x9f, 0x50, 0x57, 0x9e, 0x86, 0x90, 0x89, 0xf9, 0x14, 0x4c, 0x44, 0xbe, + 0x5e, 0x2c, 0x27, 0x5a, 0x86, 0x21, 0xea, 0xd5, 0xa7, 0x42, 0xe4, 0xec, 0x55, 0x30, 0x19, 0xfd, + 0x18, 0x00, 0x13, 0x6d, 0x23, 0x18, 0x75, 0xf5, 0xe9, 0x98, 0xb0, 0xfb, 0x91, 0xc7, 0x6d, 0xb2, + 0xfb, 0x61, 0xc8, 0x10, 0xf7, 0x93, 0x5e, 0x89, 0x0a, 0x05, 0x73, 0x89, 0x2f, 0xc4, 0xe4, 0x29, + 0x92, 0xa0, 0xea, 0xfa, 0xb1, 0xa1, 0x72, 0xd5, 0x2f, 0xc0, 0xc2, 0xb0, 0x27, 0xcf, 0x5a, 0xe2, + 0x6c, 0x43, 0xd0, 0xea, 0x2b, 0xff, 0x06, 0x2d, 0x97, 0xaf, 0x81, 0xa9, 0xd8, 0x2d, 0xf4, 0x62, + 0xe2, 0x3c, 0x51, 0x90, 0x7a, 0xed, 0x18, 0x20, 0xb9, 0xc6, 0x5d, 0x30, 0x3b, 0x78, 0xd7, 0xba, + 0x7c, 0xc4, 0x0c, 0x21, 0x9c, 0x5a, 0x3c, 0x1e, 0x4e, 0x2e, 0x86, 0xc0, 0x74, 0xfc, 0x22, 0x71, + 0xe9, 0x88, 0x29, 0x24, 0x4a, 0x5d, 0x3b, 0x0e, 0x6a, 0x90, 0x37, 0xd9, 0xee, 0x8f, 0xe2, 0xcd, + 0x07, 0x1d, 0xc9, 0xdb, 0x40, 0x1b, 0x75, 0x80, 0x92, 0x70, 0xfe, 0x5e, 0x39, 0x62, 0x8a, 0x30, + 0x50, 0x2d, 0x1d, 0x13, 0x18, 0xde, 0x5e, 0x91, 0x3e, 0xbb, 0x7c, 0x54, 0x92, 0x39, 0x64, 0xc8, + 0xf6, 0x4a, 0x6a, 0x6f, 0xea, 0xa9, 0x2f, 0xd9, 0xed, 0x47, 0xbf, 0x7d, 0xf0, 0x47, 0x21, 0x75, + 0xf0, 0xb8, 0x90, 0x7e, 0xf4, 0xb8, 0x90, 0xfe, 0xfd, 0x71, 0x21, 0xfd, 0xdd, 0x61, 0x21, 0xf5, + 0xe8, 0xb0, 0x90, 0xfa, 0xed, 0xb0, 0x90, 0xfa, 0x78, 0xcd, 0xb2, 0x69, 0xb3, 0x5b, 0x2b, 0xd6, + 0x71, 0xbb, 0x64, 0xf3, 0x6d, 0x73, 0xbd, 0x65, 0xd6, 0x48, 0xe9, 0xce, 0x36, 0xff, 0x4c, 0x7d, + 0xcf, 0xff, 0x50, 0xcd, 0xbf, 0x52, 0xd7, 0xc6, 0xf8, 0x67, 0xea, 0x97, 0xff, 0x09, 0x00, 0x00, + 0xff, 0xff, 0x95, 0x88, 0x4f, 0x6d, 0x70, 0x17, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -1175,6 +1175,8 @@ type MsgClient interface { UpdateBatchInfo(ctx context.Context, in *MsgUpdateBatchInfo, opts ...grpc.CallOption) (*MsgUpdateBatchInfoResponse, error) // UpdateMetadata defines a rpc handler method for MsgUpdateMetadata. UpdateMetadata(ctx context.Context, in *MsgUpdateMetadata, opts ...grpc.CallOption) (*MsgUpdateMetadataResponse, error) + // UpdateOracleConfig defines a rpc handler method for MsgUpdateOracleConfig. + UpdateOracleConfig(ctx context.Context, in *MsgUpdateOracleConfig, opts ...grpc.CallOption) (*MsgUpdateOracleConfigResponse, error) // UpdateParams defines an operation for updating the // x/opchild module parameters. UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) @@ -1278,6 +1280,15 @@ func (c *msgClient) UpdateMetadata(ctx context.Context, in *MsgUpdateMetadata, o return out, nil } +func (c *msgClient) UpdateOracleConfig(ctx context.Context, in *MsgUpdateOracleConfig, opts ...grpc.CallOption) (*MsgUpdateOracleConfigResponse, error) { + out := new(MsgUpdateOracleConfigResponse) + err := c.cc.Invoke(ctx, "/opinit.ophost.v1.Msg/UpdateOracleConfig", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + func (c *msgClient) UpdateParams(ctx context.Context, in *MsgUpdateParams, opts ...grpc.CallOption) (*MsgUpdateParamsResponse, error) { out := new(MsgUpdateParamsResponse) err := c.cc.Invoke(ctx, "/opinit.ophost.v1.Msg/UpdateParams", in, out, opts...) @@ -1309,6 +1320,8 @@ type MsgServer interface { UpdateBatchInfo(context.Context, *MsgUpdateBatchInfo) (*MsgUpdateBatchInfoResponse, error) // UpdateMetadata defines a rpc handler method for MsgUpdateMetadata. UpdateMetadata(context.Context, *MsgUpdateMetadata) (*MsgUpdateMetadataResponse, error) + // UpdateOracleConfig defines a rpc handler method for MsgUpdateOracleConfig. + UpdateOracleConfig(context.Context, *MsgUpdateOracleConfig) (*MsgUpdateOracleConfigResponse, error) // UpdateParams defines an operation for updating the // x/opchild module parameters. UpdateParams(context.Context, *MsgUpdateParams) (*MsgUpdateParamsResponse, error) @@ -1348,6 +1361,9 @@ func (*UnimplementedMsgServer) UpdateBatchInfo(ctx context.Context, req *MsgUpda func (*UnimplementedMsgServer) UpdateMetadata(ctx context.Context, req *MsgUpdateMetadata) (*MsgUpdateMetadataResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateMetadata not implemented") } +func (*UnimplementedMsgServer) UpdateOracleConfig(ctx context.Context, req *MsgUpdateOracleConfig) (*MsgUpdateOracleConfigResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method UpdateOracleConfig not implemented") +} func (*UnimplementedMsgServer) UpdateParams(ctx context.Context, req *MsgUpdateParams) (*MsgUpdateParamsResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method UpdateParams not implemented") } @@ -1536,6 +1552,24 @@ func _Msg_UpdateMetadata_Handler(srv interface{}, ctx context.Context, dec func( return interceptor(ctx, in, info, handler) } +func _Msg_UpdateOracleConfig_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(MsgUpdateOracleConfig) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(MsgServer).UpdateOracleConfig(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/opinit.ophost.v1.Msg/UpdateOracleConfig", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(MsgServer).UpdateOracleConfig(ctx, req.(*MsgUpdateOracleConfig)) + } + return interceptor(ctx, in, info, handler) +} + func _Msg_UpdateParams_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { in := new(MsgUpdateParams) if err := dec(in); err != nil { @@ -1598,6 +1632,10 @@ var _Msg_serviceDesc = grpc.ServiceDesc{ MethodName: "UpdateMetadata", Handler: _Msg_UpdateMetadata_Handler, }, + { + MethodName: "UpdateOracleConfig", + Handler: _Msg_UpdateOracleConfig_Handler, + }, { MethodName: "UpdateParams", Handler: _Msg_UpdateParams_Handler, diff --git a/x/ophost/types/tx_test.go b/x/ophost/types/tx_test.go index 5574c56..03e759d 100644 --- a/x/ophost/types/tx_test.go +++ b/x/ophost/types/tx_test.go @@ -26,3 +26,17 @@ func TestMsgRecordBatch_Validate(t *testing.T) { invalidMsg = NewMsgRecordBatch(addr, 123, nil) require.Error(t, invalidMsg.Validate(ac)) } + +func Test_MsgUpdateOracleConfig(t *testing.T) { + ac := address.NewBech32Codec("init") + addr, err := ac.BytesToString(bytes.Repeat([]byte{1}, 20)) + require.NoError(t, err) + + // Valid input + validMsg := NewMsgUpdateOracleConfig(addr, 123, true) + require.NoError(t, validMsg.Validate(ac)) + + // Empty submitter + invalidMsg := NewMsgUpdateOracleConfig("", 123, false) + require.Error(t, invalidMsg.Validate(ac)) +}