From 05780527843d3395cdeaa245b62c93fb4486a237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNathanQiu666=E2=80=9D?= <“393546842@qq.com”> Date: Thu, 29 Apr 2021 14:49:49 +0800 Subject: [PATCH] BTFS-TotalStatus --- protos/guard/guard.pb.go | 1875 +++++++++++++++++++++++++------------- protos/guard/guard.proto | 18 + 2 files changed, 1235 insertions(+), 658 deletions(-) diff --git a/protos/guard/guard.pb.go b/protos/guard/guard.pb.go index 8b12de1..9502bf9 100644 --- a/protos/guard/guard.pb.go +++ b/protos/guard/guard.pb.go @@ -89,7 +89,7 @@ func (x ContractMeta_Schedule) String() string { } func (ContractMeta_Schedule) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{5, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{6, 0} } type Contract_ContractState int32 @@ -147,7 +147,7 @@ func (x Contract_ContractState) String() string { } func (Contract_ContractState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{6, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{7, 0} } type FileStoreStatus_MetaState int32 @@ -190,7 +190,7 @@ func (x FileStoreStatus_MetaState) String() string { } func (FileStoreStatus_MetaState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{9, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{10, 0} } type FileStoreStatus_RentalState int32 @@ -224,7 +224,7 @@ func (x FileStoreStatus_RentalState) String() string { } func (FileStoreStatus_RentalState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{9, 1} + return fileDescriptor_ad5b6eccdc9ebee8, []int{10, 1} } type ListHostContractsRequest_SelectState int32 @@ -252,7 +252,7 @@ func (x ListHostContractsRequest_SelectState) String() string { } func (ListHostContractsRequest_SelectState) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{16, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{17, 0} } type RepairContractResponse_ContractResponseStatus int32 @@ -280,7 +280,7 @@ func (x RepairContractResponse_ContractResponseStatus) String() string { } func (RepairContractResponse_ContractResponseStatus) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{24, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{25, 0} } type ResponseRepairContracts_RepairStat int32 @@ -311,7 +311,7 @@ func (x ResponseRepairContracts_RepairStat) String() string { } func (ResponseRepairContracts_RepairStat) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{26, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{27, 0} } type CancelContractRequest_CancelReason int32 @@ -342,7 +342,7 @@ func (x CancelContractRequest_CancelReason) String() string { } func (CancelContractRequest_CancelReason) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{27, 0} + return fileDescriptor_ad5b6eccdc9ebee8, []int{28, 0} } type AdminQuery struct { @@ -650,6 +650,113 @@ func (*HostSummary) XXX_MessageName() string { return "guard.HostSummary" } +type TotalStateSummary struct { + QueryDate time.Time `protobuf:"bytes,1,opt,name=query_date,json=queryDate,proto3,stdtime" json:"query_date" pg:"query_date"` + ResponseTime time.Time `protobuf:"bytes,2,opt,name=response_time,json=responseTime,proto3,stdtime" json:"response_time" pg:"response_time"` + PreparerPid string `protobuf:"bytes,3,opt,name=preparer_pid,json=preparerPid,proto3" json:"preparer_pid,omitempty" pg:"preparer_pid"` + Signature []byte `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty" pg:"signature"` + ValidContractCount int64 `protobuf:"varint,5,opt,name=valid_contract_count,json=validContractCount,proto3" json:"valid_contract_count,omitempty" pg:"valid_contract_count"` + ExistedShardSize int64 `protobuf:"varint,6,opt,name=existed_shard_size,json=existedShardSize,proto3" json:"existed_shard_size,omitempty" pg:"existed_shard_size"` + InvalidContractCount int64 `protobuf:"varint,7,opt,name=invalid_contract_count,json=invalidContractCount,proto3" json:"invalid_contract_count,omitempty" pg:"invalid_contract_count"` + LostShardSize int64 `protobuf:"varint,8,opt,name=lost_shard_size,json=lostShardSize,proto3" json:"lost_shard_size,omitempty" pg:"lost_shard_size"` + XXX_NoUnkeyedLiteral struct{} `json:"-" pg:"-"` + XXX_unrecognized []byte `json:"-" pg:"-"` + XXX_sizecache int32 `json:"-" pg:"-"` +} + +func (m *TotalStateSummary) Reset() { *m = TotalStateSummary{} } +func (m *TotalStateSummary) String() string { return proto.CompactTextString(m) } +func (*TotalStateSummary) ProtoMessage() {} +func (*TotalStateSummary) Descriptor() ([]byte, []int) { + return fileDescriptor_ad5b6eccdc9ebee8, []int{3} +} +func (m *TotalStateSummary) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *TotalStateSummary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_TotalStateSummary.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *TotalStateSummary) XXX_Merge(src proto.Message) { + xxx_messageInfo_TotalStateSummary.Merge(m, src) +} +func (m *TotalStateSummary) XXX_Size() int { + return m.Size() +} +func (m *TotalStateSummary) XXX_DiscardUnknown() { + xxx_messageInfo_TotalStateSummary.DiscardUnknown(m) +} + +var xxx_messageInfo_TotalStateSummary proto.InternalMessageInfo + +func (m *TotalStateSummary) GetQueryDate() time.Time { + if m != nil { + return m.QueryDate + } + return time.Time{} +} + +func (m *TotalStateSummary) GetResponseTime() time.Time { + if m != nil { + return m.ResponseTime + } + return time.Time{} +} + +func (m *TotalStateSummary) GetPreparerPid() string { + if m != nil { + return m.PreparerPid + } + return "" +} + +func (m *TotalStateSummary) GetSignature() []byte { + if m != nil { + return m.Signature + } + return nil +} + +func (m *TotalStateSummary) GetValidContractCount() int64 { + if m != nil { + return m.ValidContractCount + } + return 0 +} + +func (m *TotalStateSummary) GetExistedShardSize() int64 { + if m != nil { + return m.ExistedShardSize + } + return 0 +} + +func (m *TotalStateSummary) GetInvalidContractCount() int64 { + if m != nil { + return m.InvalidContractCount + } + return 0 +} + +func (m *TotalStateSummary) GetLostShardSize() int64 { + if m != nil { + return m.LostShardSize + } + return 0 +} + +func (*TotalStateSummary) XXX_MessageName() string { + return "guard.TotalStateSummary" +} + type HostStatus struct { HostPid string `protobuf:"bytes,1,opt,name=host_pid,json=hostPid,proto3" json:"host_pid,omitempty" pg:"host_pid"` FileSize int64 `protobuf:"varint,2,opt,name=file_size,json=fileSize,proto3" json:"file_size,omitempty" pg:"file_size"` @@ -665,7 +772,7 @@ func (m *HostStatus) Reset() { *m = HostStatus{} } func (m *HostStatus) String() string { return proto.CompactTextString(m) } func (*HostStatus) ProtoMessage() {} func (*HostStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{3} + return fileDescriptor_ad5b6eccdc9ebee8, []int{4} } func (m *HostStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -746,7 +853,7 @@ func (m *Log) Reset() { *m = Log{} } func (m *Log) String() string { return proto.CompactTextString(m) } func (*Log) ProtoMessage() {} func (*Log) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{4} + return fileDescriptor_ad5b6eccdc9ebee8, []int{5} } func (m *Log) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -834,7 +941,7 @@ func (m *ContractMeta) Reset() { *m = ContractMeta{} } func (m *ContractMeta) String() string { return proto.CompactTextString(m) } func (*ContractMeta) ProtoMessage() {} func (*ContractMeta) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{5} + return fileDescriptor_ad5b6eccdc9ebee8, []int{6} } func (m *ContractMeta) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1014,7 +1121,7 @@ func (m *Contract) Reset() { *m = Contract{} } func (m *Contract) String() string { return proto.CompactTextString(m) } func (*Contract) ProtoMessage() {} func (*Contract) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{6} + return fileDescriptor_ad5b6eccdc9ebee8, []int{7} } func (m *Contract) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1174,7 +1281,7 @@ func (m *FileStoreListResponse) Reset() { *m = FileStoreListResponse{} } func (m *FileStoreListResponse) String() string { return proto.CompactTextString(m) } func (*FileStoreListResponse) ProtoMessage() {} func (*FileStoreListResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{7} + return fileDescriptor_ad5b6eccdc9ebee8, []int{8} } func (m *FileStoreListResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1269,7 +1376,7 @@ func (m *FileStoreMeta) Reset() { *m = FileStoreMeta{} } func (m *FileStoreMeta) String() string { return proto.CompactTextString(m) } func (*FileStoreMeta) ProtoMessage() {} func (*FileStoreMeta) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{8} + return fileDescriptor_ad5b6eccdc9ebee8, []int{9} } func (m *FileStoreMeta) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1435,7 +1542,7 @@ func (m *FileStoreStatus) Reset() { *m = FileStoreStatus{} } func (m *FileStoreStatus) String() string { return proto.CompactTextString(m) } func (*FileStoreStatus) ProtoMessage() {} func (*FileStoreStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{9} + return fileDescriptor_ad5b6eccdc9ebee8, []int{10} } func (m *FileStoreStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1553,7 +1660,7 @@ func (m *ChallengeQuestion) Reset() { *m = ChallengeQuestion{} } func (m *ChallengeQuestion) String() string { return proto.CompactTextString(m) } func (*ChallengeQuestion) ProtoMessage() {} func (*ChallengeQuestion) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{10} + return fileDescriptor_ad5b6eccdc9ebee8, []int{11} } func (m *ChallengeQuestion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1638,7 +1745,7 @@ func (m *ProofOfReplicateChallenge) Reset() { *m = ProofOfReplicateChall func (m *ProofOfReplicateChallenge) String() string { return proto.CompactTextString(m) } func (*ProofOfReplicateChallenge) ProtoMessage() {} func (*ProofOfReplicateChallenge) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{11} + return fileDescriptor_ad5b6eccdc9ebee8, []int{12} } func (m *ProofOfReplicateChallenge) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1725,7 +1832,7 @@ func (m *FileChallengeQuestions) Reset() { *m = FileChallengeQuestions{} func (m *FileChallengeQuestions) String() string { return proto.CompactTextString(m) } func (*FileChallengeQuestions) ProtoMessage() {} func (*FileChallengeQuestions) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{12} + return fileDescriptor_ad5b6eccdc9ebee8, []int{13} } func (m *FileChallengeQuestions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1789,7 +1896,7 @@ func (m *ShardChallengeQuestions) Reset() { *m = ShardChallengeQuestions func (m *ShardChallengeQuestions) String() string { return proto.CompactTextString(m) } func (*ShardChallengeQuestions) ProtoMessage() {} func (*ShardChallengeQuestions) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{13} + return fileDescriptor_ad5b6eccdc9ebee8, []int{14} } func (m *ShardChallengeQuestions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1886,7 +1993,7 @@ func (m *CheckFileStoreMetaRequest) Reset() { *m = CheckFileStoreMetaReq func (m *CheckFileStoreMetaRequest) String() string { return proto.CompactTextString(m) } func (*CheckFileStoreMetaRequest) ProtoMessage() {} func (*CheckFileStoreMetaRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{14} + return fileDescriptor_ad5b6eccdc9ebee8, []int{15} } func (m *CheckFileStoreMetaRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1971,7 +2078,7 @@ func (m *ListRenterFileInfoRequest) Reset() { *m = ListRenterFileInfoReq func (m *ListRenterFileInfoRequest) String() string { return proto.CompactTextString(m) } func (*ListRenterFileInfoRequest) ProtoMessage() {} func (*ListRenterFileInfoRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{15} + return fileDescriptor_ad5b6eccdc9ebee8, []int{16} } func (m *ListRenterFileInfoRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2072,7 +2179,7 @@ func (m *ListHostContractsRequest) Reset() { *m = ListHostContractsReque func (m *ListHostContractsRequest) String() string { return proto.CompactTextString(m) } func (*ListHostContractsRequest) ProtoMessage() {} func (*ListHostContractsRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{16} + return fileDescriptor_ad5b6eccdc9ebee8, []int{17} } func (m *ListHostContractsRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2183,7 +2290,7 @@ func (m *ContractsList) Reset() { *m = ContractsList{} } func (m *ContractsList) String() string { return proto.CompactTextString(m) } func (*ContractsList) ProtoMessage() {} func (*ContractsList) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{17} + return fileDescriptor_ad5b6eccdc9ebee8, []int{18} } func (m *ContractsList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2269,7 +2376,7 @@ func (m *ReadyForChallengeRequest) Reset() { *m = ReadyForChallengeReque func (m *ReadyForChallengeRequest) String() string { return proto.CompactTextString(m) } func (*ReadyForChallengeRequest) ProtoMessage() {} func (*ReadyForChallengeRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{18} + return fileDescriptor_ad5b6eccdc9ebee8, []int{19} } func (m *ReadyForChallengeRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2373,7 +2480,7 @@ func (m *RequestChallengeQuestion) Reset() { *m = RequestChallengeQuesti func (m *RequestChallengeQuestion) String() string { return proto.CompactTextString(m) } func (*RequestChallengeQuestion) ProtoMessage() {} func (*RequestChallengeQuestion) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{19} + return fileDescriptor_ad5b6eccdc9ebee8, []int{20} } func (m *RequestChallengeQuestion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2457,7 +2564,7 @@ func (m *ResponseChallengeQuestion) Reset() { *m = ResponseChallengeQues func (m *ResponseChallengeQuestion) String() string { return proto.CompactTextString(m) } func (*ResponseChallengeQuestion) ProtoMessage() {} func (*ResponseChallengeQuestion) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{20} + return fileDescriptor_ad5b6eccdc9ebee8, []int{21} } func (m *ResponseChallengeQuestion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2546,7 +2653,7 @@ func (m *ForceRepairRequest) Reset() { *m = ForceRepairRequest{} } func (m *ForceRepairRequest) String() string { return proto.CompactTextString(m) } func (*ForceRepairRequest) ProtoMessage() {} func (*ForceRepairRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{21} + return fileDescriptor_ad5b6eccdc9ebee8, []int{22} } func (m *ForceRepairRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2620,7 +2727,7 @@ func (m *Result) Reset() { *m = Result{} } func (m *Result) String() string { return proto.CompactTextString(m) } func (*Result) ProtoMessage() {} func (*Result) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{22} + return fileDescriptor_ad5b6eccdc9ebee8, []int{23} } func (m *Result) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2696,7 +2803,7 @@ func (m *RepairContract) Reset() { *m = RepairContract{} } func (m *RepairContract) String() string { return proto.CompactTextString(m) } func (*RepairContract) ProtoMessage() {} func (*RepairContract) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{23} + return fileDescriptor_ad5b6eccdc9ebee8, []int{24} } func (m *RepairContract) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2825,7 +2932,7 @@ func (m *RepairContractResponse) Reset() { *m = RepairContractResponse{} func (m *RepairContractResponse) String() string { return proto.CompactTextString(m) } func (*RepairContractResponse) ProtoMessage() {} func (*RepairContractResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{24} + return fileDescriptor_ad5b6eccdc9ebee8, []int{25} } func (m *RepairContractResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2886,7 +2993,7 @@ func (m *RequestRepairContracts) Reset() { *m = RequestRepairContracts{} func (m *RequestRepairContracts) String() string { return proto.CompactTextString(m) } func (*RequestRepairContracts) ProtoMessage() {} func (*RequestRepairContracts) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{25} + return fileDescriptor_ad5b6eccdc9ebee8, []int{26} } func (m *RequestRepairContracts) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2964,7 +3071,7 @@ func (m *ResponseRepairContracts) Reset() { *m = ResponseRepairContracts func (m *ResponseRepairContracts) String() string { return proto.CompactTextString(m) } func (*ResponseRepairContracts) ProtoMessage() {} func (*ResponseRepairContracts) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{26} + return fileDescriptor_ad5b6eccdc9ebee8, []int{27} } func (m *ResponseRepairContracts) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3064,7 +3171,7 @@ func (m *CancelContractRequest) Reset() { *m = CancelContractRequest{} } func (m *CancelContractRequest) String() string { return proto.CompactTextString(m) } func (*CancelContractRequest) ProtoMessage() {} func (*CancelContractRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{27} + return fileDescriptor_ad5b6eccdc9ebee8, []int{28} } func (m *CancelContractRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3166,7 +3273,7 @@ func (m *ChallengeJobRequest) Reset() { *m = ChallengeJobRequest{} } func (m *ChallengeJobRequest) String() string { return proto.CompactTextString(m) } func (*ChallengeJobRequest) ProtoMessage() {} func (*ChallengeJobRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{28} + return fileDescriptor_ad5b6eccdc9ebee8, []int{29} } func (m *ChallengeJobRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3238,7 +3345,7 @@ func (m *ChallengeJobResponse) Reset() { *m = ChallengeJobResponse{} } func (m *ChallengeJobResponse) String() string { return proto.CompactTextString(m) } func (*ChallengeJobResponse) ProtoMessage() {} func (*ChallengeJobResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{29} + return fileDescriptor_ad5b6eccdc9ebee8, []int{30} } func (m *ChallengeJobResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3342,7 +3449,7 @@ func (m *ChallengeJobResult) Reset() { *m = ChallengeJobResult{} } func (m *ChallengeJobResult) String() string { return proto.CompactTextString(m) } func (*ChallengeJobResult) ProtoMessage() {} func (*ChallengeJobResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{30} + return fileDescriptor_ad5b6eccdc9ebee8, []int{31} } func (m *ChallengeJobResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3426,7 +3533,7 @@ func (m *ShardChallengeResult) Reset() { *m = ShardChallengeResult{} } func (m *ShardChallengeResult) String() string { return proto.CompactTextString(m) } func (*ShardChallengeResult) ProtoMessage() {} func (*ShardChallengeResult) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{31} + return fileDescriptor_ad5b6eccdc9ebee8, []int{32} } func (m *ShardChallengeResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3516,7 +3623,7 @@ func (m *DeCentralQuestions) Reset() { *m = DeCentralQuestions{} } func (m *DeCentralQuestions) String() string { return proto.CompactTextString(m) } func (*DeCentralQuestions) ProtoMessage() {} func (*DeCentralQuestions) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{32} + return fileDescriptor_ad5b6eccdc9ebee8, []int{33} } func (m *DeCentralQuestions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3599,7 +3706,7 @@ func (m *DeQuestion) Reset() { *m = DeQuestion{} } func (m *DeQuestion) String() string { return proto.CompactTextString(m) } func (*DeQuestion) ProtoMessage() {} func (*DeQuestion) Descriptor() ([]byte, []int) { - return fileDescriptor_ad5b6eccdc9ebee8, []int{33} + return fileDescriptor_ad5b6eccdc9ebee8, []int{34} } func (m *DeQuestion) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3691,6 +3798,8 @@ func init() { golang_proto.RegisterType((*DailySummary)(nil), "guard.DailySummary") proto.RegisterType((*HostSummary)(nil), "guard.HostSummary") golang_proto.RegisterType((*HostSummary)(nil), "guard.HostSummary") + proto.RegisterType((*TotalStateSummary)(nil), "guard.TotalStateSummary") + golang_proto.RegisterType((*TotalStateSummary)(nil), "guard.TotalStateSummary") proto.RegisterType((*HostStatus)(nil), "guard.HostStatus") golang_proto.RegisterType((*HostStatus)(nil), "guard.HostStatus") proto.RegisterType((*Log)(nil), "guard.Log") @@ -3759,252 +3868,257 @@ func init() { proto.RegisterFile("protos/guard/guard.proto", fileDescriptor_ad5b func init() { golang_proto.RegisterFile("protos/guard/guard.proto", fileDescriptor_ad5b6eccdc9ebee8) } var fileDescriptor_ad5b6eccdc9ebee8 = []byte{ - // 3909 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3b, 0x4b, 0x6f, 0x1c, 0xd9, - 0x5a, 0xa9, 0x7e, 0xf7, 0xd7, 0xaf, 0xf2, 0x89, 0xed, 0xb4, 0x9d, 0xf8, 0x31, 0x8d, 0x72, 0x27, - 0xb9, 0xf7, 0x8e, 0x13, 0x32, 0x51, 0xd0, 0xe5, 0xde, 0x3b, 0x43, 0xbb, 0xbb, 0xfc, 0x08, 0x9d, - 0x6e, 0xe7, 0x74, 0x9b, 0x90, 0x11, 0x52, 0xa9, 0xdc, 0x7d, 0xdc, 0xae, 0x49, 0x77, 0x95, 0x53, - 0x55, 0x1d, 0x4f, 0x66, 0xc1, 0x82, 0x1d, 0x42, 0x42, 0xac, 0x00, 0xcd, 0x0f, 0x40, 0x02, 0xb1, - 0x40, 0x48, 0xb0, 0x60, 0x01, 0x2c, 0x83, 0x58, 0x30, 0x6c, 0x58, 0xce, 0x2b, 0x0b, 0xb6, 0xb0, - 0x62, 0x56, 0x08, 0x9d, 0x47, 0x3d, 0xbb, 0xdc, 0x76, 0x9b, 0x88, 0x91, 0xd8, 0x58, 0x7d, 0xbe, - 0xf3, 0x7d, 0xe7, 0x9c, 0xef, 0x79, 0xbe, 0xef, 0x3b, 0x65, 0xa8, 0x9e, 0x5a, 0xa6, 0x63, 0xda, - 0xf7, 0x86, 0x13, 0xcd, 0x1a, 0xf0, 0xbf, 0x5b, 0x0c, 0x84, 0xd2, 0x6c, 0xb0, 0x7a, 0x7f, 0xa8, - 0x3b, 0x27, 0x93, 0xa3, 0xad, 0xbe, 0x39, 0xbe, 0xe7, 0x58, 0xa6, 0xf1, 0xc1, 0xc4, 0xbe, 0xc7, - 0x10, 0x8e, 0x26, 0xc7, 0xf7, 0x86, 0xe6, 0xd0, 0x64, 0x03, 0xf6, 0x8b, 0x13, 0xae, 0x6e, 0x0c, - 0x4d, 0x73, 0x38, 0x22, 0x3e, 0x96, 0xa3, 0x8f, 0x89, 0xed, 0x68, 0xe3, 0x53, 0x8e, 0x50, 0xfb, - 0x6f, 0x09, 0xa0, 0x3e, 0x18, 0xeb, 0xc6, 0xd3, 0x09, 0xb1, 0x5e, 0xa3, 0x5f, 0x81, 0x92, 0x45, - 0x5e, 0x4e, 0x88, 0xed, 0x10, 0x4b, 0x3d, 0xd5, 0x07, 0x55, 0x69, 0x53, 0xba, 0x93, 0xc7, 0x45, - 0x0f, 0x78, 0xa0, 0x0f, 0x50, 0x03, 0xe0, 0x25, 0xc5, 0x56, 0x07, 0x9a, 0x43, 0xaa, 0x89, 0x4d, - 0xe9, 0x4e, 0xe1, 0xc1, 0xea, 0x16, 0xdf, 0x69, 0xcb, 0xdd, 0x69, 0xab, 0xe7, 0xee, 0xb4, 0x9d, - 0x7b, 0xf3, 0xd5, 0xc6, 0xb5, 0x3f, 0xfa, 0x7a, 0x43, 0xc2, 0x79, 0x46, 0xd7, 0xd4, 0x1c, 0x82, - 0x36, 0xa0, 0xc0, 0x17, 0xe9, 0x9b, 0x13, 0xc3, 0xa9, 0x26, 0x37, 0xa5, 0x3b, 0x69, 0xcc, 0xd7, - 0x6d, 0x50, 0x08, 0xda, 0x05, 0x77, 0x57, 0x95, 0x1e, 0xba, 0x9a, 0x9a, 0x63, 0x9f, 0x82, 0xa0, - 0xa4, 0x73, 0xe8, 0x16, 0xe4, 0x6d, 0x7d, 0x68, 0x68, 0xce, 0xc4, 0x22, 0xd5, 0xf4, 0xa6, 0x74, - 0xa7, 0x88, 0x7d, 0x40, 0xed, 0x8b, 0x14, 0x14, 0x9b, 0x9a, 0x3e, 0x7a, 0xdd, 0x9d, 0x8c, 0xc7, - 0x9a, 0xf5, 0x3a, 0xc2, 0x9d, 0x74, 0x35, 0xee, 0xf6, 0xa9, 0x1c, 0xed, 0x53, 0xd3, 0xb0, 0x09, - 0x3f, 0xfd, 0x3c, 0x52, 0x2a, 0xba, 0xa4, 0xec, 0xf8, 0xef, 0x41, 0xf1, 0xd4, 0x22, 0xa7, 0x9a, - 0x25, 0x34, 0x92, 0x64, 0x1a, 0x29, 0xb8, 0x30, 0xaa, 0x90, 0x10, 0x87, 0xa9, 0x08, 0x87, 0xe8, - 0x3e, 0x2c, 0x9e, 0x99, 0xd6, 0x0b, 0xdd, 0x18, 0xaa, 0xb6, 0x63, 0x5a, 0xda, 0x90, 0xa8, 0xb6, - 0xfe, 0x39, 0x17, 0x45, 0x12, 0x23, 0x31, 0xd7, 0xe5, 0x53, 0x5d, 0xfd, 0x73, 0x42, 0xad, 0xc0, - 0x20, 0x67, 0x6a, 0xdf, 0x34, 0x1c, 0x4b, 0xeb, 0x3b, 0x76, 0x35, 0xc3, 0x50, 0x8b, 0x06, 0x39, - 0x6b, 0xb8, 0x30, 0xf4, 0x53, 0x40, 0x21, 0x24, 0xf5, 0xc4, 0xb4, 0x9d, 0x6a, 0x96, 0x61, 0xca, - 0x41, 0xcc, 0x3d, 0xd3, 0x76, 0xe8, 0x21, 0xc2, 0xd8, 0x16, 0x31, 0x1c, 0x62, 0x55, 0x73, 0xfc, - 0x10, 0x41, 0x7c, 0xcc, 0x66, 0xd0, 0x2f, 0xe1, 0x66, 0x98, 0x42, 0x7b, 0x45, 0xd8, 0xe1, 0x4f, - 0x2d, 0xbd, 0x4f, 0xaa, 0x79, 0x46, 0x58, 0x0d, 0x12, 0xd6, 0x39, 0xc2, 0x01, 0x9d, 0x47, 0x37, - 0x21, 0x4f, 0xc9, 0x8f, 0xf5, 0x11, 0xb1, 0xab, 0xc0, 0x90, 0x73, 0x06, 0x39, 0xdb, 0xa1, 0x63, - 0xf4, 0x23, 0xa8, 0xd0, 0x49, 0xfb, 0x44, 0xb3, 0x06, 0x36, 0x97, 0x46, 0x81, 0xa1, 0x50, 0xbe, - 0xbb, 0x0c, 0x4a, 0x05, 0x51, 0xfb, 0xcb, 0x04, 0x14, 0xe8, 0xf1, 0xff, 0xdf, 0xda, 0xc6, 0x7b, - 0xd4, 0xc9, 0xfa, 0xa6, 0x35, 0x10, 0x6e, 0x98, 0x66, 0x6e, 0x58, 0xe0, 0x30, 0xee, 0x87, 0x77, - 0x21, 0x63, 0x3b, 0x9a, 0x33, 0xa1, 0x56, 0x90, 0xbc, 0x53, 0x78, 0xb0, 0xb0, 0xc5, 0x23, 0x13, - 0x93, 0x0b, 0x9b, 0xc0, 0x02, 0xa1, 0xf6, 0xe7, 0x12, 0x80, 0x0f, 0x46, 0x2b, 0x90, 0xa3, 0x36, - 0x11, 0x88, 0x23, 0x59, 0x3a, 0xa6, 0xa7, 0xba, 0x09, 0x79, 0xaa, 0x19, 0x2e, 0xfa, 0x04, 0xd7, - 0x0e, 0x05, 0x30, 0xf3, 0xdb, 0x80, 0x02, 0x35, 0x4a, 0x55, 0x1b, 0x7b, 0xa1, 0x21, 0x89, 0x81, - 0x82, 0xea, 0x0c, 0x82, 0xd6, 0x00, 0x2c, 0x72, 0xa6, 0x59, 0x03, 0xf5, 0xc8, 0x71, 0x18, 0x53, - 0x49, 0x9c, 0xe7, 0x90, 0x6d, 0xc7, 0xa1, 0xe6, 0x6b, 0x4f, 0xec, 0x53, 0xd2, 0x77, 0xd4, 0xfe, - 0x09, 0xd1, 0x38, 0x57, 0x39, 0x5c, 0x14, 0xc0, 0x06, 0x85, 0xd5, 0xfe, 0x40, 0x82, 0x64, 0xcb, - 0x1c, 0x22, 0x05, 0x0a, 0xfd, 0x13, 0xcd, 0x18, 0x0a, 0x5d, 0xcc, 0xa3, 0x53, 0xe0, 0x84, 0x4c, - 0x13, 0xb7, 0xa1, 0x6c, 0x5a, 0xfa, 0x50, 0x37, 0x34, 0xc7, 0xe4, 0xba, 0x48, 0x30, 0x8e, 0x4b, - 0x3e, 0x94, 0xf2, 0xbd, 0x0c, 0x19, 0x4e, 0x24, 0x54, 0x25, 0x46, 0xb5, 0x7f, 0x4b, 0x43, 0xd1, - 0xb5, 0xe3, 0x27, 0xc4, 0xd1, 0xa8, 0x0c, 0x5c, 0xcb, 0x57, 0x3d, 0xf1, 0x81, 0x0b, 0xda, 0x1f, - 0x70, 0x19, 0x18, 0x6e, 0x98, 0xe6, 0x9b, 0xe5, 0x39, 0x84, 0x6e, 0x14, 0x94, 0x7d, 0x32, 0x2c, - 0xfb, 0x35, 0x00, 0x66, 0xf8, 0xea, 0x89, 0x66, 0x9f, 0x30, 0xe9, 0xe5, 0x71, 0x9e, 0x41, 0xf6, - 0x34, 0xfb, 0x84, 0xee, 0xcc, 0xa7, 0x75, 0x63, 0x40, 0x3e, 0x13, 0x16, 0xc1, 0x29, 0xf6, 0x29, - 0x84, 0x3a, 0x0f, 0x47, 0xf0, 0x35, 0xc8, 0xe3, 0x43, 0x89, 0x81, 0x77, 0x5c, 0x35, 0xba, 0x3a, - 0x66, 0xdb, 0x64, 0xd9, 0x36, 0x4c, 0xc7, 0x6c, 0x97, 0x06, 0x3f, 0xbe, 0x6a, 0x3b, 0x9a, 0xe5, - 0xb0, 0x28, 0x70, 0x69, 0x4f, 0xa2, 0x74, 0x5d, 0x4a, 0x86, 0x3e, 0x86, 0x1c, 0x5b, 0x84, 0x18, - 0x03, 0x16, 0x0f, 0x2e, 0xbb, 0x44, 0x96, 0x52, 0x29, 0x06, 0x33, 0x43, 0x66, 0xcc, 0x4c, 0x4c, - 0xc0, 0x8f, 0xc8, 0x00, 0x42, 0x4e, 0xc4, 0xee, 0x5b, 0xe6, 0x19, 0x9b, 0x2d, 0x70, 0x39, 0x71, - 0x08, 0x9d, 0x5e, 0x84, 0x34, 0x8f, 0x44, 0x45, 0xc6, 0x3c, 0x1f, 0x50, 0x05, 0x0b, 0xb3, 0x2d, - 0x31, 0xb0, 0x18, 0xa1, 0x9f, 0xc0, 0x42, 0xdf, 0x1c, 0x8d, 0x34, 0x87, 0x58, 0xda, 0xc8, 0xb5, - 0xec, 0x32, 0x0f, 0x96, 0xfe, 0x84, 0xb0, 0x6f, 0x05, 0x2a, 0xa7, 0xda, 0x6b, 0x73, 0xe2, 0xa8, - 0x76, 0xff, 0x84, 0x0c, 0x26, 0x23, 0x52, 0xad, 0x6c, 0x4a, 0x77, 0xca, 0x0f, 0x6e, 0x09, 0xdf, - 0x0b, 0x9a, 0xca, 0x56, 0x57, 0xe0, 0xe0, 0x32, 0x27, 0x72, 0xc7, 0x54, 0x93, 0xc6, 0x64, 0xac, - 0x72, 0xa8, 0x5d, 0x95, 0xb9, 0x26, 0x8d, 0xc9, 0xf8, 0x80, 0x43, 0xf8, 0xa1, 0x0c, 0x47, 0x37, - 0x86, 0x54, 0x8a, 0xe2, 0x50, 0x0b, 0xee, 0xa1, 0xdc, 0x09, 0x7e, 0xa8, 0xda, 0x43, 0xc8, 0x79, - 0x2b, 0x17, 0x20, 0xfb, 0xa4, 0xd3, 0xee, 0xed, 0xb5, 0x9e, 0xcb, 0xd7, 0x50, 0x09, 0xf2, 0x4f, - 0x0f, 0xeb, 0xb8, 0xa7, 0xe0, 0xd6, 0x73, 0x59, 0x42, 0x45, 0xc8, 0xd5, 0xdb, 0xed, 0xc3, 0x7a, - 0xab, 0xf5, 0x5c, 0x4e, 0xd4, 0xfe, 0x21, 0x0f, 0x39, 0xf7, 0xb4, 0xe8, 0x67, 0x90, 0x73, 0x2d, - 0x58, 0x38, 0xda, 0xf5, 0x18, 0x86, 0xb8, 0xa2, 0xbe, 0xfc, 0x6a, 0x43, 0xc2, 0x1e, 0x3a, 0xfa, - 0x10, 0xd2, 0x34, 0xc8, 0xf0, 0x60, 0x51, 0x7e, 0xb0, 0x16, 0xa1, 0xf3, 0x7e, 0xd0, 0xd0, 0x43, - 0x30, 0xc7, 0x45, 0x77, 0x41, 0x16, 0x3e, 0xe2, 0x87, 0xc0, 0x24, 0x0b, 0x81, 0x15, 0x0e, 0xef, - 0x7a, 0x81, 0xf0, 0x36, 0x94, 0x99, 0xbf, 0x44, 0x63, 0x65, 0x89, 0x42, 0x7d, 0x34, 0x0c, 0x48, - 0xd8, 0x04, 0x45, 0x24, 0x03, 0x1e, 0x34, 0xd2, 0x73, 0xd8, 0x9e, 0xcc, 0xe9, 0xbb, 0x8c, 0x9c, - 0x85, 0x8e, 0xbb, 0x20, 0x07, 0xd6, 0xe4, 0x9b, 0x67, 0xf8, 0x29, 0x7d, 0x5c, 0xf7, 0x2a, 0x17, - 0x31, 0x47, 0x1d, 0x99, 0xc3, 0x6a, 0x96, 0xc5, 0x63, 0x10, 0xa2, 0x68, 0x99, 0xc3, 0xed, 0xf4, - 0x5f, 0x7c, 0xbd, 0x21, 0x7d, 0x80, 0xf3, 0x1c, 0x89, 0x86, 0xb7, 0x36, 0xc8, 0x23, 0xcd, 0x76, - 0xd4, 0xb1, 0x39, 0xd0, 0x8f, 0x5f, 0xf3, 0xe3, 0xce, 0xe3, 0x6d, 0x65, 0x4a, 0xfd, 0x84, 0x11, - 0xb3, 0xc3, 0xbe, 0x0f, 0x15, 0xee, 0x31, 0xfe, 0x59, 0xf3, 0xec, 0xac, 0x65, 0x06, 0xee, 0x06, - 0x6f, 0x96, 0xd0, 0xd5, 0x04, 0xd3, 0x57, 0xd3, 0x07, 0x80, 0x3c, 0x14, 0x7f, 0xb9, 0x02, 0x5b, - 0x6e, 0xc1, 0x9d, 0xf1, 0x57, 0xec, 0xc3, 0x4d, 0xc6, 0x8a, 0x3d, 0xe9, 0xf7, 0x89, 0x6d, 0xab, - 0xfd, 0x13, 0x6d, 0x34, 0x22, 0x5e, 0xe4, 0x2e, 0xce, 0xc1, 0x55, 0x95, 0x2e, 0xd4, 0xe5, 0xeb, - 0x34, 0xdc, 0x65, 0x18, 0x7f, 0x3d, 0xb8, 0xce, 0x36, 0x89, 0x2c, 0x5e, 0x9a, 0x63, 0xf1, 0x05, - 0xba, 0x40, 0x78, 0xd5, 0xf7, 0xa1, 0x12, 0x5e, 0xd0, 0x66, 0xbe, 0x9f, 0xc6, 0xe5, 0x7e, 0x10, - 0xcf, 0xa6, 0x69, 0x92, 0x8f, 0x78, 0xa6, 0x59, 0x86, 0xc0, 0xae, 0x30, 0x6c, 0xe4, 0xcd, 0x3d, - 0xd3, 0x2c, 0x83, 0x53, 0x3c, 0x82, 0x1b, 0x3e, 0x85, 0x2b, 0x1a, 0x4e, 0xc4, 0x1d, 0x7e, 0xc9, - 0x9b, 0x16, 0x0c, 0x73, 0xba, 0xdf, 0x81, 0x1b, 0xc7, 0xba, 0x15, 0xe2, 0x54, 0x50, 0xb3, 0x08, - 0x70, 0x59, 0x66, 0x97, 0xd8, 0x22, 0x8d, 0xc8, 0x16, 0xb5, 0x37, 0x12, 0x94, 0x42, 0x2e, 0x89, - 0xf2, 0x90, 0x6e, 0xe2, 0xfa, 0x4e, 0x4f, 0xbe, 0x86, 0x00, 0x32, 0xdd, 0xfd, 0xdd, 0xb6, 0xd2, - 0xe4, 0xd1, 0xe2, 0xf0, 0xa0, 0xd5, 0xa9, 0x37, 0x95, 0xa6, 0x9c, 0x40, 0x39, 0x48, 0xb5, 0x3a, - 0xdd, 0x9e, 0x9c, 0xa4, 0xf0, 0x46, 0xbd, 0xdd, 0x50, 0x5a, 0x4a, 0x53, 0x4e, 0x51, 0x8a, 0x46, - 0xab, 0xd3, 0x55, 0x9a, 0x72, 0x9a, 0xc6, 0x1e, 0xac, 0xb4, 0x95, 0x67, 0x4a, 0x53, 0xce, 0x50, - 0xb4, 0xce, 0x76, 0xb7, 0xd3, 0x52, 0x7a, 0x8a, 0x9c, 0xa5, 0xe4, 0xcf, 0xea, 0xb8, 0x2d, 0xe7, - 0x50, 0x19, 0x80, 0xed, 0xa6, 0xb2, 0x71, 0x1e, 0x5d, 0x87, 0x0a, 0x56, 0xea, 0xcd, 0xe7, 0x6a, - 0x63, 0xaf, 0xde, 0x6a, 0x29, 0xed, 0x5d, 0x45, 0x06, 0x1a, 0xb8, 0xb0, 0xd2, 0xc0, 0x4a, 0xbd, - 0xa7, 0x34, 0xe5, 0x02, 0x5a, 0x82, 0x05, 0xac, 0x3c, 0x3d, 0x54, 0xba, 0xbd, 0x00, 0x56, 0xb1, - 0xf6, 0x87, 0x09, 0x58, 0x62, 0x77, 0x9a, 0x63, 0x5a, 0xa4, 0xa5, 0xdb, 0x0e, 0x16, 0x19, 0x18, - 0xfa, 0x75, 0xc8, 0x8a, 0x3a, 0x43, 0x44, 0xb3, 0x4d, 0xd7, 0x15, 0x19, 0x16, 0x0d, 0x30, 0x94, - 0x70, 0xdf, 0x38, 0x36, 0x31, 0xc7, 0xc3, 0x2e, 0x01, 0xad, 0x6e, 0xfa, 0x13, 0x8b, 0xdd, 0x5e, - 0x73, 0xe7, 0x80, 0x05, 0x41, 0xc9, 0x4c, 0xeb, 0x17, 0x50, 0xe1, 0xf7, 0x30, 0x3d, 0x9e, 0x3a, - 0x26, 0x8e, 0x56, 0x4d, 0xb2, 0xb8, 0xb0, 0x28, 0x0e, 0xe3, 0x9d, 0x9d, 0xc6, 0x56, 0x5c, 0x3a, - 0x0e, 0x0e, 0xe9, 0x25, 0xc6, 0x13, 0xbf, 0x14, 0xb3, 0x15, 0x3e, 0xb8, 0xa0, 0x62, 0xfa, 0xdb, - 0x34, 0x94, 0x42, 0x8b, 0x46, 0x72, 0x11, 0x29, 0x9a, 0x8b, 0x84, 0x12, 0x81, 0x44, 0x24, 0x11, - 0x08, 0x65, 0x82, 0xc9, 0x48, 0x26, 0x18, 0xce, 0x12, 0x52, 0xff, 0xfb, 0x2c, 0x21, 0x7d, 0x95, - 0x2c, 0x81, 0x79, 0x2f, 0xe9, 0xbf, 0x50, 0x8f, 0x99, 0xf6, 0x8c, 0xfe, 0x6b, 0x16, 0x9f, 0x99, - 0xf7, 0x92, 0xfe, 0x8b, 0x1d, 0x17, 0xea, 0xa7, 0x13, 0xc7, 0x84, 0x88, 0x4a, 0x88, 0xa7, 0x13, - 0x3b, 0x84, 0x04, 0xd2, 0x09, 0x3a, 0xcb, 0xeb, 0x1e, 0x91, 0x4e, 0xd0, 0x69, 0x2f, 0xed, 0xe2, - 0xfa, 0xc8, 0x07, 0xd2, 0x2e, 0x9e, 0x87, 0xdf, 0x86, 0xf2, 0x58, 0x37, 0xf4, 0xf1, 0x64, 0x2c, - 0xea, 0x16, 0x16, 0x52, 0xd3, 0xb8, 0x24, 0xa0, 0xbc, 0x6c, 0xa1, 0x77, 0x3a, 0xcd, 0xde, 0x5f, - 0x11, 0x4b, 0x75, 0x4e, 0x2c, 0x62, 0x9f, 0x98, 0x23, 0x9e, 0xbc, 0xa4, 0xb1, 0x2c, 0x26, 0x7a, - 0x2e, 0x3c, 0x92, 0xe2, 0x14, 0xa3, 0x29, 0x4e, 0x28, 0x3d, 0x2a, 0x45, 0xd2, 0xa3, 0x9f, 0xc3, - 0x2a, 0x0b, 0x50, 0x91, 0xc0, 0xa6, 0x8e, 0xf4, 0xb1, 0xee, 0x88, 0xf0, 0x76, 0x83, 0x62, 0x84, - 0x42, 0xa1, 0xdd, 0xa2, 0xd3, 0xa8, 0x0e, 0x6b, 0xf1, 0x61, 0xdc, 0xa5, 0xe7, 0x01, 0x6f, 0xd5, - 0x8e, 0x89, 0xd1, 0x62, 0x09, 0x16, 0x2a, 0x43, 0x5a, 0x61, 0x01, 0x53, 0x44, 0x3d, 0x14, 0x56, - 0x0d, 0x8d, 0x97, 0xb5, 0x7f, 0xca, 0x40, 0xc5, 0x33, 0x5c, 0x51, 0xa3, 0xec, 0x4c, 0xbb, 0x0f, - 0xf7, 0xe5, 0x58, 0xf7, 0x09, 0xa4, 0x26, 0x11, 0x47, 0x7a, 0x14, 0xce, 0x4f, 0x36, 0xa3, 0xd4, - 0x7c, 0xbb, 0x2d, 0x8a, 0x1b, 0x4a, 0x51, 0x1e, 0x42, 0xde, 0x2f, 0xb3, 0xb9, 0xe3, 0x56, 0x22, - 0xb9, 0x8d, 0x7f, 0xab, 0x7b, 0xb5, 0x77, 0x5c, 0x62, 0x93, 0x8a, 0x4f, 0x6c, 0x30, 0x20, 0xae, - 0x43, 0x8b, 0xf4, 0x89, 0xfe, 0x8a, 0x5c, 0x21, 0x63, 0x61, 0xf4, 0x98, 0x93, 0xb3, 0x98, 0x13, - 0x4e, 0x43, 0x32, 0x97, 0x48, 0x43, 0xa2, 0xe1, 0x2e, 0x7b, 0xd5, 0x70, 0x17, 0x93, 0x7f, 0xe4, - 0x62, 0xf3, 0x0f, 0x85, 0x56, 0xb6, 0x86, 0xa3, 0x8d, 0x54, 0xae, 0x97, 0x3c, 0xd3, 0x4b, 0xed, - 0x1c, 0xbd, 0x60, 0x86, 0xca, 0x35, 0x53, 0xb0, 0xfc, 0xc1, 0xbb, 0x4f, 0x63, 0x6a, 0x13, 0xc8, - 0x7b, 0x56, 0x10, 0xbc, 0x15, 0x4b, 0x90, 0xe7, 0x37, 0xe1, 0x7e, 0x7b, 0x57, 0x96, 0xd8, 0x35, - 0x77, 0xd8, 0x6e, 0xd3, 0x41, 0x02, 0xc9, 0x50, 0x3c, 0xa8, 0xe3, 0xde, 0x7e, 0xbd, 0xa5, 0x8a, - 0xfb, 0xd1, 0xbd, 0x29, 0x53, 0xf4, 0x57, 0xb3, 0xd3, 0x56, 0xe4, 0x74, 0xe8, 0xce, 0xcc, 0x84, - 0x6f, 0xb7, 0x6c, 0xed, 0x09, 0x14, 0x02, 0x4c, 0xa2, 0x2c, 0x24, 0xdb, 0xca, 0x33, 0xf9, 0x1a, - 0xaa, 0x40, 0xc1, 0x5d, 0x9a, 0x02, 0xd8, 0xc6, 0xca, 0x6f, 0x1f, 0xec, 0x63, 0x76, 0x21, 0xe7, - 0x21, 0xcd, 0x2e, 0x5b, 0x7e, 0x23, 0xbb, 0xeb, 0xc9, 0x29, 0x5a, 0xea, 0x2f, 0x78, 0x5e, 0xf9, - 0x94, 0x5e, 0x69, 0xba, 0x69, 0x44, 0x4a, 0x4b, 0x29, 0x5a, 0x5a, 0x06, 0x8b, 0xd2, 0x44, 0xb8, - 0x28, 0xa5, 0xf5, 0xee, 0xc9, 0xc4, 0x78, 0x21, 0xaa, 0x4e, 0xd1, 0x0e, 0x64, 0x20, 0x5e, 0x75, - 0x2e, 0x42, 0xda, 0x30, 0x8d, 0x3e, 0x11, 0x05, 0x2b, 0x1f, 0xd0, 0x52, 0x9f, 0x7c, 0xc6, 0x2a, - 0x7d, 0xcd, 0xb0, 0xcf, 0x88, 0xc5, 0x0c, 0x3b, 0x8f, 0x8b, 0x1c, 0x58, 0x67, 0xb0, 0xda, 0xef, - 0x25, 0x61, 0xe5, 0xc0, 0x32, 0xcd, 0xe3, 0xce, 0x31, 0x26, 0xa7, 0x23, 0xbd, 0xaf, 0x39, 0xc4, - 0x3b, 0x3b, 0xfa, 0x08, 0x72, 0x2f, 0xc5, 0xf9, 0x85, 0xeb, 0x57, 0x5d, 0x07, 0x8c, 0xf2, 0x17, - 0xac, 0x4c, 0x5c, 0x1a, 0xf4, 0x9b, 0x50, 0x8e, 0x24, 0x8b, 0xf3, 0xdc, 0xe5, 0xa5, 0x50, 0x02, - 0x18, 0x8e, 0xb8, 0xc9, 0x48, 0xc4, 0x8d, 0xb1, 0xfd, 0x54, 0xac, 0xed, 0x6f, 0x40, 0x81, 0xc9, - 0x39, 0x24, 0x13, 0xa0, 0x20, 0x2e, 0x11, 0xf4, 0x38, 0x50, 0xed, 0xf0, 0x33, 0x67, 0xe6, 0xe9, - 0x41, 0xb9, 0x35, 0x91, 0xdb, 0xf9, 0x88, 0x54, 0x4e, 0xd9, 0x98, 0xca, 0xa9, 0xf6, 0xbb, 0xb0, - 0x4c, 0x9d, 0x6e, 0x4a, 0xa6, 0x76, 0x38, 0x3d, 0x90, 0x22, 0xe9, 0xc1, 0xae, 0xdb, 0x6c, 0x70, - 0xe5, 0x6d, 0x57, 0x13, 0x2c, 0xde, 0xac, 0x0b, 0x25, 0xb1, 0x6b, 0x6f, 0x7a, 0x55, 0x5c, 0x66, - 0x64, 0xde, 0xb8, 0xf6, 0x2f, 0x09, 0xb8, 0x71, 0x0e, 0xee, 0xec, 0x13, 0x84, 0x6d, 0x3a, 0x11, - 0xb5, 0xe9, 0x4b, 0xb4, 0xe0, 0x6e, 0x43, 0xd9, 0x3d, 0xbd, 0x1a, 0xcc, 0xb6, 0x4a, 0x2e, 0x94, - 0x5f, 0xf0, 0x8f, 0x20, 0xef, 0x33, 0x99, 0x66, 0x4c, 0x9e, 0x6b, 0x89, 0xd8, 0x47, 0xa5, 0xb1, - 0x55, 0xec, 0x36, 0xbf, 0x2a, 0xdd, 0x73, 0x32, 0x4d, 0xc6, 0x07, 0xb2, 0xec, 0x79, 0x81, 0xec, - 0xad, 0x04, 0x2b, 0x0d, 0x76, 0xcb, 0x86, 0x32, 0x4c, 0x91, 0xe0, 0x5e, 0x24, 0xd3, 0x59, 0xcd, - 0xab, 0xa9, 0x57, 0x88, 0x64, 0xcc, 0x2b, 0xc4, 0xff, 0xd1, 0xfb, 0xc0, 0x7f, 0x24, 0x60, 0xe5, - 0xdc, 0x7c, 0xfe, 0xa2, 0xcc, 0x77, 0x8a, 0x91, 0x44, 0x0c, 0x23, 0x3f, 0xa6, 0x19, 0x1b, 0x67, - 0xe4, 0xd4, 0x6b, 0xce, 0xf3, 0x00, 0x58, 0x11, 0x13, 0x07, 0x6e, 0x67, 0xfe, 0xa7, 0x80, 0x42, - 0xb8, 0x3c, 0x5a, 0xa6, 0xdc, 0xf4, 0xce, 0x43, 0xe6, 0x31, 0x33, 0x2a, 0xa2, 0xcb, 0xdd, 0xfa, - 0xd2, 0xb4, 0x88, 0xe2, 0xba, 0x08, 0x99, 0x39, 0x16, 0x8b, 0x76, 0x11, 0x42, 0x22, 0xcf, 0x46, - 0x45, 0xfe, 0xf7, 0x29, 0xa8, 0x52, 0x91, 0xef, 0x99, 0xb6, 0x13, 0x78, 0x15, 0xe0, 0x12, 0x9f, - 0xd1, 0x54, 0xfe, 0x81, 0xa5, 0xfd, 0x1c, 0x96, 0xa3, 0x42, 0x52, 0x6d, 0x9d, 0x5e, 0x59, 0xf3, - 0xc8, 0xfd, 0x7a, 0x58, 0x54, 0x5d, 0xba, 0x00, 0xea, 0x8a, 0xae, 0x44, 0x70, 0x69, 0xc7, 0x9c, - 0x4b, 0x05, 0x72, 0x78, 0xdd, 0x9e, 0x89, 0xea, 0x6e, 0xca, 0x9a, 0x65, 0xa9, 0xd1, 0x4f, 0x02, - 0xc5, 0x6b, 0x9c, 0xe4, 0xb7, 0xba, 0x64, 0x44, 0x22, 0x0d, 0xb6, 0xa8, 0x81, 0xe5, 0xae, 0x6a, - 0x60, 0x21, 0x83, 0xc8, 0x47, 0x0d, 0x62, 0x0b, 0x0a, 0x81, 0xcd, 0x69, 0xee, 0x52, 0x6f, 0xb5, - 0x78, 0x23, 0xa1, 0xde, 0xe8, 0xed, 0xff, 0x96, 0x22, 0x4b, 0x81, 0x16, 0x41, 0xa2, 0xf6, 0x7d, - 0xa0, 0xfb, 0x60, 0x53, 0x7e, 0xd0, 0xcf, 0xa2, 0xa5, 0xfa, 0xc6, 0x05, 0xdc, 0xfa, 0x95, 0xfa, - 0x3e, 0x94, 0x86, 0xc4, 0x20, 0x96, 0xe6, 0x5c, 0xe5, 0xb9, 0xc6, 0x25, 0x15, 0x01, 0xf6, 0xc2, - 0x64, 0x3f, 0x98, 0xe5, 0x5f, 0xa5, 0x38, 0xff, 0x9b, 0x04, 0x54, 0x31, 0xd1, 0x06, 0xaf, 0x77, - 0x4c, 0xcb, 0xbb, 0x35, 0x2e, 0x19, 0xad, 0x66, 0xd6, 0xe9, 0xe1, 0x6b, 0x30, 0x19, 0xf3, 0x6a, - 0x10, 0x7c, 0xaf, 0x48, 0x4d, 0xbd, 0x57, 0x04, 0xfd, 0x36, 0x1d, 0xf6, 0xdb, 0x77, 0x76, 0x81, - 0xcd, 0x0c, 0x2b, 0x94, 0x3d, 0xdd, 0x56, 0x29, 0xba, 0xce, 0xdf, 0x1d, 0x73, 0x38, 0xa7, 0xdb, - 0x98, 0x8d, 0x6b, 0xff, 0x29, 0x51, 0xb9, 0x31, 0x31, 0x4d, 0xa7, 0xb5, 0x0f, 0x2f, 0x9f, 0x22, - 0x06, 0x12, 0xc3, 0x28, 0x5b, 0x89, 0x77, 0xc2, 0x56, 0x72, 0x26, 0x5b, 0xa9, 0x30, 0x5b, 0x61, - 0x95, 0xa6, 0xc3, 0x2a, 0xad, 0xfd, 0x7e, 0x02, 0x56, 0xdc, 0x66, 0xd6, 0x34, 0xd3, 0xf7, 0x21, - 0x23, 0xf2, 0xc7, 0x8b, 0x58, 0x16, 0x78, 0xb3, 0xd2, 0x7b, 0x16, 0x28, 0x6c, 0x73, 0xe4, 0xd6, - 0x9f, 0xc9, 0xf9, 0x2e, 0x6b, 0x46, 0x39, 0x2d, 0x8b, 0xd4, 0x4c, 0x59, 0xa4, 0x67, 0xc9, 0x22, - 0x13, 0x95, 0x85, 0x04, 0x68, 0xc7, 0xb4, 0xfa, 0x84, 0x23, 0xbf, 0x0b, 0x8f, 0x59, 0x81, 0x9c, - 0x36, 0x71, 0x4e, 0x82, 0x4f, 0x70, 0x74, 0x7c, 0xe1, 0xa3, 0x6c, 0xed, 0x8f, 0x25, 0xc8, 0x60, - 0x62, 0x4f, 0x46, 0x0e, 0x7a, 0x1f, 0x52, 0x7d, 0x73, 0xc0, 0x9f, 0x25, 0xcb, 0xde, 0x6b, 0x89, - 0xa7, 0x34, 0x73, 0x40, 0x30, 0x43, 0x40, 0x55, 0xc8, 0x8e, 0x89, 0x6d, 0x6b, 0x43, 0xe2, 0x8a, - 0x5e, 0x0c, 0xa7, 0x9f, 0x9b, 0x93, 0x57, 0x7d, 0x6e, 0xae, 0xfd, 0x73, 0x0a, 0xca, 0x5c, 0x3e, - 0xde, 0x93, 0xce, 0xcc, 0x34, 0xef, 0x47, 0x50, 0x19, 0xb1, 0xd2, 0x20, 0x98, 0x3f, 0x27, 0xef, - 0xe4, 0x71, 0x89, 0x82, 0xbb, 0x5e, 0xf0, 0x98, 0xd9, 0x03, 0x7c, 0x08, 0xcb, 0x03, 0xf3, 0xcc, - 0x18, 0x99, 0xda, 0x40, 0x15, 0xaf, 0xbe, 0xe2, 0xa5, 0x8a, 0x3f, 0xfc, 0x2e, 0xba, 0xb3, 0x98, - 0x4d, 0x8a, 0x27, 0xb4, 0xfb, 0xb0, 0xc8, 0xcd, 0x20, 0x42, 0x23, 0x3e, 0x7a, 0xb0, 0x84, 0x96, - 0x03, 0x14, 0x4c, 0xd5, 0x8c, 0x82, 0x2a, 0x2c, 0xe3, 0xaa, 0x9a, 0x42, 0xa8, 0xca, 0xda, 0x20, - 0x8b, 0x69, 0xbf, 0x68, 0x9a, 0xa7, 0x8b, 0x51, 0xe6, 0xd4, 0x5e, 0xd9, 0x74, 0x37, 0xb4, 0x5e, - 0xb0, 0x93, 0x51, 0xf1, 0x31, 0xbd, 0x0f, 0x38, 0x3c, 0x09, 0x04, 0x83, 0x6c, 0x9e, 0x9d, 0x11, - 0xb9, 0x73, 0x0d, 0x3f, 0xd8, 0xb2, 0xc4, 0x85, 0x2d, 0x1e, 0xc4, 0xe7, 0xbd, 0x0b, 0xb1, 0x6d, - 0x00, 0xbb, 0x15, 0xac, 0x2b, 0x39, 0x67, 0x85, 0x79, 0x4a, 0x58, 0xaf, 0xfa, 0x3c, 0xaf, 0x43, - 0x53, 0x8c, 0xab, 0x52, 0x6b, 0xdf, 0x4a, 0xb0, 0x1c, 0xb6, 0x26, 0xaf, 0xb3, 0xfe, 0xab, 0x53, - 0x0f, 0x85, 0x4b, 0x9e, 0xe9, 0x87, 0x08, 0xfc, 0x07, 0xc2, 0x96, 0xf7, 0x99, 0x02, 0xef, 0xc0, - 0x3d, 0x8c, 0x27, 0x10, 0x3b, 0x6c, 0x45, 0x01, 0x91, 0x2f, 0x19, 0x76, 0x60, 0x39, 0x1e, 0x03, - 0x55, 0xa0, 0xb0, 0xdd, 0xe9, 0xed, 0xa9, 0xe2, 0x05, 0x83, 0xf5, 0x6d, 0x9e, 0xd5, 0xf7, 0x7b, - 0x6a, 0x6b, 0xbf, 0xdb, 0xe3, 0x0f, 0x1a, 0x58, 0x79, 0xac, 0x34, 0x7a, 0x2c, 0x13, 0xf9, 0x57, - 0xc6, 0x23, 0xcf, 0x28, 0x42, 0x07, 0xb9, 0xa0, 0xe8, 0xdc, 0x80, 0x82, 0x50, 0xa0, 0x41, 0xdd, - 0x9f, 0xbb, 0xb4, 0xb0, 0xcf, 0x36, 0xf5, 0xf7, 0x38, 0x73, 0x4c, 0xbe, 0x63, 0x73, 0x4c, 0xc5, - 0x9a, 0x63, 0xed, 0xaf, 0x93, 0x70, 0xc3, 0x15, 0xca, 0xbb, 0x65, 0xea, 0x63, 0x37, 0x23, 0x4d, - 0x32, 0x15, 0xde, 0x8d, 0x84, 0xbb, 0xc8, 0x66, 0x42, 0xb5, 0x54, 0x2f, 0x6e, 0x3e, 0xba, 0xe5, - 0x19, 0x01, 0xaf, 0x06, 0x97, 0xe3, 0xdb, 0x7d, 0xae, 0x9a, 0xc3, 0xed, 0x96, 0x74, 0xa4, 0xdd, - 0x52, 0xe7, 0x41, 0x7a, 0xfe, 0x9c, 0x24, 0x67, 0xcf, 0xf0, 0x85, 0x6c, 0xac, 0x2f, 0xa8, 0x00, - 0x3e, 0x37, 0x08, 0x41, 0xb9, 0xd1, 0x69, 0xf7, 0x70, 0xbd, 0xd1, 0x53, 0xd9, 0xb3, 0x95, 0x7c, - 0x0d, 0x2d, 0xc1, 0x42, 0xb3, 0xf3, 0xac, 0xdd, 0xea, 0xd4, 0x9b, 0x6a, 0xbb, 0xd3, 0x53, 0x59, - 0xcf, 0x4f, 0x42, 0x0b, 0x50, 0x72, 0x1f, 0xad, 0xea, 0xbb, 0xf5, 0xfd, 0xb6, 0x9c, 0x40, 0xd7, - 0xa1, 0xe2, 0x51, 0x8b, 0x94, 0x38, 0x59, 0xfb, 0xb3, 0x24, 0x2c, 0x35, 0x34, 0xa3, 0x4f, 0x46, - 0xbe, 0x5d, 0x5f, 0xae, 0x50, 0x9f, 0xd5, 0xfc, 0x88, 0x64, 0x7d, 0xc9, 0x0b, 0xbe, 0x52, 0x49, - 0xcd, 0xfa, 0x4a, 0x25, 0x92, 0x14, 0xd6, 0x21, 0x63, 0x11, 0xcd, 0x36, 0x0d, 0x26, 0x7a, 0xdf, - 0x18, 0x62, 0x99, 0x10, 0x50, 0xcc, 0x08, 0xb0, 0x20, 0x0c, 0x2b, 0x30, 0x7b, 0x25, 0x05, 0x86, - 0x2e, 0xea, 0x5c, 0xf4, 0xa2, 0xc6, 0x50, 0x0c, 0x6e, 0x8c, 0x64, 0x28, 0xee, 0x75, 0xba, 0x54, - 0x67, 0x4c, 0x23, 0xf2, 0x35, 0xaa, 0x1e, 0x4f, 0x6b, 0x3b, 0xf5, 0xfd, 0x96, 0x2c, 0x51, 0xe5, - 0x62, 0xa5, 0xdd, 0x53, 0xb0, 0x87, 0xc6, 0xda, 0xac, 0x9d, 0xde, 0x9e, 0x82, 0xe5, 0x64, 0xed, - 0x4f, 0x24, 0xb8, 0xee, 0xa5, 0x58, 0x8f, 0xcd, 0xa3, 0x40, 0xdd, 0x4b, 0xbd, 0x26, 0x58, 0xf7, - 0xd2, 0x71, 0x5c, 0x27, 0x24, 0xf1, 0x4e, 0x3a, 0x21, 0xd1, 0x44, 0xb3, 0xf6, 0x5f, 0x09, 0x58, - 0x0c, 0x9f, 0x4c, 0x44, 0xeb, 0x19, 0x47, 0x5b, 0x03, 0xd0, 0x6d, 0x7b, 0x12, 0x6e, 0xf4, 0x70, - 0x08, 0x9d, 0x5e, 0x82, 0xcc, 0xa7, 0xe6, 0x91, 0x6f, 0x3a, 0xe9, 0x4f, 0xcd, 0xa3, 0x7d, 0xd6, - 0x0c, 0x3e, 0xd5, 0xfa, 0x2f, 0x68, 0xc9, 0x3d, 0xb1, 0x46, 0x6e, 0x31, 0x21, 0x40, 0x87, 0xd6, - 0x08, 0x3d, 0x82, 0x1b, 0x2e, 0x82, 0xd7, 0x07, 0x0b, 0x7d, 0xc1, 0xb6, 0x24, 0xa6, 0xbd, 0x1e, - 0x1f, 0x6f, 0xb1, 0x51, 0x8b, 0x20, 0xc6, 0xe0, 0x2a, 0x2e, 0x4d, 0x8c, 0x81, 0xfb, 0x81, 0x00, - 0x3d, 0xf2, 0xb1, 0x6e, 0xe8, 0xf6, 0x89, 0x3a, 0x20, 0xda, 0x60, 0xa4, 0x1b, 0xf3, 0x99, 0xd7, - 0xc2, 0xa7, 0xe6, 0xd1, 0x0e, 0xa3, 0x6f, 0x0a, 0xf2, 0x0b, 0xec, 0xec, 0x1b, 0x09, 0x50, 0x44, - 0xf2, 0x34, 0x39, 0x9c, 0x21, 0x77, 0x5f, 0xb0, 0x89, 0xa0, 0x60, 0x3f, 0xa4, 0x4e, 0x45, 0x69, - 0x45, 0xf5, 0x79, 0x33, 0xb6, 0x89, 0xca, 0x97, 0xc7, 0x02, 0x15, 0x29, 0x50, 0xb0, 0x27, 0x47, - 0x63, 0xfd, 0x0a, 0x7d, 0x36, 0xe0, 0x84, 0x97, 0x68, 0xb3, 0xfd, 0x9d, 0x04, 0x8b, 0x71, 0xa7, - 0xb8, 0xcc, 0x47, 0x84, 0x57, 0xa9, 0x57, 0xe3, 0x9f, 0x13, 0x96, 0x3d, 0xf9, 0xf0, 0x68, 0xe4, - 0x8a, 0x80, 0x99, 0x31, 0x63, 0xdf, 0x9c, 0x38, 0xcc, 0x70, 0x72, 0xd4, 0x8c, 0x7b, 0x1c, 0x50, - 0xfb, 0x2b, 0x09, 0x50, 0x93, 0x34, 0x08, 0x8d, 0x49, 0x23, 0xbf, 0xad, 0xfc, 0x1e, 0x24, 0x5e, - 0xda, 0x55, 0x29, 0xf4, 0xd5, 0x64, 0xd3, 0x2f, 0x9b, 0x12, 0x2f, 0x03, 0x25, 0x7e, 0x22, 0x58, - 0xe2, 0x23, 0x48, 0x4d, 0x26, 0x9e, 0x53, 0xb0, 0xdf, 0x48, 0x86, 0xa4, 0xef, 0x0b, 0xf4, 0x27, - 0xfa, 0x39, 0xe4, 0x3c, 0x5b, 0xbe, 0xb8, 0xc3, 0x94, 0xe2, 0x6f, 0xda, 0xc2, 0x8c, 0x6b, 0x5f, - 0x48, 0x00, 0xcd, 0x1f, 0xf0, 0xe1, 0x66, 0x56, 0x61, 0xfa, 0xe3, 0x3e, 0x14, 0x83, 0x25, 0x0e, - 0x2a, 0x40, 0xb6, 0x7b, 0xd8, 0x68, 0x28, 0xdd, 0xae, 0x7c, 0x0d, 0xad, 0xc2, 0x32, 0xcd, 0xbd, - 0xea, 0xbd, 0x43, 0xac, 0xa8, 0x3b, 0x1d, 0xfc, 0xa4, 0xde, 0x53, 0x15, 0x8c, 0x3b, 0x58, 0x96, - 0xd0, 0x0a, 0x2c, 0x35, 0x3a, 0x4f, 0x0e, 0x0e, 0x7b, 0x8a, 0x5a, 0x6f, 0x36, 0xb1, 0xd2, 0xed, - 0x8a, 0xa9, 0x04, 0xcd, 0xdb, 0x58, 0x88, 0x15, 0x80, 0xc5, 0x07, 0xff, 0x9e, 0x87, 0xe2, 0x2e, - 0xbb, 0x85, 0x89, 0xf5, 0x4a, 0xef, 0x13, 0xf4, 0x0b, 0xb8, 0xde, 0x65, 0xe6, 0x1a, 0xfe, 0xb8, - 0xe1, 0x9c, 0x1c, 0x62, 0xb5, 0xe4, 0x67, 0x27, 0xd4, 0x44, 0x7e, 0x09, 0xa5, 0x2e, 0x31, 0xfc, - 0x07, 0x07, 0xb4, 0x16, 0xa0, 0x9b, 0x7e, 0x73, 0x88, 0x92, 0xb7, 0xa9, 0x87, 0x47, 0x7b, 0xe9, - 0x68, 0xd3, 0xab, 0xb9, 0xcf, 0x69, 0xb3, 0xaf, 0x9e, 0x73, 0x3a, 0xd4, 0x80, 0x85, 0xa9, 0x36, - 0x10, 0xda, 0xf0, 0xf6, 0x8c, 0x6f, 0x10, 0x45, 0x0f, 0xf5, 0x6b, 0x50, 0x08, 0xd4, 0xc4, 0x68, - 0xc5, 0xdd, 0x6b, 0xaa, 0x4e, 0x8e, 0x12, 0x3e, 0x86, 0x85, 0xa9, 0xc6, 0x1a, 0xba, 0xa8, 0xe5, - 0xb6, 0xba, 0x18, 0xe9, 0x85, 0xf1, 0xd6, 0x1d, 0x06, 0x19, 0x13, 0xc7, 0xd2, 0xc9, 0x2b, 0xe2, - 0x76, 0xdf, 0xd1, 0x85, 0x1f, 0xda, 0xac, 0xde, 0x8a, 0xca, 0x25, 0xf4, 0xe5, 0x4e, 0x8f, 0xae, - 0x19, 0x6e, 0xf6, 0x5c, 0x2c, 0x1c, 0x1f, 0xe1, 0x9c, 0x36, 0x51, 0x93, 0xca, 0x3c, 0xd2, 0x4e, - 0xf1, 0x8e, 0x7a, 0x6e, 0xa3, 0x25, 0x2a, 0xbb, 0x16, 0x2c, 0x72, 0x33, 0x8c, 0x54, 0xda, 0xf1, - 0x15, 0xd0, 0xea, 0xda, 0xcc, 0x3a, 0x07, 0x7d, 0x02, 0x2b, 0xe2, 0xbc, 0x3b, 0xa6, 0x15, 0xcd, - 0xd6, 0xd7, 0xc2, 0x1c, 0x45, 0xa6, 0x57, 0xd7, 0x67, 0xe7, 0xdf, 0xa8, 0x01, 0x8b, 0x98, 0x9c, - 0x9a, 0x96, 0xb3, 0xa3, 0xe9, 0xa3, 0x9e, 0xd9, 0x14, 0x75, 0x28, 0xba, 0x35, 0x2b, 0x55, 0x8b, - 0xb2, 0xfb, 0xd4, 0x2b, 0x90, 0x82, 0x32, 0x7f, 0x6c, 0x1e, 0xa1, 0xd5, 0x68, 0xc3, 0xc9, 0xcf, - 0x86, 0x56, 0x6f, 0xc6, 0xce, 0x09, 0x9e, 0x9b, 0x50, 0xe5, 0x12, 0x8c, 0xbb, 0x33, 0xe3, 0x09, - 0x27, 0xa3, 0xa9, 0x83, 0x7d, 0x04, 0x8b, 0xec, 0x1f, 0x63, 0x76, 0x89, 0x13, 0xfa, 0xff, 0x10, - 0x37, 0x92, 0xfb, 0xff, 0x35, 0xb3, 0xea, 0xf6, 0x65, 0x42, 0x78, 0xdb, 0xb0, 0x12, 0xa2, 0xa7, - 0x26, 0x6f, 0x63, 0xcd, 0x78, 0xd1, 0x26, 0x67, 0x71, 0x8b, 0xa0, 0xe0, 0x77, 0xf5, 0x62, 0x8d, - 0x26, 0xdc, 0x8c, 0x5f, 0xa3, 0x67, 0x3a, 0xda, 0xe8, 0x92, 0xab, 0x6c, 0xff, 0xc6, 0xf7, 0xdf, - 0xae, 0x4b, 0x6f, 0xbe, 0x5b, 0x97, 0xbe, 0xfc, 0x6e, 0x5d, 0xfa, 0xe6, 0xbb, 0x75, 0xe9, 0x4f, - 0xdf, 0xae, 0x4b, 0xff, 0xf8, 0x76, 0x5d, 0x7a, 0xf3, 0x76, 0x5d, 0x82, 0x92, 0x6e, 0x6e, 0x1d, - 0x39, 0xc7, 0x36, 0x27, 0xdc, 0x06, 0x16, 0x13, 0x0f, 0xe8, 0x05, 0x72, 0x20, 0x7d, 0xc2, 0xff, - 0xf1, 0xe8, 0x28, 0xc3, 0x2e, 0x94, 0x0f, 0xff, 0x27, 0x00, 0x00, 0xff, 0xff, 0x5b, 0xbd, 0x46, - 0x53, 0xa2, 0x34, 0x00, 0x00, + // 3994 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x3b, 0x4d, 0x6f, 0x1b, 0x49, + 0x76, 0x6e, 0x7e, 0xf3, 0xf1, 0x43, 0xad, 0xb2, 0x24, 0x53, 0xf2, 0xd8, 0xf2, 0x30, 0x98, 0x1d, + 0x7b, 0x77, 0x46, 0x33, 0xf1, 0x18, 0x13, 0x6c, 0xf6, 0x2b, 0x34, 0xd9, 0xb2, 0xe5, 0xd0, 0xa4, + 0x5c, 0xa4, 0xe2, 0x78, 0x11, 0xa0, 0xd1, 0x22, 0x4b, 0x52, 0x8f, 0xc9, 0x6e, 0xb9, 0xbb, 0x69, + 0x8d, 0xf7, 0x90, 0x43, 0x6e, 0x41, 0x80, 0x20, 0xa7, 0x24, 0xd8, 0x63, 0x0e, 0x01, 0x12, 0x04, + 0x48, 0x10, 0x20, 0x39, 0xe4, 0x90, 0xe4, 0x38, 0x41, 0x0e, 0xd9, 0x5c, 0x72, 0xdc, 0x8f, 0x99, + 0x3f, 0x90, 0x9c, 0xb2, 0xa7, 0x20, 0xa8, 0x57, 0xd5, 0x9f, 0x6c, 0x51, 0xa2, 0x62, 0x64, 0x81, + 0xbd, 0x08, 0xaa, 0x57, 0xef, 0xd5, 0xc7, 0xfb, 0x7e, 0xaf, 0x9a, 0xd0, 0x38, 0x75, 0x6c, 0xcf, + 0x76, 0x3f, 0x3a, 0x9e, 0x19, 0xce, 0x58, 0xfc, 0xdd, 0x41, 0x10, 0xc9, 0xe3, 0x60, 0xeb, 0xe3, + 0x63, 0xd3, 0x3b, 0x99, 0x1d, 0xee, 0x8c, 0xec, 0xe9, 0x47, 0x9e, 0x63, 0x5b, 0x1f, 0xce, 0xdc, + 0x8f, 0x10, 0xe1, 0x70, 0x76, 0xf4, 0xd1, 0xb1, 0x7d, 0x6c, 0xe3, 0x00, 0xff, 0x13, 0x84, 0x5b, + 0xdb, 0xc7, 0xb6, 0x7d, 0x3c, 0x61, 0x21, 0x96, 0x67, 0x4e, 0x99, 0xeb, 0x19, 0xd3, 0x53, 0x81, + 0xd0, 0xfc, 0x1f, 0x05, 0xa0, 0x35, 0x9e, 0x9a, 0xd6, 0xb3, 0x19, 0x73, 0xde, 0x90, 0x5f, 0x81, + 0x9a, 0xc3, 0x5e, 0xcd, 0x98, 0xeb, 0x31, 0x47, 0x3f, 0x35, 0xc7, 0x0d, 0xe5, 0x8e, 0x72, 0xb7, + 0x4c, 0xab, 0x01, 0x70, 0xdf, 0x1c, 0x93, 0x36, 0xc0, 0x2b, 0x8e, 0xad, 0x8f, 0x0d, 0x8f, 0x35, + 0x32, 0x77, 0x94, 0xbb, 0x95, 0xfb, 0x5b, 0x3b, 0x62, 0xa7, 0x1d, 0x7f, 0xa7, 0x9d, 0xa1, 0xbf, + 0xd3, 0xc3, 0xd2, 0x17, 0x3f, 0xde, 0xbe, 0xf6, 0x47, 0x3f, 0xd9, 0x56, 0x68, 0x19, 0xe9, 0x3a, + 0x86, 0xc7, 0xc8, 0x36, 0x54, 0xc4, 0x22, 0x23, 0x7b, 0x66, 0x79, 0x8d, 0xec, 0x1d, 0xe5, 0x6e, + 0x9e, 0x8a, 0x75, 0xdb, 0x1c, 0x42, 0x1e, 0x81, 0xbf, 0xab, 0xce, 0x0f, 0xdd, 0xc8, 0x2d, 0xb1, + 0x4f, 0x45, 0x52, 0xf2, 0x39, 0xf2, 0x0e, 0x94, 0x5d, 0xf3, 0xd8, 0x32, 0xbc, 0x99, 0xc3, 0x1a, + 0xf9, 0x3b, 0xca, 0xdd, 0x2a, 0x0d, 0x01, 0xcd, 0x1f, 0xe6, 0xa0, 0xda, 0x31, 0xcc, 0xc9, 0x9b, + 0xc1, 0x6c, 0x3a, 0x35, 0x9c, 0x37, 0x89, 0xdb, 0x29, 0x57, 0xbb, 0xdd, 0x1e, 0xe7, 0xa3, 0x7b, + 0x6a, 0x5b, 0x2e, 0x13, 0xa7, 0x5f, 0x86, 0x4b, 0x55, 0x9f, 0x14, 0x8f, 0xff, 0x2e, 0x54, 0x4f, + 0x1d, 0x76, 0x6a, 0x38, 0x52, 0x22, 0x59, 0x94, 0x48, 0xc5, 0x87, 0x71, 0x81, 0xc4, 0x6e, 0x98, + 0x4b, 0xdc, 0x90, 0x7c, 0x0c, 0x6b, 0x67, 0xb6, 0xf3, 0xd2, 0xb4, 0x8e, 0x75, 0xd7, 0xb3, 0x1d, + 0xe3, 0x98, 0xe9, 0xae, 0xf9, 0x03, 0xc1, 0x8a, 0x2c, 0x25, 0x72, 0x6e, 0x20, 0xa6, 0x06, 0xe6, + 0x0f, 0x18, 0xd7, 0x02, 0x8b, 0x9d, 0xe9, 0x23, 0xdb, 0xf2, 0x1c, 0x63, 0xe4, 0xb9, 0x8d, 0x02, + 0xa2, 0x56, 0x2d, 0x76, 0xd6, 0xf6, 0x61, 0xe4, 0x03, 0x20, 0x31, 0x24, 0xfd, 0xc4, 0x76, 0xbd, + 0x46, 0x11, 0x31, 0xd5, 0x28, 0xe6, 0x63, 0xdb, 0xf5, 0xf8, 0x21, 0xe2, 0xd8, 0x0e, 0xb3, 0x3c, + 0xe6, 0x34, 0x4a, 0xe2, 0x10, 0x51, 0x7c, 0x8a, 0x33, 0xe4, 0x3b, 0x70, 0x33, 0x4e, 0x61, 0xbc, + 0x66, 0x78, 0xf8, 0x53, 0xc7, 0x1c, 0xb1, 0x46, 0x19, 0x09, 0x1b, 0x51, 0xc2, 0x96, 0x40, 0xd8, + 0xe7, 0xf3, 0xe4, 0x26, 0x94, 0x39, 0xf9, 0x91, 0x39, 0x61, 0x6e, 0x03, 0x10, 0xb9, 0x64, 0xb1, + 0xb3, 0x5d, 0x3e, 0x26, 0x5f, 0x83, 0x15, 0x3e, 0xe9, 0x9e, 0x18, 0xce, 0xd8, 0x15, 0xdc, 0xa8, + 0x20, 0x0a, 0xbf, 0xf7, 0x00, 0xa1, 0x9c, 0x11, 0xcd, 0xbf, 0xca, 0x40, 0x85, 0x1f, 0xff, 0x97, + 0x56, 0x37, 0xde, 0xe5, 0x46, 0x36, 0xb2, 0x9d, 0xb1, 0x34, 0xc3, 0x3c, 0x9a, 0x61, 0x45, 0xc0, + 0x84, 0x1d, 0xde, 0x83, 0x82, 0xeb, 0x19, 0xde, 0x8c, 0x6b, 0x41, 0xf6, 0x6e, 0xe5, 0xfe, 0xea, + 0x8e, 0xf0, 0x4c, 0xc8, 0x17, 0x9c, 0xa0, 0x12, 0xa1, 0xf9, 0x67, 0x59, 0x58, 0x1d, 0xda, 0x9e, + 0x31, 0xe1, 0x70, 0xf6, 0xcb, 0x6c, 0x50, 0xaf, 0x8d, 0x89, 0x39, 0x0e, 0x74, 0x33, 0xc2, 0xbc, + 0x2c, 0x25, 0x38, 0xe7, 0x2b, 0xa5, 0xe0, 0xe1, 0x07, 0x40, 0xd8, 0xe7, 0xa6, 0xeb, 0xb1, 0xb1, + 0xd0, 0x39, 0xa1, 0x72, 0xc2, 0xaa, 0x54, 0x39, 0x83, 0x6a, 0x87, 0xe6, 0xf7, 0x00, 0x36, 0x4c, + 0x2b, 0x75, 0x07, 0x61, 0x5d, 0x6b, 0x72, 0x36, 0xbe, 0xc7, 0xd7, 0x60, 0x65, 0x62, 0xbb, 0x5e, + 0x74, 0x03, 0x61, 0x5c, 0x35, 0x0e, 0x0e, 0x56, 0x6f, 0xfe, 0x85, 0x02, 0x10, 0xca, 0x8e, 0x6c, + 0x42, 0x89, 0x1b, 0x6e, 0xc4, 0xd9, 0x17, 0xf9, 0x98, 0x73, 0xe1, 0x26, 0x94, 0xb9, 0xf9, 0x88, + 0xb5, 0x32, 0xc2, 0x84, 0x38, 0x00, 0x0f, 0xb9, 0x0d, 0x15, 0xee, 0x39, 0x74, 0x63, 0x1a, 0xf8, + 0xef, 0x2c, 0x05, 0x0e, 0x6a, 0x21, 0x84, 0xdc, 0x02, 0x70, 0xd8, 0x19, 0x3f, 0xcb, 0xa1, 0xe7, + 0x21, 0x13, 0xb3, 0xb4, 0x2c, 0x20, 0x0f, 0x3d, 0x8f, 0xfb, 0x18, 0x77, 0xe6, 0x9e, 0x32, 0x7e, + 0xb7, 0x13, 0x66, 0x08, 0xee, 0x95, 0x68, 0x55, 0x02, 0xdb, 0x1c, 0xd6, 0xfc, 0x03, 0x05, 0xb2, + 0x5d, 0xfb, 0x98, 0x68, 0x50, 0x19, 0x9d, 0x18, 0xd6, 0xb1, 0x94, 0xfd, 0x32, 0x3a, 0x04, 0x82, + 0x10, 0x25, 0xff, 0x1e, 0xd4, 0x6d, 0xc7, 0x3c, 0x36, 0x2d, 0xc3, 0xb3, 0x85, 0xec, 0x33, 0x78, + 0xe3, 0x5a, 0x08, 0xe5, 0xf7, 0xde, 0x80, 0x82, 0x20, 0x92, 0xaa, 0x21, 0x47, 0xcd, 0xff, 0xc8, + 0x43, 0xd5, 0xe7, 0xf9, 0x53, 0xe6, 0x19, 0x9c, 0x07, 0x81, 0x80, 0x02, 0xf6, 0x81, 0x0f, 0xda, + 0x1b, 0x0b, 0x1e, 0x58, 0x7e, 0x2c, 0x15, 0x9b, 0x95, 0x05, 0x84, 0x6f, 0x14, 0xe5, 0x7d, 0x36, + 0xce, 0xfb, 0x5b, 0x00, 0x42, 0x90, 0x27, 0x86, 0x7b, 0x82, 0xdc, 0x2b, 0xd3, 0x32, 0x42, 0x1e, + 0x1b, 0xee, 0x09, 0xdf, 0x59, 0x4c, 0x9b, 0xd6, 0x98, 0x7d, 0x2e, 0xcd, 0x56, 0x50, 0xec, 0x71, + 0x08, 0xd7, 0x06, 0x81, 0x10, 0x4a, 0x50, 0xa8, 0x5b, 0x0d, 0xc1, 0xbb, 0xbe, 0x18, 0x7d, 0x19, + 0xe3, 0x36, 0x45, 0xdc, 0x06, 0x65, 0x8c, 0xbb, 0xb4, 0xc5, 0xf1, 0x75, 0xd7, 0x33, 0x1c, 0x0f, + 0xb5, 0xe9, 0xd2, 0x96, 0xcb, 0xe9, 0x06, 0x9c, 0x8c, 0x7c, 0x0f, 0x4a, 0xb8, 0x08, 0xb3, 0xc6, + 0xe8, 0xb4, 0x2f, 0xbb, 0x44, 0x91, 0x53, 0x69, 0x16, 0xaa, 0x21, 0x7a, 0x1c, 0x64, 0x13, 0x88, + 0x23, 0x22, 0x40, 0xf2, 0x89, 0xb9, 0x23, 0xc7, 0x3e, 0xc3, 0xd9, 0x8a, 0xe0, 0x93, 0x80, 0xf0, + 0xe9, 0x35, 0xc8, 0x8b, 0x70, 0x51, 0xc5, 0xcb, 0x8b, 0x01, 0x17, 0xb0, 0x54, 0xdb, 0x1a, 0x82, + 0xe5, 0x88, 0x7c, 0x03, 0x56, 0x47, 0xf6, 0x64, 0x62, 0x78, 0xcc, 0x31, 0x26, 0xbe, 0x66, 0xd7, + 0x85, 0x95, 0x86, 0x13, 0x52, 0xbf, 0x35, 0x58, 0x39, 0x35, 0xde, 0xd8, 0x33, 0x4f, 0x77, 0x47, + 0x27, 0x6c, 0x3c, 0x9b, 0xb0, 0xc6, 0xca, 0x1d, 0xe5, 0x6e, 0xfd, 0xfe, 0x3b, 0xd2, 0x41, 0x46, + 0x55, 0x65, 0x67, 0x20, 0x71, 0x68, 0x5d, 0x10, 0xf9, 0x63, 0x2e, 0x49, 0x6b, 0x36, 0xd5, 0x05, + 0xd4, 0x6d, 0xa8, 0x42, 0x92, 0xd6, 0x6c, 0xba, 0x2f, 0x20, 0xe2, 0x50, 0x96, 0x67, 0x5a, 0xc7, + 0x9c, 0x8b, 0xf2, 0x50, 0xab, 0xfe, 0xa1, 0xfc, 0x09, 0x71, 0xa8, 0xe6, 0x03, 0x28, 0x05, 0x2b, + 0x57, 0xa0, 0xf8, 0xb4, 0xdf, 0x1b, 0x3e, 0xee, 0xbe, 0x50, 0xaf, 0x91, 0x1a, 0x94, 0x9f, 0x1d, + 0xb4, 0xe8, 0x50, 0xa3, 0xdd, 0x17, 0xaa, 0x42, 0xaa, 0x50, 0x6a, 0xf5, 0x7a, 0x07, 0xad, 0x6e, + 0xf7, 0x85, 0x9a, 0x69, 0xfe, 0x53, 0x19, 0x4a, 0xfe, 0x69, 0xc9, 0x37, 0xa1, 0xe4, 0x6b, 0xb0, + 0x34, 0xb4, 0xeb, 0x29, 0x17, 0x12, 0x82, 0xfa, 0xd1, 0x8f, 0xb7, 0x15, 0x1a, 0xa0, 0x93, 0x4f, + 0x20, 0xcf, 0x23, 0x81, 0x70, 0x16, 0xf5, 0xfb, 0xb7, 0x12, 0x74, 0xc1, 0x3f, 0x18, 0x1e, 0xa8, + 0xc0, 0x25, 0xf7, 0x40, 0x95, 0x36, 0x12, 0xba, 0xdc, 0x2c, 0xba, 0xdc, 0x15, 0x01, 0x1f, 0x04, + 0x8e, 0xf7, 0x3d, 0xa8, 0xa3, 0xbd, 0x24, 0x7d, 0x73, 0x8d, 0x43, 0x43, 0x34, 0x0a, 0x44, 0xea, + 0x04, 0x47, 0x64, 0x63, 0xe1, 0x34, 0xf2, 0x4b, 0xe8, 0x9e, 0x2a, 0xe8, 0x07, 0x48, 0x8e, 0xae, + 0xe3, 0x1e, 0xa8, 0x91, 0x35, 0xc5, 0xe6, 0x05, 0x71, 0xca, 0x10, 0xd7, 0x0f, 0x0f, 0xd2, 0xe7, + 0xe8, 0x13, 0xfb, 0xb8, 0x51, 0xc4, 0xa0, 0x09, 0x92, 0x15, 0x5d, 0xfb, 0xf8, 0x61, 0xfe, 0x2f, + 0x7f, 0xb2, 0xad, 0x7c, 0x48, 0xcb, 0x02, 0x89, 0xbb, 0xb7, 0x1e, 0xa8, 0x13, 0xc3, 0xf5, 0xf4, + 0xa9, 0x3d, 0x36, 0x8f, 0xde, 0x88, 0xe3, 0x2e, 0x63, 0x6d, 0x75, 0x4e, 0xfd, 0x14, 0x89, 0xf1, + 0xb0, 0xef, 0xc3, 0x8a, 0xb0, 0x98, 0xf0, 0xac, 0x65, 0x3c, 0x6b, 0x1d, 0xc1, 0x83, 0x68, 0xf8, + 0x8f, 0x85, 0x42, 0x98, 0x0f, 0x85, 0x1f, 0x02, 0x09, 0x50, 0xc2, 0xe5, 0x2a, 0xb8, 0xdc, 0xaa, + 0x3f, 0x13, 0xae, 0x38, 0x82, 0x9b, 0x78, 0x15, 0x77, 0x36, 0x1a, 0x31, 0xd7, 0xd5, 0x47, 0x27, + 0xc6, 0x64, 0xc2, 0x02, 0xcf, 0x5d, 0x5d, 0xe2, 0x56, 0x0d, 0xbe, 0xd0, 0x40, 0xac, 0xd3, 0xf6, + 0x97, 0xc1, 0xfb, 0x0d, 0xe1, 0x3a, 0x6e, 0x92, 0x58, 0xbc, 0xb6, 0xc4, 0xe2, 0xab, 0x7c, 0x81, + 0xf8, 0xaa, 0xef, 0xc3, 0x4a, 0x7c, 0x41, 0x17, 0x6d, 0x3f, 0x4f, 0xeb, 0xa3, 0x28, 0x9e, 0xcb, + 0xe3, 0x7f, 0x88, 0x78, 0x66, 0x38, 0x96, 0xc4, 0x5e, 0x41, 0x6c, 0x12, 0xcc, 0x3d, 0x37, 0x1c, + 0x4b, 0x50, 0x7c, 0x0a, 0x37, 0x42, 0x0a, 0x9f, 0x35, 0x82, 0x48, 0x18, 0xfc, 0x7a, 0x30, 0x2d, + 0x2f, 0x2c, 0xe8, 0x7e, 0x07, 0x6e, 0x1c, 0x99, 0x4e, 0xec, 0xa6, 0x92, 0x1a, 0x3d, 0xc0, 0x65, + 0x2f, 0xbb, 0x8e, 0x8b, 0xb4, 0x13, 0x5b, 0x34, 0xbf, 0x50, 0xa0, 0x16, 0x33, 0x49, 0x52, 0x86, + 0x7c, 0x87, 0xb6, 0x76, 0x87, 0xea, 0x35, 0x02, 0x50, 0x18, 0xec, 0x3d, 0xea, 0x69, 0x1d, 0xe1, + 0x2d, 0x0e, 0xf6, 0xbb, 0xfd, 0x56, 0x47, 0xeb, 0xa8, 0x19, 0x52, 0x82, 0x5c, 0xb7, 0x3f, 0x18, + 0xaa, 0x59, 0x0e, 0x6f, 0xb7, 0x7a, 0x6d, 0xad, 0xab, 0x75, 0xd4, 0x1c, 0xa7, 0x68, 0x77, 0xfb, + 0x03, 0xad, 0xa3, 0xe6, 0xb9, 0xef, 0xa1, 0x5a, 0x4f, 0x7b, 0xae, 0x75, 0xd4, 0x02, 0x47, 0xeb, + 0x3f, 0x1c, 0xf4, 0xbb, 0xda, 0x50, 0x53, 0x8b, 0x9c, 0xfc, 0x79, 0x8b, 0xf6, 0xd4, 0x12, 0xa9, + 0x03, 0xe0, 0x6e, 0x3a, 0x8e, 0xcb, 0xe4, 0x3a, 0xac, 0x50, 0xad, 0xd5, 0x79, 0xa1, 0xb7, 0x1f, + 0xb7, 0xba, 0x5d, 0xad, 0xf7, 0x48, 0x53, 0x81, 0x3b, 0x2e, 0xaa, 0xb5, 0xa9, 0xd6, 0x1a, 0x6a, + 0x1d, 0xb5, 0x42, 0xd6, 0x61, 0x95, 0x6a, 0xcf, 0x0e, 0xb4, 0xc1, 0x30, 0x82, 0x55, 0x6d, 0xfe, + 0x61, 0x06, 0xd6, 0x31, 0xa6, 0x79, 0xb6, 0xc3, 0xba, 0xa6, 0xeb, 0x51, 0x99, 0xf1, 0x91, 0x5f, + 0x87, 0xa2, 0x2c, 0x06, 0xa5, 0x37, 0xbb, 0xe3, 0x9b, 0x22, 0x62, 0x71, 0x07, 0xc3, 0x09, 0xf7, + 0xac, 0x23, 0x9b, 0x0a, 0x3c, 0xea, 0x13, 0xf0, 0x12, 0x74, 0x34, 0x73, 0x30, 0x7a, 0x2d, 0x9d, + 0x73, 0x56, 0x24, 0x25, 0xaa, 0xd6, 0xb7, 0x61, 0x45, 0xc4, 0x61, 0x7e, 0x3c, 0x7d, 0xca, 0x3c, + 0xa3, 0x91, 0x45, 0xbf, 0xb0, 0x26, 0x0f, 0x13, 0x9c, 0x9d, 0xfb, 0x56, 0x5a, 0x3b, 0x8a, 0x0e, + 0x79, 0x10, 0x13, 0xe9, 0x5f, 0x0e, 0x75, 0x45, 0x0c, 0x2e, 0x28, 0x6b, 0xff, 0x3e, 0x0f, 0xb5, + 0xd8, 0xa2, 0x89, 0x5c, 0x44, 0x49, 0xe6, 0x22, 0xb1, 0x44, 0x20, 0x93, 0x48, 0x04, 0x62, 0x99, + 0x60, 0x36, 0x91, 0x09, 0xc6, 0xb3, 0x84, 0xdc, 0xff, 0x3d, 0x4b, 0xc8, 0x5f, 0x25, 0x4b, 0x40, + 0xeb, 0x65, 0xa3, 0x97, 0xfa, 0x11, 0x4a, 0xcf, 0x1a, 0xbd, 0x41, 0xff, 0x8c, 0xd6, 0xcb, 0x46, + 0x2f, 0x77, 0x7d, 0x68, 0x98, 0x4e, 0x1c, 0x31, 0x26, 0x13, 0x6a, 0x91, 0x4e, 0xec, 0x32, 0x16, + 0x49, 0x27, 0xf8, 0xac, 0xc8, 0x9f, 0x65, 0x3a, 0xc1, 0xa7, 0x83, 0xb4, 0x4b, 0xc8, 0xa3, 0x1c, + 0x49, 0xbb, 0x44, 0x12, 0xfe, 0x1e, 0xd4, 0xa7, 0xa6, 0x65, 0x4e, 0x67, 0x53, 0x59, 0x5c, 0xa2, + 0x4b, 0xcd, 0xd3, 0x9a, 0x84, 0x8a, 0xda, 0x92, 0xc7, 0x74, 0x5e, 0x62, 0xbd, 0x66, 0x8e, 0xee, + 0x9d, 0x38, 0xcc, 0x3d, 0xb1, 0x27, 0x22, 0x79, 0xc9, 0x53, 0x55, 0x4e, 0x0c, 0x7d, 0x78, 0x22, + 0xc5, 0xa9, 0x26, 0x53, 0x9c, 0x58, 0x7a, 0x54, 0x4b, 0xa4, 0x47, 0xdf, 0x82, 0x2d, 0x74, 0x50, + 0x09, 0xc7, 0xa6, 0x4f, 0xcc, 0xa9, 0xe9, 0x49, 0xf7, 0x76, 0x83, 0x63, 0xc4, 0x5c, 0xa1, 0xdb, + 0xe5, 0xd3, 0xa4, 0x05, 0xb7, 0xd2, 0xdd, 0xb8, 0x4f, 0x2f, 0x1c, 0xde, 0x96, 0x9b, 0xe2, 0xa3, + 0xe5, 0x12, 0xe8, 0x2a, 0x63, 0x52, 0x41, 0x87, 0x29, 0xbd, 0x1e, 0x89, 0x8b, 0x86, 0xfb, 0xcb, + 0xe6, 0xbf, 0x14, 0x60, 0x25, 0x50, 0x5c, 0x59, 0xa3, 0xec, 0xce, 0x9b, 0x8f, 0xb0, 0xe5, 0x54, + 0xf3, 0x89, 0xa4, 0x26, 0x09, 0x43, 0xfa, 0x34, 0x9e, 0x9f, 0xdc, 0x49, 0x52, 0x8b, 0xed, 0x76, + 0x38, 0x6e, 0x2c, 0x45, 0x79, 0x00, 0xe5, 0xb0, 0x17, 0x22, 0x0c, 0x77, 0x25, 0x91, 0xdb, 0x84, + 0x51, 0x3d, 0x68, 0x90, 0xa4, 0x25, 0x36, 0xb9, 0xf4, 0xc4, 0x86, 0x02, 0x11, 0x32, 0x74, 0xd8, + 0x88, 0x99, 0xaf, 0xd9, 0x15, 0x32, 0x16, 0xa4, 0xa7, 0x82, 0x1c, 0x7d, 0x4e, 0x3c, 0x0d, 0x29, + 0x5c, 0x22, 0x0d, 0x49, 0xba, 0xbb, 0xe2, 0x55, 0xdd, 0x5d, 0x4a, 0xfe, 0x51, 0x4a, 0xcd, 0x3f, + 0x34, 0xa8, 0x72, 0x22, 0x63, 0xa2, 0x0b, 0xb9, 0x94, 0x51, 0x2e, 0xcd, 0x73, 0xe4, 0x42, 0x11, + 0x55, 0x48, 0xa6, 0xe2, 0x84, 0x83, 0xb7, 0x9f, 0xc6, 0x34, 0x67, 0x50, 0x0e, 0xb4, 0x20, 0x1a, + 0x15, 0x6b, 0x50, 0x16, 0x91, 0x70, 0xaf, 0xf7, 0x48, 0x55, 0x30, 0xcc, 0x1d, 0xf4, 0x7a, 0x7c, + 0x90, 0x21, 0x2a, 0x54, 0xf7, 0x5b, 0x74, 0xb8, 0xd7, 0xea, 0xea, 0x32, 0x3e, 0xfa, 0x91, 0x32, + 0xc7, 0xff, 0xeb, 0xf4, 0x7b, 0x9a, 0x9a, 0x8f, 0xc5, 0xcc, 0x42, 0x3c, 0xba, 0x15, 0x9b, 0x4f, + 0xa1, 0x12, 0xb9, 0x24, 0x29, 0x42, 0xb6, 0xa7, 0x3d, 0x57, 0xaf, 0x91, 0x15, 0xa8, 0xf8, 0x4b, + 0x73, 0x00, 0x6e, 0xac, 0xfd, 0xf6, 0xfe, 0x1e, 0xc5, 0x80, 0x5c, 0x86, 0x3c, 0x06, 0x5b, 0x11, + 0x91, 0xfd, 0xf5, 0xd4, 0x1c, 0x2f, 0xf5, 0x57, 0x03, 0xab, 0x7c, 0xc6, 0x43, 0x9a, 0x69, 0x5b, + 0x89, 0xd2, 0x52, 0x49, 0x96, 0x96, 0xd1, 0xa2, 0x34, 0x13, 0x2f, 0x4a, 0x79, 0xbd, 0x7b, 0x32, + 0xb3, 0x5e, 0xca, 0xaa, 0x53, 0xf6, 0x6c, 0x11, 0x24, 0xaa, 0xce, 0x35, 0xc8, 0x5b, 0xb6, 0x35, + 0x62, 0xb2, 0x60, 0x15, 0x03, 0x5e, 0xea, 0xb3, 0xcf, 0xb1, 0xd2, 0x37, 0x2c, 0xf7, 0x8c, 0x39, + 0xa8, 0xd8, 0x65, 0x5a, 0x15, 0xc0, 0x16, 0xc2, 0x9a, 0xbf, 0x97, 0x85, 0xcd, 0x7d, 0xc7, 0xb6, + 0x8f, 0xfa, 0x47, 0x94, 0x9d, 0x4e, 0xcc, 0x91, 0xe1, 0xb1, 0xe0, 0xec, 0xe4, 0xbb, 0x50, 0x7a, + 0x25, 0xcf, 0x2f, 0x4d, 0xbf, 0xe1, 0x1b, 0x60, 0xf2, 0x7e, 0xd1, 0xca, 0xc4, 0xa7, 0x21, 0xbf, + 0x09, 0xf5, 0x44, 0xb2, 0xb8, 0x4c, 0x2c, 0xaf, 0xc5, 0x12, 0xc0, 0xb8, 0xc7, 0xcd, 0x26, 0x3c, + 0x6e, 0x8a, 0xee, 0xe7, 0x52, 0x75, 0x7f, 0x1b, 0x2a, 0xc8, 0xe7, 0x18, 0x4f, 0x80, 0x83, 0x04, + 0x47, 0xc8, 0x93, 0x48, 0xb5, 0x23, 0xce, 0x5c, 0x58, 0xa6, 0xe7, 0xe5, 0xd7, 0x44, 0x7e, 0xe7, + 0x23, 0x51, 0x39, 0x15, 0x53, 0x2a, 0xa7, 0xe6, 0xef, 0xc2, 0x06, 0x37, 0xba, 0x39, 0x9e, 0xba, + 0xf1, 0xf4, 0x40, 0x49, 0xa4, 0x07, 0x8f, 0xfc, 0x66, 0x83, 0xcf, 0x6f, 0xb7, 0x91, 0x41, 0x7f, + 0x73, 0x5b, 0x0a, 0x09, 0xc3, 0xde, 0xfc, 0xaa, 0xb4, 0x8e, 0x64, 0xc1, 0xb8, 0xf9, 0x6f, 0x19, + 0xb8, 0x71, 0x0e, 0xee, 0xe2, 0x13, 0xc4, 0x75, 0x3a, 0x93, 0xd4, 0xe9, 0x4b, 0xb4, 0xfc, 0xde, + 0x83, 0xba, 0x7f, 0x7a, 0x3d, 0x9a, 0x6d, 0xd5, 0x7c, 0xa8, 0x08, 0xf0, 0x9f, 0x42, 0x39, 0xbc, + 0x64, 0x1e, 0x2f, 0x79, 0xae, 0x26, 0xd2, 0x10, 0x95, 0xfb, 0x56, 0xb9, 0xdb, 0xf2, 0xa2, 0xf4, + 0xcf, 0x89, 0x92, 0x4c, 0x77, 0x64, 0xc5, 0xf3, 0x1c, 0xd9, 0x57, 0x0a, 0x6c, 0xb6, 0x31, 0xca, + 0xc6, 0x32, 0x4c, 0x99, 0xe0, 0x5e, 0xc4, 0xd3, 0x45, 0xcd, 0xab, 0xb9, 0xa7, 0xa2, 0x6c, 0xca, + 0x53, 0xd1, 0xff, 0xd3, 0x23, 0xce, 0x7f, 0x66, 0x60, 0xf3, 0xdc, 0x7c, 0xfe, 0xa2, 0xcc, 0x77, + 0xee, 0x22, 0x99, 0x94, 0x8b, 0x7c, 0x9d, 0x67, 0x6c, 0xe2, 0x22, 0xa7, 0xc1, 0x0b, 0x8a, 0x70, + 0x80, 0x2b, 0x72, 0x62, 0xdf, 0x7f, 0x3e, 0xf9, 0x00, 0x48, 0x0c, 0x57, 0x78, 0xcb, 0x9c, 0x9f, + 0xde, 0x05, 0xc8, 0xc2, 0x67, 0x26, 0x59, 0x74, 0xb9, 0xa8, 0xaf, 0xcc, 0xb3, 0x28, 0xad, 0x8b, + 0x50, 0x58, 0x62, 0xb1, 0x64, 0x17, 0x21, 0xc6, 0xf2, 0x62, 0x92, 0xe5, 0xff, 0x98, 0x83, 0x06, + 0x67, 0xf9, 0x63, 0xdb, 0xf5, 0x22, 0x4f, 0x37, 0x82, 0xe3, 0x0b, 0x9a, 0xca, 0xbf, 0x60, 0x6e, + 0xbf, 0x80, 0x8d, 0x24, 0x93, 0x74, 0xd7, 0xe4, 0x21, 0x6b, 0x19, 0xbe, 0x5f, 0x8f, 0xb3, 0x6a, + 0xc0, 0x17, 0x20, 0x03, 0xd9, 0x95, 0x88, 0x2e, 0xed, 0xd9, 0x4b, 0x89, 0x40, 0x8d, 0xaf, 0x3b, + 0xb4, 0x49, 0xcb, 0x4f, 0x59, 0x8b, 0x98, 0x1a, 0x7d, 0x23, 0x52, 0xbc, 0xa6, 0x71, 0x7e, 0x67, + 0xc0, 0x26, 0x2c, 0xd1, 0x60, 0x4b, 0x2a, 0x58, 0xe9, 0xaa, 0x0a, 0x16, 0x53, 0x88, 0x72, 0x52, + 0x21, 0x76, 0xa0, 0x12, 0xd9, 0x9c, 0xe7, 0x2e, 0xad, 0x6e, 0x57, 0x34, 0x12, 0x5a, 0xed, 0xe1, + 0xde, 0x6f, 0x69, 0xaa, 0x12, 0x69, 0x11, 0x64, 0x9a, 0x3f, 0x8f, 0x74, 0x1f, 0x5c, 0x7e, 0x1f, + 0xf2, 0xcd, 0x64, 0xa9, 0xbe, 0x7d, 0xc1, 0x6d, 0xc3, 0x4a, 0x7d, 0x0f, 0x6a, 0xc7, 0xcc, 0x62, + 0x8e, 0xe1, 0x5d, 0xe5, 0x79, 0xc8, 0x27, 0x95, 0x0e, 0xf6, 0xc2, 0x64, 0x3f, 0x9a, 0xe5, 0x5f, + 0xa5, 0x38, 0xff, 0xbb, 0x0c, 0x34, 0x28, 0x33, 0xc6, 0x6f, 0x76, 0x6d, 0x27, 0x88, 0x1a, 0x97, + 0xf4, 0x56, 0x0b, 0xeb, 0xf4, 0x78, 0x18, 0xcc, 0xa6, 0xbc, 0x1a, 0x44, 0xdf, 0x2b, 0x72, 0x73, + 0xef, 0x15, 0x51, 0xbb, 0xcd, 0xc7, 0xed, 0xf6, 0xad, 0x05, 0xb0, 0x85, 0x6e, 0x85, 0x5f, 0xcf, + 0x74, 0x75, 0x8e, 0x6e, 0x8a, 0xc7, 0xe1, 0x12, 0x2d, 0x99, 0x2e, 0xc5, 0x71, 0xf3, 0xbf, 0x14, + 0xce, 0x37, 0x64, 0xd3, 0x7c, 0x5a, 0xfb, 0xe0, 0xf2, 0x29, 0x62, 0x24, 0x31, 0x4c, 0x5e, 0x2b, + 0xf3, 0x56, 0xae, 0x95, 0x5d, 0x78, 0xad, 0x5c, 0xfc, 0x5a, 0x71, 0x91, 0xe6, 0xe3, 0x22, 0x6d, + 0xfe, 0x7e, 0x06, 0x36, 0xfd, 0x66, 0xd6, 0xfc, 0xa5, 0x3f, 0x86, 0x82, 0xcc, 0x1f, 0x2f, 0xba, + 0xb2, 0xc4, 0x5b, 0x94, 0xde, 0xa3, 0xa3, 0x70, 0xed, 0x89, 0x5f, 0x7f, 0x66, 0x97, 0x0b, 0xd6, + 0x48, 0x39, 0xcf, 0x8b, 0xdc, 0x42, 0x5e, 0xe4, 0x17, 0xf1, 0xa2, 0x90, 0xe4, 0x85, 0x02, 0x64, + 0xd7, 0x76, 0x46, 0x4c, 0x20, 0xbf, 0x0d, 0x8b, 0xd9, 0x84, 0x92, 0x31, 0xf3, 0x4e, 0xa2, 0x4f, + 0x70, 0x7c, 0x7c, 0xe1, 0x23, 0x70, 0xf3, 0x8f, 0x15, 0x28, 0x50, 0xe6, 0xce, 0x26, 0x1e, 0x79, + 0x1f, 0x72, 0x23, 0x7b, 0x2c, 0x9e, 0x25, 0xeb, 0xc1, 0x6b, 0x49, 0x20, 0x34, 0x7b, 0xcc, 0x28, + 0x22, 0x90, 0x06, 0x14, 0xa7, 0xcc, 0x75, 0x8d, 0x63, 0xe6, 0xb3, 0x5e, 0x0e, 0xe7, 0x9f, 0xb7, + 0xb3, 0x57, 0x7d, 0xde, 0x6e, 0xfe, 0x6b, 0x0e, 0xea, 0x82, 0x3f, 0xc1, 0x93, 0xce, 0xc2, 0x34, + 0x2f, 0xfe, 0x6e, 0x2c, 0x99, 0x94, 0xbd, 0x5b, 0x8e, 0xbc, 0x1b, 0x5f, 0xdc, 0x03, 0x7c, 0x00, + 0x1b, 0x63, 0xfb, 0xcc, 0x9a, 0xd8, 0xc6, 0x58, 0x97, 0xaf, 0xbe, 0xf2, 0xa5, 0x4a, 0x3c, 0xfc, + 0xae, 0xf9, 0xb3, 0x14, 0x27, 0xe5, 0x13, 0xda, 0xc7, 0xb0, 0x26, 0xd4, 0x20, 0x41, 0x23, 0x1f, + 0xd2, 0x1d, 0x29, 0xe5, 0x08, 0x05, 0x8a, 0x1a, 0x29, 0xb8, 0xc0, 0x0a, 0xbe, 0xa8, 0x39, 0x84, + 0x8b, 0xac, 0x07, 0xaa, 0x9c, 0x0e, 0x8b, 0xa6, 0x65, 0xba, 0x18, 0x75, 0x41, 0x1d, 0x94, 0x4d, + 0xf7, 0x62, 0xeb, 0x45, 0x3b, 0x19, 0x2b, 0x21, 0x66, 0xf0, 0x51, 0x40, 0xc0, 0x81, 0xa8, 0x93, + 0x2d, 0xe3, 0x19, 0x89, 0x3f, 0xd7, 0x0e, 0x9d, 0x2d, 0x26, 0x2e, 0xb8, 0x78, 0x14, 0x5f, 0xf4, + 0x2e, 0xe4, 0xb6, 0x11, 0xec, 0x6e, 0xb4, 0xae, 0x14, 0x37, 0xab, 0x2c, 0x53, 0xc2, 0x06, 0xd5, + 0xe7, 0x79, 0x1d, 0x9a, 0x6a, 0x5a, 0x95, 0xda, 0xfc, 0x99, 0x02, 0x1b, 0x71, 0x6d, 0x0a, 0x3a, + 0xeb, 0xbf, 0x3a, 0xf7, 0x50, 0xb8, 0x1e, 0xa8, 0x7e, 0x8c, 0x20, 0x7c, 0x20, 0xec, 0x06, 0xdf, + 0x92, 0x88, 0x0e, 0xdc, 0x83, 0x74, 0x02, 0xb9, 0xc3, 0x4e, 0x12, 0x90, 0xf8, 0xdc, 0x64, 0x17, + 0x36, 0xd2, 0x31, 0xc8, 0x0a, 0x54, 0x1e, 0xf6, 0x87, 0x8f, 0x75, 0xf9, 0x82, 0x81, 0x7d, 0x9b, + 0xe7, 0xad, 0xbd, 0xa1, 0xde, 0xdd, 0x1b, 0x0c, 0xc5, 0x83, 0x06, 0xd5, 0x9e, 0x68, 0xed, 0x21, + 0x66, 0x22, 0xff, 0x8e, 0x77, 0x14, 0x19, 0x45, 0xec, 0x20, 0x17, 0x14, 0x9d, 0xdb, 0x50, 0x91, + 0x02, 0xb4, 0xb8, 0xf9, 0x0b, 0x93, 0x96, 0xfa, 0xd9, 0xe3, 0xf6, 0x9e, 0xa6, 0x8e, 0xd9, 0xb7, + 0xac, 0x8e, 0xb9, 0x54, 0x75, 0x6c, 0xfe, 0x6d, 0x16, 0x6e, 0xf8, 0x4c, 0x79, 0xbb, 0x97, 0xfa, + 0x9e, 0x9f, 0x91, 0x66, 0x51, 0x84, 0xf7, 0x12, 0xee, 0x2e, 0xb1, 0x99, 0x14, 0x2d, 0x97, 0x8b, + 0x9f, 0x8f, 0xee, 0x04, 0x4a, 0x20, 0xaa, 0xc1, 0x8d, 0xf4, 0x76, 0x9f, 0x2f, 0xe6, 0x78, 0xbb, + 0x25, 0x9f, 0x68, 0xb7, 0xb4, 0x84, 0x93, 0x5e, 0x3e, 0x27, 0x29, 0xb9, 0x0b, 0x6c, 0xa1, 0x98, + 0x6a, 0x0b, 0x3a, 0x40, 0x78, 0x1b, 0x42, 0xa0, 0xde, 0xee, 0xf7, 0x86, 0xb4, 0xd5, 0x1e, 0xea, + 0xf8, 0x6c, 0xa5, 0x5e, 0x23, 0xeb, 0xb0, 0xda, 0xe9, 0x3f, 0xef, 0x75, 0xfb, 0xad, 0x8e, 0xde, + 0xeb, 0x0f, 0x75, 0xec, 0xf9, 0x29, 0x64, 0x15, 0x6a, 0xfe, 0xa3, 0x55, 0xeb, 0x51, 0x6b, 0xaf, + 0xa7, 0x66, 0xc8, 0x75, 0x58, 0x09, 0xa8, 0x65, 0x4a, 0x9c, 0x6d, 0xfe, 0x79, 0x16, 0xd6, 0xdb, + 0x86, 0x35, 0x62, 0x93, 0x50, 0xaf, 0x2f, 0x57, 0xa8, 0x2f, 0x6a, 0x7e, 0x24, 0xb2, 0xbe, 0xec, + 0x05, 0x5f, 0xa9, 0xe4, 0x16, 0x7d, 0xa5, 0x92, 0x48, 0x0a, 0x5b, 0x50, 0x70, 0x98, 0xe1, 0xda, + 0x16, 0xb2, 0x3e, 0x54, 0x86, 0xd4, 0x4b, 0x48, 0x28, 0x45, 0x02, 0x2a, 0x09, 0xe3, 0x02, 0x2c, + 0x5e, 0x49, 0x80, 0xb1, 0x40, 0x5d, 0x4a, 0x06, 0x6a, 0x0a, 0xd5, 0xe8, 0xc6, 0x44, 0x85, 0xea, + 0xe3, 0xfe, 0x80, 0xcb, 0x0c, 0x25, 0xa2, 0x5e, 0xe3, 0xe2, 0x09, 0xa4, 0xb6, 0xdb, 0xda, 0xeb, + 0xaa, 0x0a, 0x17, 0x2e, 0xd5, 0x7a, 0x43, 0x8d, 0x06, 0x68, 0xd8, 0x66, 0xed, 0x0f, 0x1f, 0x6b, + 0x54, 0xcd, 0x36, 0xff, 0x44, 0x81, 0xeb, 0x41, 0x8a, 0xf5, 0xc4, 0x3e, 0x8c, 0xd4, 0xbd, 0xdc, + 0x6a, 0xa2, 0x75, 0x2f, 0x1f, 0xa7, 0x75, 0x42, 0x32, 0x6f, 0xa5, 0x13, 0x92, 0x4c, 0x34, 0x9b, + 0xff, 0x9d, 0x81, 0xb5, 0xf8, 0xc9, 0xa4, 0xb7, 0x5e, 0x70, 0xb4, 0x5b, 0x00, 0xa6, 0xeb, 0xce, + 0xe2, 0x8d, 0x1e, 0x01, 0xe1, 0xd3, 0xeb, 0x50, 0xf8, 0xcc, 0x3e, 0x0c, 0x55, 0x27, 0xff, 0x99, + 0x7d, 0xb8, 0x87, 0xcd, 0xe0, 0x53, 0x63, 0xf4, 0x92, 0x97, 0xdc, 0x33, 0x67, 0xe2, 0x17, 0x13, + 0x12, 0x74, 0xe0, 0x4c, 0xc8, 0xa7, 0x70, 0xc3, 0x47, 0x08, 0xfa, 0x60, 0xb1, 0xcf, 0x0c, 0xd7, + 0xe5, 0x74, 0xd0, 0xe3, 0x13, 0x2d, 0x36, 0xae, 0x11, 0xcc, 0x1a, 0x5f, 0xc5, 0xa4, 0x99, 0x35, + 0xf6, 0x3f, 0x10, 0xe0, 0x47, 0x3e, 0x32, 0x2d, 0xd3, 0x3d, 0xd1, 0xc7, 0xcc, 0x18, 0x4f, 0x4c, + 0x6b, 0x39, 0xf5, 0x5a, 0xfd, 0xcc, 0x3e, 0xdc, 0x45, 0xfa, 0x8e, 0x24, 0xbf, 0x40, 0xcf, 0x7e, + 0xaa, 0x00, 0x49, 0x70, 0x9e, 0x27, 0x87, 0x0b, 0xf8, 0x1e, 0x32, 0x36, 0x13, 0x65, 0xec, 0x27, + 0xdc, 0xa8, 0x38, 0xad, 0xac, 0x3e, 0x6f, 0xa6, 0x36, 0x51, 0xc5, 0xf2, 0x54, 0xa2, 0x12, 0x0d, + 0x2a, 0xee, 0xec, 0x70, 0x6a, 0x5e, 0xa1, 0xcf, 0x06, 0x82, 0xf0, 0x12, 0x6d, 0xb6, 0x7f, 0x50, + 0x60, 0x2d, 0xed, 0x14, 0x97, 0xf9, 0x88, 0xf0, 0x2a, 0xf5, 0x6a, 0xfa, 0x73, 0xc2, 0x46, 0xc0, + 0x1f, 0xe1, 0x8d, 0x7c, 0x16, 0xa0, 0x1a, 0xe3, 0xf5, 0xed, 0x99, 0x87, 0x8a, 0x53, 0xe2, 0x6a, + 0x3c, 0x14, 0x80, 0xe6, 0xdf, 0x28, 0x40, 0x3a, 0xac, 0xcd, 0xb8, 0x4f, 0x9a, 0x84, 0x6d, 0xe5, + 0x77, 0x21, 0xf3, 0xca, 0x6d, 0x28, 0xb1, 0x4f, 0x5b, 0x3b, 0x61, 0xd9, 0x94, 0x79, 0x15, 0x29, + 0xf1, 0x33, 0xd1, 0x12, 0x9f, 0x40, 0x6e, 0x36, 0x0b, 0x8c, 0x02, 0xff, 0x27, 0x2a, 0x64, 0x43, + 0x5b, 0xe0, 0xff, 0x92, 0x6f, 0x41, 0x29, 0xd0, 0xe5, 0x8b, 0x3b, 0x4c, 0x39, 0xf1, 0xa6, 0x2d, + 0xd5, 0xb8, 0xf9, 0x43, 0x05, 0xa0, 0xf3, 0x0b, 0x7c, 0xb8, 0x59, 0x54, 0x98, 0x7e, 0x7d, 0x04, + 0xd5, 0x68, 0x89, 0x43, 0x2a, 0x50, 0x1c, 0x1c, 0xb4, 0xdb, 0xda, 0x60, 0xa0, 0x5e, 0x23, 0x5b, + 0xb0, 0xc1, 0x73, 0xaf, 0xd6, 0xf0, 0x80, 0x6a, 0xfa, 0x6e, 0x9f, 0x3e, 0x6d, 0x0d, 0x75, 0x8d, + 0xd2, 0x3e, 0x55, 0x15, 0xb2, 0x09, 0xeb, 0xed, 0xfe, 0xd3, 0xfd, 0x83, 0xa1, 0xa6, 0xb7, 0x3a, + 0x1d, 0xaa, 0x0d, 0x06, 0x72, 0x2a, 0xc3, 0xf3, 0x36, 0x74, 0xb1, 0x12, 0xb0, 0x76, 0xff, 0xaf, + 0x01, 0xaa, 0x8f, 0x30, 0x0a, 0x33, 0xe7, 0xb5, 0x39, 0x62, 0xe4, 0xdb, 0x70, 0x7d, 0x80, 0xea, + 0x1a, 0xff, 0xb8, 0xe1, 0x9c, 0x1c, 0x62, 0xab, 0x16, 0x66, 0x27, 0x5c, 0x45, 0xbe, 0x03, 0xb5, + 0x01, 0xb3, 0xc2, 0x07, 0x07, 0x72, 0x2b, 0x42, 0x37, 0xff, 0xe6, 0x90, 0x24, 0xef, 0x71, 0x0b, + 0x4f, 0xf6, 0xd2, 0xc9, 0x9d, 0xa0, 0xe6, 0x3e, 0xa7, 0xcd, 0xbe, 0x75, 0xce, 0xe9, 0x48, 0x1b, + 0x56, 0xe7, 0xda, 0x40, 0x64, 0x3b, 0xd8, 0x33, 0xbd, 0x41, 0x94, 0x3c, 0xd4, 0xaf, 0x41, 0x25, + 0x52, 0x13, 0x93, 0x4d, 0x7f, 0xaf, 0xb9, 0x3a, 0x39, 0x49, 0xf8, 0x04, 0x56, 0xe7, 0x1a, 0x6b, + 0xe4, 0xa2, 0x96, 0xdb, 0xd6, 0x5a, 0xa2, 0x17, 0x26, 0x5a, 0x77, 0x14, 0x54, 0xca, 0x3c, 0xc7, + 0x64, 0xaf, 0x99, 0xdf, 0x7d, 0x27, 0x17, 0x7e, 0x68, 0xb3, 0xf5, 0x4e, 0x92, 0x2f, 0xb1, 0x2f, + 0x77, 0x86, 0x7c, 0xcd, 0x78, 0xb3, 0xe7, 0x62, 0xe6, 0x84, 0x08, 0xe7, 0xb4, 0x89, 0x3a, 0x9c, + 0xe7, 0x89, 0x76, 0x4a, 0x70, 0xd4, 0x73, 0x1b, 0x2d, 0x49, 0xde, 0x75, 0x61, 0x4d, 0xa8, 0x61, + 0xa2, 0xd2, 0x4e, 0xaf, 0x80, 0xb6, 0x6e, 0x2d, 0xac, 0x73, 0xc8, 0xf7, 0x61, 0x53, 0x9e, 0x77, + 0xd7, 0x76, 0x92, 0xd9, 0xfa, 0xad, 0xf8, 0x8d, 0x12, 0xd3, 0x5b, 0xb7, 0x17, 0xe7, 0xdf, 0xa4, + 0x0d, 0x6b, 0x94, 0x9d, 0xda, 0x8e, 0xb7, 0x6b, 0x98, 0x93, 0xa1, 0xdd, 0x91, 0x75, 0x28, 0x79, + 0x67, 0x51, 0xaa, 0x96, 0xbc, 0xee, 0xb3, 0xa0, 0x40, 0x8a, 0xf2, 0xfc, 0x89, 0x7d, 0x48, 0xb6, + 0x92, 0x0d, 0xa7, 0x30, 0x1b, 0xda, 0xba, 0x99, 0x3a, 0x27, 0xef, 0xdc, 0x81, 0x86, 0xe0, 0x60, + 0x5a, 0xcc, 0x4c, 0x27, 0x9c, 0x4d, 0xe6, 0x0e, 0xf6, 0x5d, 0x58, 0xc3, 0x5f, 0x2f, 0x3d, 0x62, + 0x5e, 0xec, 0x47, 0x3c, 0xbe, 0x27, 0x0f, 0x7f, 0xda, 0xb4, 0xe5, 0xf7, 0x65, 0x62, 0x78, 0x0f, + 0x61, 0x33, 0x46, 0xcf, 0x55, 0xde, 0xa5, 0x86, 0xf5, 0xb2, 0xc7, 0xce, 0xd2, 0x16, 0x21, 0xd1, + 0x1f, 0x3f, 0xc8, 0x35, 0x3a, 0x70, 0x33, 0x7d, 0x0d, 0xfc, 0x29, 0xc4, 0x65, 0x57, 0xd9, 0x85, + 0x1b, 0xb1, 0x55, 0xc2, 0xdf, 0x51, 0xa4, 0xad, 0xe0, 0xf7, 0xf9, 0xe6, 0x7e, 0x6d, 0xf1, 0xf0, + 0x37, 0x7e, 0xfe, 0xb3, 0xdb, 0xca, 0x17, 0x5f, 0xde, 0x56, 0x7e, 0xf4, 0xe5, 0x6d, 0xe5, 0xa7, + 0x5f, 0xde, 0x56, 0xfe, 0xf4, 0xab, 0xdb, 0xca, 0x3f, 0x7f, 0x75, 0x5b, 0xf9, 0xe2, 0xab, 0xdb, + 0x0a, 0xd4, 0x4c, 0x7b, 0xe7, 0xd0, 0x3b, 0x72, 0x05, 0xf9, 0x43, 0x40, 0xdf, 0xba, 0xcf, 0x03, + 0xd1, 0xbe, 0xf2, 0x7d, 0xf1, 0x2b, 0xb3, 0xc3, 0x02, 0x06, 0xa6, 0x4f, 0xfe, 0x37, 0x00, 0x00, + 0xff, 0xff, 0x0c, 0x2a, 0xa5, 0x68, 0x8f, 0x36, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -4038,6 +4152,7 @@ type GuardServiceClient interface { AdminGetDailySummary(ctx context.Context, in *AdminQuery, opts ...grpc.CallOption) (*DailySummary, error) AdminGetDailyHostsRankNew(ctx context.Context, in *AdminQuery, opts ...grpc.CallOption) (*HostSummary, error) AdminGetDailyHostsRankTotal(ctx context.Context, in *AdminQuery, opts ...grpc.CallOption) (*HostSummary, error) + AdminGetDailyTotalState(ctx context.Context, in *AdminQuery, opts ...grpc.CallOption) (*TotalStateSummary, error) } type guardServiceClient struct { @@ -4201,6 +4316,15 @@ func (c *guardServiceClient) AdminGetDailyHostsRankTotal(ctx context.Context, in return out, nil } +func (c *guardServiceClient) AdminGetDailyTotalState(ctx context.Context, in *AdminQuery, opts ...grpc.CallOption) (*TotalStateSummary, error) { + out := new(TotalStateSummary) + err := c.cc.Invoke(ctx, "/guard.GuardService/AdminGetDailyTotalState", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // GuardServiceServer is the server API for GuardService service. type GuardServiceServer interface { SubmitFileStoreMeta(context.Context, *FileStoreStatus) (*Result, error) @@ -4222,6 +4346,7 @@ type GuardServiceServer interface { AdminGetDailySummary(context.Context, *AdminQuery) (*DailySummary, error) AdminGetDailyHostsRankNew(context.Context, *AdminQuery) (*HostSummary, error) AdminGetDailyHostsRankTotal(context.Context, *AdminQuery) (*HostSummary, error) + AdminGetDailyTotalState(context.Context, *AdminQuery) (*TotalStateSummary, error) } // UnimplementedGuardServiceServer can be embedded to have forward compatible implementations. @@ -4279,6 +4404,9 @@ func (*UnimplementedGuardServiceServer) AdminGetDailyHostsRankNew(ctx context.Co func (*UnimplementedGuardServiceServer) AdminGetDailyHostsRankTotal(ctx context.Context, req *AdminQuery) (*HostSummary, error) { return nil, status.Errorf(codes.Unimplemented, "method AdminGetDailyHostsRankTotal not implemented") } +func (*UnimplementedGuardServiceServer) AdminGetDailyTotalState(ctx context.Context, req *AdminQuery) (*TotalStateSummary, error) { + return nil, status.Errorf(codes.Unimplemented, "method AdminGetDailyTotalState not implemented") +} func RegisterGuardServiceServer(s *grpc.Server, srv GuardServiceServer) { s.RegisterService(&_GuardService_serviceDesc, srv) @@ -4590,6 +4718,24 @@ func _GuardService_AdminGetDailyHostsRankTotal_Handler(srv interface{}, ctx cont return interceptor(ctx, in, info, handler) } +func _GuardService_AdminGetDailyTotalState_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(AdminQuery) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(GuardServiceServer).AdminGetDailyTotalState(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/guard.GuardService/AdminGetDailyTotalState", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(GuardServiceServer).AdminGetDailyTotalState(ctx, req.(*AdminQuery)) + } + return interceptor(ctx, in, info, handler) +} + var _GuardService_serviceDesc = grpc.ServiceDesc{ ServiceName: "guard.GuardService", HandlerType: (*GuardServiceServer)(nil), @@ -4662,6 +4808,10 @@ var _GuardService_serviceDesc = grpc.ServiceDesc{ MethodName: "AdminGetDailyHostsRankTotal", Handler: _GuardService_AdminGetDailyHostsRankTotal_Handler, }, + { + MethodName: "AdminGetDailyTotalState", + Handler: _GuardService_AdminGetDailyTotalState_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "protos/guard/guard.proto", @@ -4897,6 +5047,83 @@ func (m *HostSummary) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *TotalStateSummary) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *TotalStateSummary) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *TotalStateSummary) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.XXX_unrecognized != nil { + i -= len(m.XXX_unrecognized) + copy(dAtA[i:], m.XXX_unrecognized) + } + if m.LostShardSize != 0 { + i = encodeVarintGuard(dAtA, i, uint64(m.LostShardSize)) + i-- + dAtA[i] = 0x40 + } + if m.InvalidContractCount != 0 { + i = encodeVarintGuard(dAtA, i, uint64(m.InvalidContractCount)) + i-- + dAtA[i] = 0x38 + } + if m.ExistedShardSize != 0 { + i = encodeVarintGuard(dAtA, i, uint64(m.ExistedShardSize)) + i-- + dAtA[i] = 0x30 + } + if m.ValidContractCount != 0 { + i = encodeVarintGuard(dAtA, i, uint64(m.ValidContractCount)) + i-- + dAtA[i] = 0x28 + } + if len(m.Signature) > 0 { + i -= len(m.Signature) + copy(dAtA[i:], m.Signature) + i = encodeVarintGuard(dAtA, i, uint64(len(m.Signature))) + i-- + dAtA[i] = 0x22 + } + if len(m.PreparerPid) > 0 { + i -= len(m.PreparerPid) + copy(dAtA[i:], m.PreparerPid) + i = encodeVarintGuard(dAtA, i, uint64(len(m.PreparerPid))) + i-- + dAtA[i] = 0x1a + } + n7, err7 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ResponseTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResponseTime):]) + if err7 != nil { + return 0, err7 + } + i -= n7 + i = encodeVarintGuard(dAtA, i, uint64(n7)) + i-- + dAtA[i] = 0x12 + n8, err8 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.QueryDate, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.QueryDate):]) + if err8 != nil { + return 0, err8 + } + i -= n8 + i = encodeVarintGuard(dAtA, i, uint64(n8)) + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *HostStatus) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -4994,12 +5221,12 @@ func (m *Log) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x12 } - n7, err7 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ChangeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ChangeTime):]) - if err7 != nil { - return 0, err7 + n9, err9 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ChangeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ChangeTime):]) + if err9 != nil { + return 0, err9 } - i -= n7 - i = encodeVarintGuard(dAtA, i, uint64(n7)) + i -= n9 + i = encodeVarintGuard(dAtA, i, uint64(n9)) i-- dAtA[i] = 0xa return len(dAtA) - i, nil @@ -5077,20 +5304,20 @@ func (m *ContractMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x52 } - n8, err8 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentEnd, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentEnd):]) - if err8 != nil { - return 0, err8 + n10, err10 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentEnd, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentEnd):]) + if err10 != nil { + return 0, err10 } - i -= n8 - i = encodeVarintGuard(dAtA, i, uint64(n8)) + i -= n10 + i = encodeVarintGuard(dAtA, i, uint64(n10)) i-- dAtA[i] = 0x4a - n9, err9 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentStart, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentStart):]) - if err9 != nil { - return 0, err9 + n11, err11 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentStart, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentStart):]) + if err11 != nil { + return 0, err11 } - i -= n9 - i = encodeVarintGuard(dAtA, i, uint64(n9)) + i -= n11 + i = encodeVarintGuard(dAtA, i, uint64(n11)) i-- dAtA[i] = 0x42 if len(m.FileHash) > 0 { @@ -5165,12 +5392,12 @@ func (m *Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n10, err10 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.FirstChallengeSuccess, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.FirstChallengeSuccess):]) - if err10 != nil { - return 0, err10 + n12, err12 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.FirstChallengeSuccess, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.FirstChallengeSuccess):]) + if err12 != nil { + return 0, err12 } - i -= n10 - i = encodeVarintGuard(dAtA, i, uint64(n10)) + i -= n12 + i = encodeVarintGuard(dAtA, i, uint64(n12)) i-- dAtA[i] = 0x1 i-- @@ -5192,20 +5419,20 @@ func (m *Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x70 } - n11, err11 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastChallengeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastChallengeTime):]) - if err11 != nil { - return 0, err11 + n13, err13 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastChallengeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastChallengeTime):]) + if err13 != nil { + return 0, err13 } - i -= n11 - i = encodeVarintGuard(dAtA, i, uint64(n11)) + i -= n13 + i = encodeVarintGuard(dAtA, i, uint64(n13)) i-- dAtA[i] = 0x6a - n12, err12 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastSuccessChallengeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastSuccessChallengeTime):]) - if err12 != nil { - return 0, err12 + n14, err14 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastSuccessChallengeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastSuccessChallengeTime):]) + if err14 != nil { + return 0, err14 } - i -= n12 - i = encodeVarintGuard(dAtA, i, uint64(n12)) + i -= n14 + i = encodeVarintGuard(dAtA, i, uint64(n14)) i-- dAtA[i] = 0x62 if len(m.PreparerSignature) > 0 { @@ -5229,12 +5456,12 @@ func (m *Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x4a } - n13, err13 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastModifyTime):]) - if err13 != nil { - return 0, err13 + n15, err15 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.LastModifyTime):]) + if err15 != nil { + return 0, err15 } - i -= n13 - i = encodeVarintGuard(dAtA, i, uint64(n13)) + i -= n15 + i = encodeVarintGuard(dAtA, i, uint64(n15)) i-- dAtA[i] = 0x42 if len(m.ChangeLog) > 0 { @@ -5258,12 +5485,12 @@ func (m *Contract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x32 } - n14, err14 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.EscrowSignedTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.EscrowSignedTime):]) - if err14 != nil { - return 0, err14 + n16, err16 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.EscrowSignedTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.EscrowSignedTime):]) + if err16 != nil { + return 0, err16 } - i -= n14 - i = encodeVarintGuard(dAtA, i, uint64(n14)) + i -= n16 + i = encodeVarintGuard(dAtA, i, uint64(n16)) i-- dAtA[i] = 0x2a if len(m.HostSignature) > 0 { @@ -5348,12 +5575,12 @@ func (m *FileStoreListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { dAtA[i] = 0x1a } } - n16, err16 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.CurrentTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.CurrentTime):]) - if err16 != nil { - return 0, err16 + n18, err18 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.CurrentTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.CurrentTime):]) + if err18 != nil { + return 0, err18 } - i -= n16 - i = encodeVarintGuard(dAtA, i, uint64(n16)) + i -= n18 + i = encodeVarintGuard(dAtA, i, uint64(n18)) i-- dAtA[i] = 0x12 if m.Request != nil { @@ -5456,20 +5683,20 @@ func (m *FileStoreMeta) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x30 } - n18, err18 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentEnd, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentEnd):]) - if err18 != nil { - return 0, err18 + n20, err20 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentEnd, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentEnd):]) + if err20 != nil { + return 0, err20 } - i -= n18 - i = encodeVarintGuard(dAtA, i, uint64(n18)) + i -= n20 + i = encodeVarintGuard(dAtA, i, uint64(n20)) i-- dAtA[i] = 0x2a - n19, err19 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentStart, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentStart):]) - if err19 != nil { - return 0, err19 + n21, err21 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RentStart, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RentStart):]) + if err21 != nil { + return 0, err21 } - i -= n19 - i = encodeVarintGuard(dAtA, i, uint64(n19)) + i -= n21 + i = encodeVarintGuard(dAtA, i, uint64(n21)) i-- dAtA[i] = 0x22 if m.FileSize != 0 { @@ -5544,12 +5771,12 @@ func (m *FileStoreStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x42 } - n20, err20 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.CurrentTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.CurrentTime):]) - if err20 != nil { - return 0, err20 + n22, err22 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.CurrentTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.CurrentTime):]) + if err22 != nil { + return 0, err22 } - i -= n20 - i = encodeVarintGuard(dAtA, i, uint64(n20)) + i -= n22 + i = encodeVarintGuard(dAtA, i, uint64(n22)) i-- dAtA[i] = 0x3a if len(m.ChangeLog) > 0 { @@ -5566,12 +5793,12 @@ func (m *FileStoreStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { dAtA[i] = 0x32 } } - n21, err21 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.GuardReceiveTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.GuardReceiveTime):]) - if err21 != nil { - return 0, err21 + n23, err23 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.GuardReceiveTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.GuardReceiveTime):]) + if err23 != nil { + return 0, err23 } - i -= n21 - i = encodeVarintGuard(dAtA, i, uint64(n21)) + i -= n23 + i = encodeVarintGuard(dAtA, i, uint64(n23)) i-- dAtA[i] = 0x2a if len(m.RenterSignature) > 0 { @@ -5704,12 +5931,12 @@ func (m *ProofOfReplicateChallenge) MarshalToSizedBuffer(dAtA []byte) (int, erro i-- dAtA[i] = 0x3a } - n23, err23 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.HostSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.HostSignTime):]) - if err23 != nil { - return 0, err23 + n25, err25 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.HostSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.HostSignTime):]) + if err25 != nil { + return 0, err25 } - i -= n23 - i = encodeVarintGuard(dAtA, i, uint64(n23)) + i -= n25 + i = encodeVarintGuard(dAtA, i, uint64(n25)) i-- dAtA[i] = 0x32 if len(m.HostAnswer) > 0 { @@ -5733,12 +5960,12 @@ func (m *ProofOfReplicateChallenge) MarshalToSizedBuffer(dAtA []byte) (int, erro i-- dAtA[i] = 0x1a } - n24, err24 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ChallengeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ChallengeTime):]) - if err24 != nil { - return 0, err24 + n26, err26 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ChallengeTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ChallengeTime):]) + if err26 != nil { + return 0, err26 } - i -= n24 - i = encodeVarintGuard(dAtA, i, uint64(n24)) + i -= n26 + i = encodeVarintGuard(dAtA, i, uint64(n26)) i-- dAtA[i] = 0x12 { @@ -5833,12 +6060,12 @@ func (m *ShardChallengeQuestions) MarshalToSizedBuffer(dAtA []byte) (int, error) i-- dAtA[i] = 0x3a } - n26, err26 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.PrepareTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.PrepareTime):]) - if err26 != nil { - return 0, err26 + n28, err28 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.PrepareTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.PrepareTime):]) + if err28 != nil { + return 0, err28 } - i -= n26 - i = encodeVarintGuard(dAtA, i, uint64(n26)) + i -= n28 + i = encodeVarintGuard(dAtA, i, uint64(n28)) i-- dAtA[i] = 0x32 if len(m.Questions) > 0 { @@ -5915,12 +6142,12 @@ func (m *CheckFileStoreMetaRequest) MarshalToSizedBuffer(dAtA []byte) (int, erro i-- dAtA[i] = 0x2a } - n27, err27 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RequestTime):]) - if err27 != nil { - return 0, err27 + n29, err29 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RequestTime):]) + if err29 != nil { + return 0, err29 } - i -= n27 - i = encodeVarintGuard(dAtA, i, uint64(n27)) + i -= n29 + i = encodeVarintGuard(dAtA, i, uint64(n29)) i-- dAtA[i] = 0x22 if len(m.RequesterPid) > 0 { @@ -5979,22 +6206,22 @@ func (m *ListRenterFileInfoRequest) MarshalToSizedBuffer(dAtA []byte) (int, erro dAtA[i] = 0x3a } if m.LastModifyTime != nil { - n28, err28 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.LastModifyTime):]) - if err28 != nil { - return 0, err28 + n30, err30 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.LastModifyTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.LastModifyTime):]) + if err30 != nil { + return 0, err30 } - i -= n28 - i = encodeVarintGuard(dAtA, i, uint64(n28)) + i -= n30 + i = encodeVarintGuard(dAtA, i, uint64(n30)) i-- dAtA[i] = 0x32 } if m.RequestTime != nil { - n29, err29 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.RequestTime):]) - if err29 != nil { - return 0, err29 + n31, err31 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.RequestTime):]) + if err31 != nil { + return 0, err31 } - i -= n29 - i = encodeVarintGuard(dAtA, i, uint64(n29)) + i -= n31 + i = encodeVarintGuard(dAtA, i, uint64(n31)) i-- dAtA[i] = 0x2a } @@ -6057,12 +6284,12 @@ func (m *ListHostContractsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error dAtA[i] = 0x4a } if m.RequestTime != nil { - n30, err30 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.RequestTime):]) - if err30 != nil { - return 0, err30 + n32, err32 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.RequestTime):]) + if err32 != nil { + return 0, err32 } - i -= n30 - i = encodeVarintGuard(dAtA, i, uint64(n30)) + i -= n32 + i = encodeVarintGuard(dAtA, i, uint64(n32)) i-- dAtA[i] = 0x42 } @@ -6072,22 +6299,22 @@ func (m *ListHostContractsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error dAtA[i] = 0x38 } if m.LastModifyTimeTo != nil { - n31, err31 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.LastModifyTimeTo, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.LastModifyTimeTo):]) - if err31 != nil { - return 0, err31 + n33, err33 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.LastModifyTimeTo, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.LastModifyTimeTo):]) + if err33 != nil { + return 0, err33 } - i -= n31 - i = encodeVarintGuard(dAtA, i, uint64(n31)) + i -= n33 + i = encodeVarintGuard(dAtA, i, uint64(n33)) i-- dAtA[i] = 0x32 } if m.LastModifyTimeSince != nil { - n32, err32 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.LastModifyTimeSince, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.LastModifyTimeSince):]) - if err32 != nil { - return 0, err32 + n34, err34 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.LastModifyTimeSince, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.LastModifyTimeSince):]) + if err34 != nil { + return 0, err34 } - i -= n32 - i = encodeVarintGuard(dAtA, i, uint64(n32)) + i -= n34 + i = encodeVarintGuard(dAtA, i, uint64(n34)) i-- dAtA[i] = 0x2a } @@ -6168,12 +6395,12 @@ func (m *ContractsList) MarshalToSizedBuffer(dAtA []byte) (int, error) { dAtA[i] = 0x1a } } - n33, err33 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.GenerateTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.GenerateTime):]) - if err33 != nil { - return 0, err33 + n35, err35 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.GenerateTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.GenerateTime):]) + if err35 != nil { + return 0, err35 } - i -= n33 - i = encodeVarintGuard(dAtA, i, uint64(n33)) + i -= n35 + i = encodeVarintGuard(dAtA, i, uint64(n35)) i-- dAtA[i] = 0x12 if m.Request != nil { @@ -6232,12 +6459,12 @@ func (m *ReadyForChallengeRequest) MarshalToSizedBuffer(dAtA []byte) (int, error i-- dAtA[i] = 0x3a } - n35, err35 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.PrepareTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.PrepareTime):]) - if err35 != nil { - return 0, err35 + n37, err37 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.PrepareTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.PrepareTime):]) + if err37 != nil { + return 0, err37 } - i -= n35 - i = encodeVarintGuard(dAtA, i, uint64(n35)) + i -= n37 + i = encodeVarintGuard(dAtA, i, uint64(n37)) i-- dAtA[i] = 0x32 if len(m.HostPid) > 0 { @@ -6326,12 +6553,12 @@ func (m *RequestChallengeQuestion) MarshalToSizedBuffer(dAtA []byte) (int, error i-- dAtA[i] = 0x1a } - n36, err36 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.PrepareTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.PrepareTime):]) - if err36 != nil { - return 0, err36 + n38, err38 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.PrepareTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.PrepareTime):]) + if err38 != nil { + return 0, err38 } - i -= n36 - i = encodeVarintGuard(dAtA, i, uint64(n36)) + i -= n38 + i = encodeVarintGuard(dAtA, i, uint64(n38)) i-- dAtA[i] = 0x12 if m.Question != nil { @@ -6397,12 +6624,12 @@ func (m *ResponseChallengeQuestion) MarshalToSizedBuffer(dAtA []byte) (int, erro i-- dAtA[i] = 0x22 } - n38, err38 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ResolveTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResolveTime):]) - if err38 != nil { - return 0, err38 + n40, err40 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ResolveTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResolveTime):]) + if err40 != nil { + return 0, err40 } - i -= n38 - i = encodeVarintGuard(dAtA, i, uint64(n38)) + i -= n40 + i = encodeVarintGuard(dAtA, i, uint64(n40)) i-- dAtA[i] = 0x1a if len(m.HostPid) > 0 { @@ -6506,12 +6733,12 @@ func (m *Result) MarshalToSizedBuffer(dAtA []byte) (int, error) { i -= len(m.XXX_unrecognized) copy(dAtA[i:], m.XXX_unrecognized) } - n40, err40 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ResponseTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResponseTime):]) - if err40 != nil { - return 0, err40 + n42, err42 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.ResponseTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResponseTime):]) + if err42 != nil { + return 0, err42 } - i -= n40 - i = encodeVarintGuard(dAtA, i, uint64(n40)) + i -= n42 + i = encodeVarintGuard(dAtA, i, uint64(n42)) i-- dAtA[i] = 0x1a if len(m.Message) > 0 { @@ -6560,12 +6787,12 @@ func (m *RepairContract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x62 } - n41, err41 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.GuardSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.GuardSignTime):]) - if err41 != nil { - return 0, err41 + n43, err43 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.GuardSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.GuardSignTime):]) + if err43 != nil { + return 0, err43 } - i -= n41 - i = encodeVarintGuard(dAtA, i, uint64(n41)) + i -= n43 + i = encodeVarintGuard(dAtA, i, uint64(n43)) i-- dAtA[i] = 0x5a if len(m.RepairContractId) > 0 { @@ -6589,12 +6816,12 @@ func (m *RepairContract) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x42 } - n42, err42 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RepairSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RepairSignTime):]) - if err42 != nil { - return 0, err42 + n44, err44 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RepairSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RepairSignTime):]) + if err44 != nil { + return 0, err44 } - i -= n42 - i = encodeVarintGuard(dAtA, i, uint64(n42)) + i -= n44 + i = encodeVarintGuard(dAtA, i, uint64(n44)) i-- dAtA[i] = 0x3a if len(m.RepairPid) > 0 { @@ -6713,12 +6940,12 @@ func (m *RequestRepairContracts) MarshalToSizedBuffer(dAtA []byte) (int, error) i-- dAtA[i] = 0x22 } - n44, err44 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RepairSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RepairSignTime):]) - if err44 != nil { - return 0, err44 + n46, err46 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RepairSignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RepairSignTime):]) + if err46 != nil { + return 0, err46 } - i -= n44 - i = encodeVarintGuard(dAtA, i, uint64(n44)) + i -= n46 + i = encodeVarintGuard(dAtA, i, uint64(n46)) i-- dAtA[i] = 0x1a if len(m.RepairNode) > 0 { @@ -6769,12 +6996,12 @@ func (m *ResponseRepairContracts) MarshalToSizedBuffer(dAtA []byte) (int, error) i-- dAtA[i] = 0x3a } - n45, err45 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SignTime):]) - if err45 != nil { - return 0, err45 + n47, err47 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SignTime):]) + if err47 != nil { + return 0, err47 } - i -= n45 - i = encodeVarintGuard(dAtA, i, uint64(n45)) + i -= n47 + i = encodeVarintGuard(dAtA, i, uint64(n47)) i-- dAtA[i] = 0x32 if len(m.GuardPid) > 0 { @@ -6849,12 +7076,12 @@ func (m *CancelContractRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x42 } - n47, err47 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SignTime):]) - if err47 != nil { - return 0, err47 + n49, err49 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SignTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SignTime):]) + if err49 != nil { + return 0, err49 } - i -= n47 - i = encodeVarintGuard(dAtA, i, uint64(n47)) + i -= n49 + i = encodeVarintGuard(dAtA, i, uint64(n49)) i-- dAtA[i] = 0x3a if m.Reason != 0 { @@ -6931,12 +7158,12 @@ func (m *ChallengeJobRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x1a } - n48, err48 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RequestTime):]) - if err48 != nil { - return 0, err48 + n50, err50 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.RequestTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.RequestTime):]) + if err50 != nil { + return 0, err50 } - i -= n48 - i = encodeVarintGuard(dAtA, i, uint64(n48)) + i -= n50 + i = encodeVarintGuard(dAtA, i, uint64(n50)) i-- dAtA[i] = 0x12 if len(m.NodePid) > 0 { @@ -6980,20 +7207,20 @@ func (m *ChallengeJobResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x42 } - n49, err49 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.JobFinishDeadline, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.JobFinishDeadline):]) - if err49 != nil { - return 0, err49 + n51, err51 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.JobFinishDeadline, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.JobFinishDeadline):]) + if err51 != nil { + return 0, err51 } - i -= n49 - i = encodeVarintGuard(dAtA, i, uint64(n49)) + i -= n51 + i = encodeVarintGuard(dAtA, i, uint64(n51)) i-- dAtA[i] = 0x3a - n50, err50 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SendTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SendTime):]) - if err50 != nil { - return 0, err50 + n52, err52 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SendTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SendTime):]) + if err52 != nil { + return 0, err52 } - i -= n50 - i = encodeVarintGuard(dAtA, i, uint64(n50)) + i -= n52 + i = encodeVarintGuard(dAtA, i, uint64(n52)) i-- dAtA[i] = 0x32 if m.PackageQuestionsCount != 0 { @@ -7063,12 +7290,12 @@ func (m *ChallengeJobResult) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x2a } - n51, err51 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SubmitTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SubmitTime):]) - if err51 != nil { - return 0, err51 + n53, err53 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(m.SubmitTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(m.SubmitTime):]) + if err53 != nil { + return 0, err53 } - i -= n51 - i = encodeVarintGuard(dAtA, i, uint64(n51)) + i -= n53 + i = encodeVarintGuard(dAtA, i, uint64(n53)) i-- dAtA[i] = 0x22 if len(m.Result) > 0 { @@ -7199,12 +7426,12 @@ func (m *DeCentralQuestions) MarshalToSizedBuffer(dAtA []byte) (int, error) { copy(dAtA[i:], m.XXX_unrecognized) } if m.EndTime != nil { - n52, err52 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.EndTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.EndTime):]) - if err52 != nil { - return 0, err52 + n54, err54 := github_com_tron_us_protobuf_types.StdTimeMarshalTo(*m.EndTime, dAtA[i-github_com_tron_us_protobuf_types.SizeOfStdTime(*m.EndTime):]) + if err54 != nil { + return 0, err54 } - i -= n52 - i = encodeVarintGuard(dAtA, i, uint64(n52)) + i -= n54 + i = encodeVarintGuard(dAtA, i, uint64(n54)) i-- dAtA[i] = 0x2a } @@ -7412,6 +7639,40 @@ func NewPopulatedHostSummary(r randyGuard, easy bool) *HostSummary { return this } +func NewPopulatedTotalStateSummary(r randyGuard, easy bool) *TotalStateSummary { + this := &TotalStateSummary{} + v11 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.QueryDate = *v11 + v12 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.ResponseTime = *v12 + this.PreparerPid = string(randStringGuard(r)) + v13 := r.Intn(100) + this.Signature = make([]byte, v13) + for i := 0; i < v13; i++ { + this.Signature[i] = byte(r.Intn(256)) + } + this.ValidContractCount = int64(r.Int63()) + if r.Intn(2) == 0 { + this.ValidContractCount *= -1 + } + this.ExistedShardSize = int64(r.Int63()) + if r.Intn(2) == 0 { + this.ExistedShardSize *= -1 + } + this.InvalidContractCount = int64(r.Int63()) + if r.Intn(2) == 0 { + this.InvalidContractCount *= -1 + } + this.LostShardSize = int64(r.Int63()) + if r.Intn(2) == 0 { + this.LostShardSize *= -1 + } + if !easy && r.Intn(10) != 0 { + this.XXX_unrecognized = randUnrecognizedGuard(r, 9) + } + return this +} + func NewPopulatedHostStatus(r randyGuard, easy bool) *HostStatus { this := &HostStatus{} this.HostPid = string(randStringGuard(r)) @@ -7436,8 +7697,8 @@ func NewPopulatedHostStatus(r randyGuard, easy bool) *HostStatus { func NewPopulatedLog(r randyGuard, easy bool) *Log { this := &Log{} - v11 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.ChangeTime = *v11 + v14 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.ChangeTime = *v14 this.OriginatorPid = string(randStringGuard(r)) this.Change = string(randStringGuard(r)) if !easy && r.Intn(10) != 0 { @@ -7461,10 +7722,10 @@ func NewPopulatedContractMeta(r randyGuard, easy bool) *ContractMeta { this.ShardFileSize *= -1 } this.FileHash = string(randStringGuard(r)) - v12 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RentStart = *v12 - v13 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RentEnd = *v13 + v15 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RentStart = *v15 + v16 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RentEnd = *v16 this.GuardPid = string(randStringGuard(r)) this.EscrowPid = string(randStringGuard(r)) this.Price = int64(r.Int63()) @@ -7496,50 +7757,50 @@ func NewPopulatedContractMeta(r randyGuard, easy bool) *ContractMeta { func NewPopulatedContract(r randyGuard, easy bool) *Contract { this := &Contract{} - v14 := NewPopulatedContractMeta(r, easy) - this.ContractMeta = *v14 + v17 := NewPopulatedContractMeta(r, easy) + this.ContractMeta = *v17 this.State = Contract_ContractState([]int32{0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}[r.Intn(13)]) - v15 := r.Intn(100) - this.RenterSignature = make([]byte, v15) - for i := 0; i < v15; i++ { + v18 := r.Intn(100) + this.RenterSignature = make([]byte, v18) + for i := 0; i < v18; i++ { this.RenterSignature[i] = byte(r.Intn(256)) } - v16 := r.Intn(100) - this.HostSignature = make([]byte, v16) - for i := 0; i < v16; i++ { + v19 := r.Intn(100) + this.HostSignature = make([]byte, v19) + for i := 0; i < v19; i++ { this.HostSignature[i] = byte(r.Intn(256)) } - v17 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.EscrowSignedTime = *v17 - v18 := r.Intn(100) - this.EscrowSignature = make([]byte, v18) - for i := 0; i < v18; i++ { + v20 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.EscrowSignedTime = *v20 + v21 := r.Intn(100) + this.EscrowSignature = make([]byte, v21) + for i := 0; i < v21; i++ { this.EscrowSignature[i] = byte(r.Intn(256)) } if r.Intn(5) != 0 { - v19 := r.Intn(5) - this.ChangeLog = make([]*Log, v19) - for i := 0; i < v19; i++ { + v22 := r.Intn(5) + this.ChangeLog = make([]*Log, v22) + for i := 0; i < v22; i++ { this.ChangeLog[i] = NewPopulatedLog(r, easy) } } - v20 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastModifyTime = *v20 - v21 := r.Intn(100) - this.GuardSignature = make([]byte, v21) - for i := 0; i < v21; i++ { + v23 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastModifyTime = *v23 + v24 := r.Intn(100) + this.GuardSignature = make([]byte, v24) + for i := 0; i < v24; i++ { this.GuardSignature[i] = byte(r.Intn(256)) } this.PreparerPid = string(randStringGuard(r)) - v22 := r.Intn(100) - this.PreparerSignature = make([]byte, v22) - for i := 0; i < v22; i++ { + v25 := r.Intn(100) + this.PreparerSignature = make([]byte, v25) + for i := 0; i < v25; i++ { this.PreparerSignature[i] = byte(r.Intn(256)) } - v23 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastSuccessChallengeTime = *v23 - v24 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.LastChallengeTime = *v24 + v26 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastSuccessChallengeTime = *v26 + v27 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.LastChallengeTime = *v27 this.ChallengeTimes = int32(r.Int31()) if r.Intn(2) == 0 { this.ChallengeTimes *= -1 @@ -7552,8 +7813,8 @@ func NewPopulatedContract(r randyGuard, easy bool) *Contract { if r.Intn(2) == 0 { this.ChallengeSuccessTimes *= -1 } - v25 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.FirstChallengeSuccess = *v25 + v28 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.FirstChallengeSuccess = *v28 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedGuard(r, 18) } @@ -7565,12 +7826,12 @@ func NewPopulatedFileStoreListResponse(r randyGuard, easy bool) *FileStoreListRe if r.Intn(5) != 0 { this.Request = NewPopulatedListRenterFileInfoRequest(r, easy) } - v26 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.CurrentTime = *v26 + v29 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.CurrentTime = *v29 if r.Intn(5) != 0 { - v27 := r.Intn(5) - this.FileStoreMeta = make([]*FileStoreMeta, v27) - for i := 0; i < v27; i++ { + v30 := r.Intn(5) + this.FileStoreMeta = make([]*FileStoreMeta, v30) + for i := 0; i < v30; i++ { this.FileStoreMeta[i] = NewPopulatedFileStoreMeta(r, easy) } } @@ -7578,9 +7839,9 @@ func NewPopulatedFileStoreListResponse(r randyGuard, easy bool) *FileStoreListRe if r.Intn(2) == 0 { this.Count *= -1 } - v28 := r.Intn(100) - this.Signature = make([]byte, v28) - for i := 0; i < v28; i++ { + v31 := r.Intn(100) + this.Signature = make([]byte, v31) + for i := 0; i < v31; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7597,10 +7858,10 @@ func NewPopulatedFileStoreMeta(r randyGuard, easy bool) *FileStoreMeta { if r.Intn(2) == 0 { this.FileSize *= -1 } - v29 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RentStart = *v29 - v30 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RentEnd = *v30 + v32 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RentStart = *v32 + v33 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RentEnd = *v33 this.CheckFrequency = int32(r.Int31()) if r.Intn(2) == 0 { this.CheckFrequency *= -1 @@ -7647,42 +7908,42 @@ func NewPopulatedFileStoreMeta(r randyGuard, easy bool) *FileStoreMeta { func NewPopulatedFileStoreStatus(r randyGuard, easy bool) *FileStoreStatus { this := &FileStoreStatus{} - v31 := NewPopulatedFileStoreMeta(r, easy) - this.FileStoreMeta = *v31 + v34 := NewPopulatedFileStoreMeta(r, easy) + this.FileStoreMeta = *v34 this.State = FileStoreStatus_MetaState([]int32{0, 1, 2, 3, 4, 5, 6, 7}[r.Intn(8)]) if r.Intn(5) != 0 { - v32 := r.Intn(5) - this.Contracts = make([]*Contract, v32) - for i := 0; i < v32; i++ { + v35 := r.Intn(5) + this.Contracts = make([]*Contract, v35) + for i := 0; i < v35; i++ { this.Contracts[i] = NewPopulatedContract(r, easy) } } - v33 := r.Intn(100) - this.RenterSignature = make([]byte, v33) - for i := 0; i < v33; i++ { + v36 := r.Intn(100) + this.RenterSignature = make([]byte, v36) + for i := 0; i < v36; i++ { this.RenterSignature[i] = byte(r.Intn(256)) } - v34 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.GuardReceiveTime = *v34 + v37 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.GuardReceiveTime = *v37 if r.Intn(5) != 0 { - v35 := r.Intn(5) - this.ChangeLog = make([]*Log, v35) - for i := 0; i < v35; i++ { + v38 := r.Intn(5) + this.ChangeLog = make([]*Log, v38) + for i := 0; i < v38; i++ { this.ChangeLog[i] = NewPopulatedLog(r, easy) } } - v36 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.CurrentTime = *v36 - v37 := r.Intn(100) - this.GuardSignature = make([]byte, v37) - for i := 0; i < v37; i++ { + v39 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.CurrentTime = *v39 + v40 := r.Intn(100) + this.GuardSignature = make([]byte, v40) + for i := 0; i < v40; i++ { this.GuardSignature[i] = byte(r.Intn(256)) } this.RentalState = FileStoreStatus_RentalState([]int32{0, 1, 2, 3, 4}[r.Intn(5)]) this.PreparerPid = string(randStringGuard(r)) - v38 := r.Intn(100) - this.PreparerSignature = make([]byte, v38) - for i := 0; i < v38; i++ { + v41 := r.Intn(100) + this.PreparerSignature = make([]byte, v41) + for i := 0; i < v41; i++ { this.PreparerSignature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7709,22 +7970,22 @@ func NewPopulatedChallengeQuestion(r randyGuard, easy bool) *ChallengeQuestion { func NewPopulatedProofOfReplicateChallenge(r randyGuard, easy bool) *ProofOfReplicateChallenge { this := &ProofOfReplicateChallenge{} - v39 := NewPopulatedChallengeQuestion(r, easy) - this.ChallengeQuestion = *v39 - v40 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.ChallengeTime = *v40 + v42 := NewPopulatedChallengeQuestion(r, easy) + this.ChallengeQuestion = *v42 + v43 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.ChallengeTime = *v43 this.GuardPid = string(randStringGuard(r)) - v41 := r.Intn(100) - this.GuardSignature = make([]byte, v41) - for i := 0; i < v41; i++ { + v44 := r.Intn(100) + this.GuardSignature = make([]byte, v44) + for i := 0; i < v44; i++ { this.GuardSignature[i] = byte(r.Intn(256)) } this.HostAnswer = string(randStringGuard(r)) - v42 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.HostSignTime = *v42 - v43 := r.Intn(100) - this.HostSignature = make([]byte, v43) - for i := 0; i < v43; i++ { + v45 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.HostSignTime = *v45 + v46 := r.Intn(100) + this.HostSignature = make([]byte, v46) + for i := 0; i < v46; i++ { this.HostSignature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7737,9 +7998,9 @@ func NewPopulatedFileChallengeQuestions(r randyGuard, easy bool) *FileChallengeQ this := &FileChallengeQuestions{} this.FileHash = string(randStringGuard(r)) if r.Intn(5) != 0 { - v44 := r.Intn(5) - this.ShardQuestions = make([]*ShardChallengeQuestions, v44) - for i := 0; i < v44; i++ { + v47 := r.Intn(5) + this.ShardQuestions = make([]*ShardChallengeQuestions, v47) + for i := 0; i < v47; i++ { this.ShardQuestions[i] = NewPopulatedShardChallengeQuestions(r, easy) } } @@ -7759,17 +8020,17 @@ func NewPopulatedShardChallengeQuestions(r randyGuard, easy bool) *ShardChalleng this.QuestionCount *= -1 } if r.Intn(5) != 0 { - v45 := r.Intn(5) - this.Questions = make([]*ChallengeQuestion, v45) - for i := 0; i < v45; i++ { + v48 := r.Intn(5) + this.Questions = make([]*ChallengeQuestion, v48) + for i := 0; i < v48; i++ { this.Questions[i] = NewPopulatedChallengeQuestion(r, easy) } } - v46 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.PrepareTime = *v46 - v47 := r.Intn(100) - this.PreparerSignature = make([]byte, v47) - for i := 0; i < v47; i++ { + v49 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.PrepareTime = *v49 + v50 := r.Intn(100) + this.PreparerSignature = make([]byte, v50) + for i := 0; i < v50; i++ { this.PreparerSignature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7783,11 +8044,11 @@ func NewPopulatedCheckFileStoreMetaRequest(r randyGuard, easy bool) *CheckFileSt this.FileHash = string(randStringGuard(r)) this.RenterPid = string(randStringGuard(r)) this.RequesterPid = string(randStringGuard(r)) - v48 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RequestTime = *v48 - v49 := r.Intn(100) - this.Signature = make([]byte, v49) - for i := 0; i < v49; i++ { + v51 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RequestTime = *v51 + v52 := r.Intn(100) + this.Signature = make([]byte, v52) + for i := 0; i < v52; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7814,9 +8075,9 @@ func NewPopulatedListRenterFileInfoRequest(r randyGuard, easy bool) *ListRenterF if r.Intn(5) != 0 { this.LastModifyTime = github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) } - v50 := r.Intn(100) - this.Signature = make([]byte, v50) - for i := 0; i < v50; i++ { + v53 := r.Intn(100) + this.Signature = make([]byte, v53) + for i := 0; i < v53; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7847,9 +8108,9 @@ func NewPopulatedListHostContractsRequest(r randyGuard, easy bool) *ListHostCont if r.Intn(5) != 0 { this.RequestTime = github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) } - v51 := r.Intn(100) - this.Signature = make([]byte, v51) - for i := 0; i < v51; i++ { + v54 := r.Intn(100) + this.Signature = make([]byte, v54) + for i := 0; i < v54; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7863,12 +8124,12 @@ func NewPopulatedContractsList(r randyGuard, easy bool) *ContractsList { if r.Intn(5) != 0 { this.Request = NewPopulatedListHostContractsRequest(r, easy) } - v52 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.GenerateTime = *v52 + v55 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.GenerateTime = *v55 if r.Intn(5) != 0 { - v53 := r.Intn(5) - this.Contracts = make([]*Contract, v53) - for i := 0; i < v53; i++ { + v56 := r.Intn(5) + this.Contracts = make([]*Contract, v56) + for i := 0; i < v56; i++ { this.Contracts[i] = NewPopulatedContract(r, easy) } } @@ -7876,9 +8137,9 @@ func NewPopulatedContractsList(r randyGuard, easy bool) *ContractsList { if r.Intn(2) == 0 { this.Count *= -1 } - v54 := r.Intn(100) - this.Signature = make([]byte, v54) - for i := 0; i < v54; i++ { + v57 := r.Intn(100) + this.Signature = make([]byte, v57) + for i := 0; i < v57; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7894,11 +8155,11 @@ func NewPopulatedReadyForChallengeRequest(r randyGuard, easy bool) *ReadyForChal this.ShardHash = string(randStringGuard(r)) this.ContractId = string(randStringGuard(r)) this.HostPid = string(randStringGuard(r)) - v55 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.PrepareTime = *v55 - v56 := r.Intn(100) - this.Signature = make([]byte, v56) - for i := 0; i < v56; i++ { + v58 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.PrepareTime = *v58 + v59 := r.Intn(100) + this.Signature = make([]byte, v59) + for i := 0; i < v59; i++ { this.Signature[i] = byte(r.Intn(256)) } this.IsRepair = bool(bool(r.Intn(2) == 0)) @@ -7913,11 +8174,11 @@ func NewPopulatedRequestChallengeQuestion(r randyGuard, easy bool) *RequestChall if r.Intn(5) != 0 { this.Question = NewPopulatedChallengeQuestion(r, easy) } - v57 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.PrepareTime = *v57 - v58 := r.Intn(100) - this.Signature = make([]byte, v58) - for i := 0; i < v58; i++ { + v60 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.PrepareTime = *v60 + v61 := r.Intn(100) + this.Signature = make([]byte, v61) + for i := 0; i < v61; i++ { this.Signature[i] = byte(r.Intn(256)) } this.IsRepair = bool(bool(r.Intn(2) == 0)) @@ -7934,11 +8195,11 @@ func NewPopulatedResponseChallengeQuestion(r randyGuard, easy bool) *ResponseCha this.Answer = NewPopulatedChallengeQuestion(r, easy) } this.HostPid = string(randStringGuard(r)) - v59 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.ResolveTime = *v59 - v60 := r.Intn(100) - this.Signature = make([]byte, v60) - for i := 0; i < v60; i++ { + v62 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.ResolveTime = *v62 + v63 := r.Intn(100) + this.Signature = make([]byte, v63) + for i := 0; i < v63; i++ { this.Signature[i] = byte(r.Intn(256)) } this.IsRepair = bool(bool(r.Intn(2) == 0)) @@ -7954,9 +8215,9 @@ func NewPopulatedForceRepairRequest(r randyGuard, easy bool) *ForceRepairRequest this.RenterPid = string(randStringGuard(r)) this.FileHash = string(randStringGuard(r)) this.AuthPid = string(randStringGuard(r)) - v61 := r.Intn(100) - this.Signature = make([]byte, v61) - for i := 0; i < v61; i++ { + v64 := r.Intn(100) + this.Signature = make([]byte, v64) + for i := 0; i < v64; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -7969,8 +8230,8 @@ func NewPopulatedResult(r randyGuard, easy bool) *Result { this := &Result{} this.Code = ResponseCode([]int32{0, 1, 2, 20}[r.Intn(4)]) this.Message = string(randStringGuard(r)) - v62 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.ResponseTime = *v62 + v65 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.ResponseTime = *v65 if !easy && r.Intn(10) != 0 { this.XXX_unrecognized = randUnrecognizedGuard(r, 4) } @@ -7980,9 +8241,9 @@ func NewPopulatedResult(r randyGuard, easy bool) *Result { func NewPopulatedRepairContract(r randyGuard, easy bool) *RepairContract { this := &RepairContract{} this.FileHash = string(randStringGuard(r)) - v63 := r.Intn(10) - this.LostShardHash = make([]string, v63) - for i := 0; i < v63; i++ { + v66 := r.Intn(10) + this.LostShardHash = make([]string, v66) + for i := 0; i < v66; i++ { this.LostShardHash[i] = string(randStringGuard(r)) } this.FileSize = int64(r.Int63()) @@ -7998,20 +8259,20 @@ func NewPopulatedRepairContract(r randyGuard, easy bool) *RepairContract { this.RepairRewardAmount *= -1 } this.RepairPid = string(randStringGuard(r)) - v64 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RepairSignTime = *v64 - v65 := r.Intn(100) - this.RepairSignature = make([]byte, v65) - for i := 0; i < v65; i++ { + v67 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RepairSignTime = *v67 + v68 := r.Intn(100) + this.RepairSignature = make([]byte, v68) + for i := 0; i < v68; i++ { this.RepairSignature[i] = byte(r.Intn(256)) } this.DownloadContractId = string(randStringGuard(r)) this.RepairContractId = string(randStringGuard(r)) - v66 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.GuardSignTime = *v66 - v67 := r.Intn(100) - this.GuardSignature = make([]byte, v67) - for i := 0; i < v67; i++ { + v69 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.GuardSignTime = *v69 + v70 := r.Intn(100) + this.GuardSignature = make([]byte, v70) + for i := 0; i < v70; i++ { this.GuardSignature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8036,11 +8297,11 @@ func NewPopulatedRequestRepairContracts(r randyGuard, easy bool) *RequestRepairC this := &RequestRepairContracts{} this.FileHash = string(randStringGuard(r)) this.RepairNode = string(randStringGuard(r)) - v68 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RepairSignTime = *v68 - v69 := r.Intn(100) - this.RepairSignature = make([]byte, v69) - for i := 0; i < v69; i++ { + v71 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RepairSignTime = *v71 + v72 := r.Intn(100) + this.RepairSignature = make([]byte, v72) + for i := 0; i < v72; i++ { this.RepairSignature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8058,11 +8319,11 @@ func NewPopulatedResponseRepairContracts(r randyGuard, easy bool) *ResponseRepai this.Status = NewPopulatedFileStoreStatus(r, easy) } this.GuardPid = string(randStringGuard(r)) - v70 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.SignTime = *v70 - v71 := r.Intn(100) - this.GuardSignature = make([]byte, v71) - for i := 0; i < v71; i++ { + v73 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.SignTime = *v73 + v74 := r.Intn(100) + this.GuardSignature = make([]byte, v74) + for i := 0; i < v74; i++ { this.GuardSignature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8079,11 +8340,11 @@ func NewPopulatedCancelContractRequest(r randyGuard, easy bool) *CancelContractR this.RenterPid = string(randStringGuard(r)) this.HostPid = string(randStringGuard(r)) this.Reason = CancelContractRequest_CancelReason([]int32{0, 1, 2, 3}[r.Intn(4)]) - v72 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.SignTime = *v72 - v73 := r.Intn(100) - this.Signature = make([]byte, v73) - for i := 0; i < v73; i++ { + v75 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.SignTime = *v75 + v76 := r.Intn(100) + this.Signature = make([]byte, v76) + for i := 0; i < v76; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8095,11 +8356,11 @@ func NewPopulatedCancelContractRequest(r randyGuard, easy bool) *CancelContractR func NewPopulatedChallengeJobRequest(r randyGuard, easy bool) *ChallengeJobRequest { this := &ChallengeJobRequest{} this.NodePid = string(randStringGuard(r)) - v74 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.RequestTime = *v74 - v75 := r.Intn(100) - this.Signature = make([]byte, v75) - for i := 0; i < v75; i++ { + v77 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.RequestTime = *v77 + v78 := r.Intn(100) + this.Signature = make([]byte, v78) + for i := 0; i < v78; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8118,13 +8379,13 @@ func NewPopulatedChallengeJobResponse(r randyGuard, easy bool) *ChallengeJobResp if r.Intn(2) == 0 { this.PackageQuestionsCount *= -1 } - v76 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.SendTime = *v76 - v77 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.JobFinishDeadline = *v77 - v78 := r.Intn(100) - this.Signature = make([]byte, v78) - for i := 0; i < v78; i++ { + v79 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.SendTime = *v79 + v80 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.JobFinishDeadline = *v80 + v81 := r.Intn(100) + this.Signature = make([]byte, v81) + for i := 0; i < v81; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8138,17 +8399,17 @@ func NewPopulatedChallengeJobResult(r randyGuard, easy bool) *ChallengeJobResult this.NodePid = string(randStringGuard(r)) this.JobId = string(randStringGuard(r)) if r.Intn(5) != 0 { - v79 := r.Intn(5) - this.Result = make([]*ShardChallengeResult, v79) - for i := 0; i < v79; i++ { + v82 := r.Intn(5) + this.Result = make([]*ShardChallengeResult, v82) + for i := 0; i < v82; i++ { this.Result[i] = NewPopulatedShardChallengeResult(r, easy) } } - v80 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) - this.SubmitTime = *v80 - v81 := r.Intn(100) - this.Signature = make([]byte, v81) - for i := 0; i < v81; i++ { + v83 := github_com_tron_us_protobuf_types.NewPopulatedStdTime(r, easy) + this.SubmitTime = *v83 + v84 := r.Intn(100) + this.Signature = make([]byte, v84) + for i := 0; i < v84; i++ { this.Signature[i] = byte(r.Intn(256)) } if !easy && r.Intn(10) != 0 { @@ -8174,9 +8435,9 @@ func NewPopulatedShardChallengeResult(r randyGuard, easy bool) *ShardChallengeRe func NewPopulatedDeCentralQuestions(r randyGuard, easy bool) *DeCentralQuestions { this := &DeCentralQuestions{} if r.Intn(5) != 0 { - v82 := r.Intn(5) - this.Qs = make([]*DeQuestion, v82) - for i := 0; i < v82; i++ { + v85 := r.Intn(5) + this.Qs = make([]*DeQuestion, v85) + for i := 0; i < v85; i++ { this.Qs[i] = NewPopulatedDeQuestion(r, easy) } } @@ -8230,9 +8491,9 @@ func randUTF8RuneGuard(r randyGuard) rune { return rune(ru + 61) } func randStringGuard(r randyGuard) string { - v83 := r.Intn(100) - tmps := make([]rune, v83) - for i := 0; i < v83; i++ { + v86 := r.Intn(100) + tmps := make([]rune, v86) + for i := 0; i < v86; i++ { tmps[i] = randUTF8RuneGuard(r) } return string(tmps) @@ -8254,11 +8515,11 @@ func randFieldGuard(dAtA []byte, r randyGuard, fieldNumber int, wire int) []byte switch wire { case 0: dAtA = encodeVarintPopulateGuard(dAtA, uint64(key)) - v84 := r.Int63() + v87 := r.Int63() if r.Intn(2) == 0 { - v84 *= -1 + v87 *= -1 } - dAtA = encodeVarintPopulateGuard(dAtA, uint64(v84)) + dAtA = encodeVarintPopulateGuard(dAtA, uint64(v87)) case 1: dAtA = encodeVarintPopulateGuard(dAtA, uint64(key)) dAtA = append(dAtA, byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256)), byte(r.Intn(256))) @@ -8388,6 +8649,42 @@ func (m *HostSummary) Size() (n int) { return n } +func (m *TotalStateSummary) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = github_com_tron_us_protobuf_types.SizeOfStdTime(m.QueryDate) + n += 1 + l + sovGuard(uint64(l)) + l = github_com_tron_us_protobuf_types.SizeOfStdTime(m.ResponseTime) + n += 1 + l + sovGuard(uint64(l)) + l = len(m.PreparerPid) + if l > 0 { + n += 1 + l + sovGuard(uint64(l)) + } + l = len(m.Signature) + if l > 0 { + n += 1 + l + sovGuard(uint64(l)) + } + if m.ValidContractCount != 0 { + n += 1 + sovGuard(uint64(m.ValidContractCount)) + } + if m.ExistedShardSize != 0 { + n += 1 + sovGuard(uint64(m.ExistedShardSize)) + } + if m.InvalidContractCount != 0 { + n += 1 + sovGuard(uint64(m.InvalidContractCount)) + } + if m.LostShardSize != 0 { + n += 1 + sovGuard(uint64(m.LostShardSize)) + } + if m.XXX_unrecognized != nil { + n += len(m.XXX_unrecognized) + } + return n +} + func (m *HostStatus) Size() (n int) { if m == nil { return 0 @@ -10278,6 +10575,268 @@ func (m *HostSummary) Unmarshal(dAtA []byte) error { } return nil } +func (m *TotalStateSummary) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: TotalStateSummary: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: TotalStateSummary: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field QueryDate", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGuard + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGuard + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_tron_us_protobuf_types.StdTimeUnmarshal(&m.QueryDate, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ResponseTime", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGuard + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGuard + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := github_com_tron_us_protobuf_types.StdTimeUnmarshal(&m.ResponseTime, dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PreparerPid", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthGuard + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGuard + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.PreparerPid = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Signature", wireType) + } + var byteLen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + byteLen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if byteLen < 0 { + return ErrInvalidLengthGuard + } + postIndex := iNdEx + byteLen + if postIndex < 0 { + return ErrInvalidLengthGuard + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Signature = append(m.Signature[:0], dAtA[iNdEx:postIndex]...) + if m.Signature == nil { + m.Signature = []byte{} + } + iNdEx = postIndex + case 5: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ValidContractCount", wireType) + } + m.ValidContractCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ValidContractCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ExistedShardSize", wireType) + } + m.ExistedShardSize = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ExistedShardSize |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 7: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field InvalidContractCount", wireType) + } + m.InvalidContractCount = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.InvalidContractCount |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 8: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field LostShardSize", wireType) + } + m.LostShardSize = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGuard + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.LostShardSize |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipGuard(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGuard + } + if (iNdEx + skippy) < 0 { + return ErrInvalidLengthGuard + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + m.XXX_unrecognized = append(m.XXX_unrecognized, dAtA[iNdEx:iNdEx+skippy]...) + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *HostStatus) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/protos/guard/guard.proto b/protos/guard/guard.proto index 352f450..bb02107 100644 --- a/protos/guard/guard.proto +++ b/protos/guard/guard.proto @@ -40,6 +40,7 @@ service GuardService { rpc AdminGetDailySummary(AdminQuery) returns (DailySummary); rpc AdminGetDailyHostsRankNew(AdminQuery) returns (HostSummary); //query the hosts of the day's new contracts' file size rpc AdminGetDailyHostsRankTotal(AdminQuery) returns (HostSummary); //query the hosts of total storage file size + rpc AdminGetDailyTotalState(AdminQuery) returns (TotalStateSummary); //query the shard size and contracts for total storage } message AdminQuery { @@ -91,6 +92,23 @@ message HostSummary { repeated HostStatus status = 6; } +message TotalStateSummary { + google.protobuf.Timestamp query_date = 1 [ + (gogoproto.nullable) = false, + (gogoproto.stdtime) = true + ]; + google.protobuf.Timestamp response_time = 2 [ + (gogoproto.nullable) = false, + (gogoproto.stdtime) = true + ]; + string preparer_pid = 3; + bytes signature = 4; + int64 valid_contract_count = 5; + int64 existed_shard_size = 6; + int64 invalid_contract_count = 7; + int64 lost_shard_size = 8; +} + message HostStatus { string host_pid = 1; int64 file_size = 2;