diff --git a/abci/types/types.pb.go b/abci/types/types.pb.go index 814d5670f..2a8f86edb 100644 --- a/abci/types/types.pb.go +++ b/abci/types/types.pb.go @@ -3167,58 +3167,6 @@ func (m *LastCommitInfo) GetVotes() []VoteInfo { return nil } -type ExtendedCommitInfo struct { - Round int32 `protobuf:"varint,1,opt,name=round,proto3" json:"round,omitempty"` - Votes []ExtendedVoteInfo `protobuf:"bytes,2,rep,name=votes,proto3" json:"votes"` -} - -func (m *ExtendedCommitInfo) Reset() { *m = ExtendedCommitInfo{} } -func (m *ExtendedCommitInfo) String() string { return proto.CompactTextString(m) } -func (*ExtendedCommitInfo) ProtoMessage() {} -func (*ExtendedCommitInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{42} -} -func (m *ExtendedCommitInfo) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *ExtendedCommitInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_ExtendedCommitInfo.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 *ExtendedCommitInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExtendedCommitInfo.Merge(m, src) -} -func (m *ExtendedCommitInfo) XXX_Size() int { - return m.Size() -} -func (m *ExtendedCommitInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ExtendedCommitInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ExtendedCommitInfo proto.InternalMessageInfo - -func (m *ExtendedCommitInfo) GetRound() int32 { - if m != nil { - return m.Round - } - return 0 -} - -func (m *ExtendedCommitInfo) GetVotes() []ExtendedVoteInfo { - if m != nil { - return m.Votes - } - return nil -} - // Event allows application developers to attach additional information to // ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. // Later, transactions may be queried using these events. @@ -3231,7 +3179,7 @@ func (m *Event) Reset() { *m = Event{} } func (m *Event) String() string { return proto.CompactTextString(m) } func (*Event) ProtoMessage() {} func (*Event) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{43} + return fileDescriptor_252557cfdd89a31a, []int{42} } func (m *Event) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3285,7 +3233,7 @@ func (m *EventAttribute) Reset() { *m = EventAttribute{} } func (m *EventAttribute) String() string { return proto.CompactTextString(m) } func (*EventAttribute) ProtoMessage() {} func (*EventAttribute) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{44} + return fileDescriptor_252557cfdd89a31a, []int{43} } func (m *EventAttribute) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3353,7 +3301,7 @@ func (m *ExecTxResult) Reset() { *m = ExecTxResult{} } func (m *ExecTxResult) String() string { return proto.CompactTextString(m) } func (*ExecTxResult) ProtoMessage() {} func (*ExecTxResult) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{45} + return fileDescriptor_252557cfdd89a31a, []int{44} } func (m *ExecTxResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3452,7 +3400,7 @@ func (m *TxResult) Reset() { *m = TxResult{} } func (m *TxResult) String() string { return proto.CompactTextString(m) } func (*TxResult) ProtoMessage() {} func (*TxResult) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{46} + return fileDescriptor_252557cfdd89a31a, []int{45} } func (m *TxResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3520,7 +3468,7 @@ func (m *Validator) Reset() { *m = Validator{} } func (m *Validator) String() string { return proto.CompactTextString(m) } func (*Validator) ProtoMessage() {} func (*Validator) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{47} + return fileDescriptor_252557cfdd89a31a, []int{46} } func (m *Validator) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3573,7 +3521,7 @@ func (m *ValidatorUpdate) Reset() { *m = ValidatorUpdate{} } func (m *ValidatorUpdate) String() string { return proto.CompactTextString(m) } func (*ValidatorUpdate) ProtoMessage() {} func (*ValidatorUpdate) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{48} + return fileDescriptor_252557cfdd89a31a, []int{47} } func (m *ValidatorUpdate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3626,7 +3574,7 @@ func (m *VoteInfo) Reset() { *m = VoteInfo{} } func (m *VoteInfo) String() string { return proto.CompactTextString(m) } func (*VoteInfo) ProtoMessage() {} func (*VoteInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{49} + return fileDescriptor_252557cfdd89a31a, []int{48} } func (m *VoteInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3669,145 +3617,6 @@ func (m *VoteInfo) GetSignedLastBlock() bool { return false } -// ExtendedVoteInfo -type ExtendedVoteInfo struct { - Validator Validator `protobuf:"bytes,1,opt,name=validator,proto3" json:"validator"` - SignedLastBlock bool `protobuf:"varint,2,opt,name=signed_last_block,json=signedLastBlock,proto3" json:"signed_last_block,omitempty"` - VoteExtension []byte `protobuf:"bytes,3,opt,name=vote_extension,json=voteExtension,proto3" json:"vote_extension,omitempty"` -} - -func (m *ExtendedVoteInfo) Reset() { *m = ExtendedVoteInfo{} } -func (m *ExtendedVoteInfo) String() string { return proto.CompactTextString(m) } -func (*ExtendedVoteInfo) ProtoMessage() {} -func (*ExtendedVoteInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{50} -} -func (m *ExtendedVoteInfo) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *ExtendedVoteInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_ExtendedVoteInfo.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 *ExtendedVoteInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ExtendedVoteInfo.Merge(m, src) -} -func (m *ExtendedVoteInfo) XXX_Size() int { - return m.Size() -} -func (m *ExtendedVoteInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ExtendedVoteInfo.DiscardUnknown(m) -} - -var xxx_messageInfo_ExtendedVoteInfo proto.InternalMessageInfo - -func (m *ExtendedVoteInfo) GetValidator() Validator { - if m != nil { - return m.Validator - } - return Validator{} -} - -func (m *ExtendedVoteInfo) GetSignedLastBlock() bool { - if m != nil { - return m.SignedLastBlock - } - return false -} - -func (m *ExtendedVoteInfo) GetVoteExtension() []byte { - if m != nil { - return m.VoteExtension - } - return nil -} - -// CanonicalVoteExtension -// TODO: move this to core Tendermint data structures -type CanonicalVoteExtension struct { - Extension []byte `protobuf:"bytes,1,opt,name=extension,proto3" json:"extension,omitempty"` - Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"` - Round int32 `protobuf:"varint,3,opt,name=round,proto3" json:"round,omitempty"` - ChainId string `protobuf:"bytes,4,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` - Address []byte `protobuf:"bytes,5,opt,name=address,proto3" json:"address,omitempty"` -} - -func (m *CanonicalVoteExtension) Reset() { *m = CanonicalVoteExtension{} } -func (m *CanonicalVoteExtension) String() string { return proto.CompactTextString(m) } -func (*CanonicalVoteExtension) ProtoMessage() {} -func (*CanonicalVoteExtension) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{51} -} -func (m *CanonicalVoteExtension) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *CanonicalVoteExtension) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - if deterministic { - return xxx_messageInfo_CanonicalVoteExtension.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 *CanonicalVoteExtension) XXX_Merge(src proto.Message) { - xxx_messageInfo_CanonicalVoteExtension.Merge(m, src) -} -func (m *CanonicalVoteExtension) XXX_Size() int { - return m.Size() -} -func (m *CanonicalVoteExtension) XXX_DiscardUnknown() { - xxx_messageInfo_CanonicalVoteExtension.DiscardUnknown(m) -} - -var xxx_messageInfo_CanonicalVoteExtension proto.InternalMessageInfo - -func (m *CanonicalVoteExtension) GetExtension() []byte { - if m != nil { - return m.Extension - } - return nil -} - -func (m *CanonicalVoteExtension) GetHeight() int64 { - if m != nil { - return m.Height - } - return 0 -} - -func (m *CanonicalVoteExtension) GetRound() int32 { - if m != nil { - return m.Round - } - return 0 -} - -func (m *CanonicalVoteExtension) GetChainId() string { - if m != nil { - return m.ChainId - } - return "" -} - -func (m *CanonicalVoteExtension) GetAddress() []byte { - if m != nil { - return m.Address - } - return nil -} - type Evidence struct { Type EvidenceType `protobuf:"varint,1,opt,name=type,proto3,enum=tendermint.abci.EvidenceType" json:"type,omitempty"` // The offending validator @@ -3826,7 +3635,7 @@ func (m *Evidence) Reset() { *m = Evidence{} } func (m *Evidence) String() string { return proto.CompactTextString(m) } func (*Evidence) ProtoMessage() {} func (*Evidence) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{52} + return fileDescriptor_252557cfdd89a31a, []int{49} } func (m *Evidence) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3902,7 +3711,7 @@ func (m *Snapshot) Reset() { *m = Snapshot{} } func (m *Snapshot) String() string { return proto.CompactTextString(m) } func (*Snapshot) ProtoMessage() {} func (*Snapshot) Descriptor() ([]byte, []int) { - return fileDescriptor_252557cfdd89a31a, []int{53} + return fileDescriptor_252557cfdd89a31a, []int{50} } func (m *Snapshot) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4014,7 +3823,6 @@ func init() { proto.RegisterType((*ResponseProcessProposal)(nil), "tendermint.abci.ResponseProcessProposal") proto.RegisterType((*ResponseFinalizeBlock)(nil), "tendermint.abci.ResponseFinalizeBlock") proto.RegisterType((*LastCommitInfo)(nil), "tendermint.abci.LastCommitInfo") - proto.RegisterType((*ExtendedCommitInfo)(nil), "tendermint.abci.ExtendedCommitInfo") proto.RegisterType((*Event)(nil), "tendermint.abci.Event") proto.RegisterType((*EventAttribute)(nil), "tendermint.abci.EventAttribute") proto.RegisterType((*ExecTxResult)(nil), "tendermint.abci.ExecTxResult") @@ -4022,8 +3830,6 @@ func init() { proto.RegisterType((*Validator)(nil), "tendermint.abci.Validator") proto.RegisterType((*ValidatorUpdate)(nil), "tendermint.abci.ValidatorUpdate") proto.RegisterType((*VoteInfo)(nil), "tendermint.abci.VoteInfo") - proto.RegisterType((*ExtendedVoteInfo)(nil), "tendermint.abci.ExtendedVoteInfo") - proto.RegisterType((*CanonicalVoteExtension)(nil), "tendermint.abci.CanonicalVoteExtension") proto.RegisterType((*Evidence)(nil), "tendermint.abci.Evidence") proto.RegisterType((*Snapshot)(nil), "tendermint.abci.Snapshot") } @@ -4031,213 +3837,208 @@ func init() { func init() { proto.RegisterFile("tendermint/abci/types.proto", fileDescriptor_252557cfdd89a31a) } var fileDescriptor_252557cfdd89a31a = []byte{ - // 3286 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcd, 0x93, 0x1b, 0xd5, - 0x11, 0xd7, 0xe8, 0x6b, 0xa5, 0xd6, 0xe7, 0xbe, 0x35, 0x8b, 0x2c, 0xec, 0x5d, 0x33, 0x2e, 0xc0, - 0x18, 0xb3, 0x0e, 0x76, 0x20, 0xa6, 0x80, 0x24, 0x2b, 0x59, 0x46, 0x8b, 0x97, 0xdd, 0xcd, 0xac, - 0xd6, 0x14, 0x09, 0x78, 0x18, 0x49, 0x6f, 0xa5, 0xc1, 0xd2, 0xcc, 0x30, 0x33, 0x12, 0xbb, 0x3e, - 0xa6, 0x92, 0x0b, 0x95, 0x54, 0x71, 0x4c, 0x2a, 0xc5, 0x2d, 0xa9, 0xca, 0x35, 0x55, 0x39, 0xe4, - 0x94, 0x53, 0xaa, 0xc2, 0x21, 0x07, 0x6e, 0x49, 0xe5, 0x40, 0x52, 0x70, 0xcb, 0x3f, 0x90, 0x53, - 0x3e, 0xea, 0x7d, 0xcc, 0xa7, 0x34, 0xfa, 0xc8, 0x1a, 0x2e, 0xb9, 0xcd, 0xeb, 0xe9, 0xee, 0x79, - 0xaf, 0xe7, 0xbd, 0xee, 0xfe, 0x75, 0x3f, 0x78, 0xc2, 0xc6, 0x5a, 0x17, 0x9b, 0x43, 0x55, 0xb3, - 0xaf, 0x2b, 0xed, 0x8e, 0x7a, 0xdd, 0x3e, 0x35, 0xb0, 0xb5, 0x65, 0x98, 0xba, 0xad, 0xa3, 0x92, - 0xf7, 0x72, 0x8b, 0xbc, 0xac, 0x5e, 0xf4, 0x71, 0x77, 0xcc, 0x53, 0xc3, 0xd6, 0xaf, 0x1b, 0xa6, - 0xae, 0x1f, 0x33, 0xfe, 0xea, 0x05, 0xdf, 0x6b, 0xaa, 0xc7, 0xaf, 0x2d, 0xf0, 0x96, 0x0b, 0x3f, - 0xc0, 0xa7, 0xce, 0xdb, 0x8b, 0x13, 0xb2, 0x86, 0x62, 0x2a, 0x43, 0xe7, 0xf5, 0x66, 0x4f, 0xd7, - 0x7b, 0x03, 0x7c, 0x9d, 0x8e, 0xda, 0xa3, 0xe3, 0xeb, 0xb6, 0x3a, 0xc4, 0x96, 0xad, 0x0c, 0x0d, - 0xce, 0x70, 0xae, 0xa7, 0xf7, 0x74, 0xfa, 0x78, 0x9d, 0x3c, 0x31, 0xaa, 0xf8, 0x1f, 0x80, 0x15, - 0x09, 0x7f, 0x30, 0xc2, 0x96, 0x8d, 0x6e, 0x40, 0x12, 0x77, 0xfa, 0x7a, 0x45, 0xb8, 0x24, 0x5c, - 0xc9, 0xdd, 0xb8, 0xb0, 0x15, 0x5a, 0xdc, 0x16, 0xe7, 0x6b, 0x74, 0xfa, 0x7a, 0x33, 0x26, 0x51, - 0x5e, 0xf4, 0x22, 0xa4, 0x8e, 0x07, 0x23, 0xab, 0x5f, 0x89, 0x53, 0xa1, 0x8b, 0x51, 0x42, 0x77, - 0x08, 0x53, 0x33, 0x26, 0x31, 0x6e, 0xf2, 0x29, 0x55, 0x3b, 0xd6, 0x2b, 0x89, 0xd9, 0x9f, 0xda, - 0xd1, 0x8e, 0xe9, 0xa7, 0x08, 0x2f, 0xaa, 0x01, 0xa8, 0x9a, 0x6a, 0xcb, 0x9d, 0xbe, 0xa2, 0x6a, - 0x95, 0x24, 0x95, 0x7c, 0x32, 0x5a, 0x52, 0xb5, 0xeb, 0x84, 0xb1, 0x19, 0x93, 0xb2, 0xaa, 0x33, - 0x20, 0xd3, 0xfd, 0x60, 0x84, 0xcd, 0xd3, 0x4a, 0x6a, 0xf6, 0x74, 0xbf, 0x47, 0x98, 0xc8, 0x74, - 0x29, 0x37, 0xda, 0x81, 0x5c, 0x1b, 0xf7, 0x54, 0x4d, 0x6e, 0x0f, 0xf4, 0xce, 0x83, 0x4a, 0x9a, - 0x0a, 0x8b, 0x51, 0xc2, 0x35, 0xc2, 0x5a, 0x23, 0x9c, 0xb5, 0x78, 0x45, 0x68, 0xc6, 0x24, 0x68, - 0xbb, 0x14, 0xf4, 0x2a, 0x64, 0x3a, 0x7d, 0xdc, 0x79, 0x20, 0xdb, 0x27, 0x95, 0x15, 0xaa, 0x67, - 0x33, 0x4a, 0x4f, 0x9d, 0xf0, 0xb5, 0x4e, 0x9a, 0x31, 0x69, 0xa5, 0xc3, 0x1e, 0xd1, 0x1d, 0x80, - 0x2e, 0x1e, 0xa8, 0x63, 0x6c, 0x12, 0xf9, 0xcc, 0x6c, 0x1b, 0xdc, 0x66, 0x9c, 0xad, 0x13, 0x3e, - 0x8d, 0x6c, 0xd7, 0x21, 0xa0, 0x3a, 0x64, 0xb1, 0xd6, 0xe5, 0xcb, 0xc9, 0x52, 0x35, 0x97, 0x22, - 0xff, 0xb7, 0xd6, 0xf5, 0x2f, 0x26, 0x83, 0xf9, 0x18, 0xdd, 0x82, 0x74, 0x47, 0x1f, 0x0e, 0x55, - 0xbb, 0x02, 0x54, 0xc3, 0x46, 0xe4, 0x42, 0x28, 0x57, 0x33, 0x26, 0x71, 0x7e, 0xb4, 0x07, 0xc5, - 0x81, 0x6a, 0xd9, 0xb2, 0xa5, 0x29, 0x86, 0xd5, 0xd7, 0x6d, 0xab, 0x92, 0xa3, 0x1a, 0x9e, 0x8a, - 0xd2, 0xb0, 0xab, 0x5a, 0xf6, 0xa1, 0xc3, 0xdc, 0x8c, 0x49, 0x85, 0x81, 0x9f, 0x40, 0xf4, 0xe9, - 0xc7, 0xc7, 0xd8, 0x74, 0x15, 0x56, 0xf2, 0xb3, 0xf5, 0xed, 0x13, 0x6e, 0x47, 0x9e, 0xe8, 0xd3, - 0xfd, 0x04, 0xf4, 0x03, 0x58, 0x1b, 0xe8, 0x4a, 0xd7, 0x55, 0x27, 0x77, 0xfa, 0x23, 0xed, 0x41, - 0xa5, 0x40, 0x95, 0x3e, 0x1b, 0x39, 0x49, 0x5d, 0xe9, 0x3a, 0x2a, 0xea, 0x44, 0xa0, 0x19, 0x93, - 0x56, 0x07, 0x61, 0x22, 0xba, 0x0f, 0xe7, 0x14, 0xc3, 0x18, 0x9c, 0x86, 0xb5, 0x17, 0xa9, 0xf6, - 0xab, 0x51, 0xda, 0xb7, 0x89, 0x4c, 0x58, 0x3d, 0x52, 0x26, 0xa8, 0xa8, 0x05, 0x65, 0xc3, 0xc4, - 0x86, 0x62, 0x62, 0xd9, 0x30, 0x75, 0x43, 0xb7, 0x94, 0x41, 0xa5, 0x44, 0x75, 0x3f, 0x13, 0xa5, - 0xfb, 0x80, 0xf1, 0x1f, 0x70, 0xf6, 0x66, 0x4c, 0x2a, 0x19, 0x41, 0x12, 0xd3, 0xaa, 0x77, 0xb0, - 0x65, 0x79, 0x5a, 0xcb, 0xf3, 0xb4, 0x52, 0xfe, 0xa0, 0xd6, 0x00, 0x09, 0x35, 0x20, 0x87, 0x4f, - 0x88, 0xb8, 0x3c, 0xd6, 0x6d, 0x5c, 0x59, 0x9d, 0x7d, 0xb0, 0x1a, 0x94, 0xf5, 0x9e, 0x6e, 0x63, - 0x72, 0xa8, 0xb0, 0x3b, 0x42, 0x0a, 0x3c, 0x36, 0xc6, 0xa6, 0x7a, 0x7c, 0x4a, 0xd5, 0xc8, 0xf4, - 0x8d, 0xa5, 0xea, 0x5a, 0x05, 0x51, 0x85, 0xcf, 0x45, 0x29, 0xbc, 0x47, 0x85, 0x88, 0x8a, 0x86, - 0x23, 0xd2, 0x8c, 0x49, 0x6b, 0xe3, 0x49, 0x32, 0xd9, 0x62, 0xc7, 0xaa, 0xa6, 0x0c, 0xd4, 0x87, - 0x98, 0x1f, 0x9b, 0xb5, 0xd9, 0x5b, 0xec, 0x0e, 0xe7, 0xa6, 0x67, 0x85, 0x6c, 0xb1, 0x63, 0x3f, - 0xa1, 0xb6, 0x02, 0xa9, 0xb1, 0x32, 0x18, 0x61, 0xf1, 0x19, 0xc8, 0xf9, 0x1c, 0x2b, 0xaa, 0xc0, - 0xca, 0x10, 0x5b, 0x96, 0xd2, 0xc3, 0xd4, 0x0f, 0x67, 0x25, 0x67, 0x28, 0x16, 0x21, 0xef, 0x77, - 0xa6, 0xe2, 0xc7, 0x82, 0x2b, 0x49, 0xfc, 0x24, 0x91, 0x1c, 0x63, 0x93, 0x2e, 0x9b, 0x4b, 0xf2, - 0x21, 0xba, 0x0c, 0x05, 0x3a, 0x65, 0xd9, 0x79, 0x4f, 0x9c, 0x75, 0x52, 0xca, 0x53, 0xe2, 0x3d, - 0xce, 0xb4, 0x09, 0x39, 0xe3, 0x86, 0xe1, 0xb2, 0x24, 0x28, 0x0b, 0x18, 0x37, 0x0c, 0x87, 0xe1, - 0x49, 0xc8, 0x93, 0xf5, 0xb9, 0x1c, 0x49, 0xfa, 0x91, 0x1c, 0xa1, 0x71, 0x16, 0xf1, 0x4f, 0x71, - 0x28, 0x87, 0x1d, 0x30, 0xba, 0x05, 0x49, 0x12, 0x8b, 0x78, 0x58, 0xa9, 0x6e, 0xb1, 0x40, 0xb5, - 0xe5, 0x04, 0xaa, 0xad, 0x96, 0x13, 0xa8, 0x6a, 0x99, 0x4f, 0x3f, 0xdf, 0x8c, 0x7d, 0xfc, 0xb7, - 0x4d, 0x41, 0xa2, 0x12, 0xe8, 0x3c, 0xf1, 0x95, 0x8a, 0xaa, 0xc9, 0x6a, 0x97, 0x4e, 0x39, 0x4b, - 0x1c, 0xa1, 0xa2, 0x6a, 0x3b, 0x5d, 0xb4, 0x0b, 0xe5, 0x8e, 0xae, 0x59, 0x58, 0xb3, 0x46, 0x96, - 0xcc, 0x02, 0x21, 0x0f, 0x26, 0x01, 0x77, 0xc8, 0xc2, 0x6b, 0xdd, 0xe1, 0x3c, 0xa0, 0x8c, 0x52, - 0xa9, 0x13, 0x24, 0x10, 0xb7, 0x3a, 0x56, 0x06, 0x6a, 0x57, 0xb1, 0x75, 0xd3, 0xaa, 0x24, 0x2f, - 0x25, 0xa6, 0xfa, 0xc3, 0x7b, 0x0e, 0xcb, 0x91, 0xd1, 0x55, 0x6c, 0x5c, 0x4b, 0x92, 0xe9, 0x4a, - 0x3e, 0x49, 0xf4, 0x34, 0x94, 0x14, 0xc3, 0x90, 0x2d, 0x5b, 0xb1, 0xb1, 0xdc, 0x3e, 0xb5, 0xb1, - 0x45, 0x03, 0x4d, 0x5e, 0x2a, 0x28, 0x86, 0x71, 0x48, 0xa8, 0x35, 0x42, 0x44, 0x4f, 0x41, 0x91, - 0xc4, 0x24, 0x55, 0x19, 0xc8, 0x7d, 0xac, 0xf6, 0xfa, 0x36, 0x0d, 0x29, 0x09, 0xa9, 0xc0, 0xa9, - 0x4d, 0x4a, 0x14, 0xbb, 0xee, 0x1f, 0xa7, 0xf1, 0x08, 0x21, 0x48, 0x76, 0x15, 0x5b, 0xa1, 0x96, - 0xcc, 0x4b, 0xf4, 0x99, 0xd0, 0x0c, 0xc5, 0xee, 0x73, 0xfb, 0xd0, 0x67, 0xb4, 0x0e, 0x69, 0xae, - 0x36, 0x41, 0xd5, 0xf2, 0x11, 0x3a, 0x07, 0x29, 0xc3, 0xd4, 0xc7, 0x98, 0xfe, 0xba, 0x8c, 0xc4, - 0x06, 0xe2, 0x8f, 0xe2, 0xb0, 0x3a, 0x11, 0xb9, 0x88, 0xde, 0xbe, 0x62, 0xf5, 0x9d, 0x6f, 0x91, - 0x67, 0xf4, 0x12, 0xd1, 0xab, 0x74, 0xb1, 0xc9, 0xa3, 0x7d, 0x65, 0xd2, 0xd4, 0x4d, 0xfa, 0x9e, - 0x9b, 0x86, 0x73, 0xa3, 0x7d, 0x28, 0x0f, 0x14, 0xcb, 0x96, 0x99, 0xf7, 0x97, 0x7d, 0x91, 0x7f, - 0x32, 0xf6, 0xed, 0x2a, 0x4e, 0xbc, 0x20, 0x9b, 0x9a, 0x2b, 0x2a, 0x0e, 0x02, 0x54, 0x24, 0xc1, - 0xb9, 0xf6, 0xe9, 0x43, 0x45, 0xb3, 0x55, 0x0d, 0xcb, 0x13, 0x7f, 0xee, 0xfc, 0x84, 0xd2, 0xc6, - 0x58, 0xed, 0x62, 0xad, 0xe3, 0xfc, 0xb2, 0x35, 0x57, 0xd8, 0xfd, 0xa5, 0x96, 0x28, 0x41, 0x31, - 0x18, 0x77, 0x51, 0x11, 0xe2, 0xf6, 0x09, 0x37, 0x40, 0xdc, 0x3e, 0x41, 0xdf, 0x80, 0x24, 0x59, - 0x24, 0x5d, 0x7c, 0x71, 0x4a, 0xd2, 0xc2, 0xe5, 0x5a, 0xa7, 0x06, 0x96, 0x28, 0xa7, 0x28, 0xba, - 0xc7, 0xc1, 0x8d, 0xc5, 0x61, 0xad, 0xe2, 0xb3, 0x50, 0x0a, 0x05, 0x5a, 0xdf, 0xff, 0x13, 0xfc, - 0xff, 0x4f, 0x2c, 0x41, 0x21, 0x10, 0x51, 0xc5, 0x75, 0x38, 0x37, 0x2d, 0x40, 0x8a, 0x7d, 0x97, - 0x1e, 0x08, 0x74, 0xe8, 0x45, 0xc8, 0xb8, 0x11, 0x92, 0x1d, 0xc7, 0x49, 0x5b, 0x39, 0xcc, 0x92, - 0xcb, 0x4a, 0xce, 0x21, 0xd9, 0xd6, 0x74, 0x3f, 0xc4, 0xe9, 0xc4, 0x57, 0x14, 0xc3, 0x68, 0x2a, - 0x56, 0x5f, 0x7c, 0x0f, 0x2a, 0x51, 0xd1, 0x2f, 0xb4, 0x8c, 0xa4, 0xbb, 0x0d, 0xd7, 0x21, 0x7d, - 0xac, 0x9b, 0x43, 0xc5, 0xa6, 0xca, 0x0a, 0x12, 0x1f, 0x91, 0xed, 0xc9, 0x22, 0x61, 0x82, 0x92, - 0xd9, 0x40, 0x94, 0xe1, 0x7c, 0x64, 0x04, 0x24, 0x22, 0xaa, 0xd6, 0xc5, 0xcc, 0x9e, 0x05, 0x89, - 0x0d, 0x3c, 0x45, 0x6c, 0xb2, 0x6c, 0x40, 0x3e, 0x6b, 0xd1, 0xb5, 0x52, 0xfd, 0x59, 0x89, 0x8f, - 0xc4, 0xef, 0xb8, 0xdb, 0xdf, 0x8b, 0x2f, 0xe8, 0x2a, 0x24, 0x69, 0x44, 0x62, 0x56, 0x5a, 0x9f, - 0xdc, 0xe8, 0x84, 0x4b, 0xa2, 0x3c, 0x62, 0x13, 0xaa, 0xd1, 0xf1, 0x64, 0x29, 0x4d, 0x3f, 0x15, - 0x60, 0x7d, 0x7a, 0x48, 0x46, 0x17, 0x01, 0x98, 0x0f, 0xe7, 0x1e, 0x20, 0x71, 0x25, 0x2f, 0x65, - 0x29, 0xe5, 0x36, 0x71, 0x03, 0x4f, 0x43, 0xc9, 0x7b, 0x2d, 0x5b, 0xea, 0x43, 0xb6, 0x4d, 0x13, - 0x52, 0xc1, 0xe5, 0x39, 0x54, 0x1f, 0x62, 0x74, 0x0d, 0x52, 0xe4, 0x4b, 0xc4, 0x59, 0x26, 0x66, - 0x4c, 0x87, 0x31, 0x89, 0xbf, 0x88, 0xfb, 0xe6, 0x13, 0x8c, 0xdc, 0x8f, 0xd2, 0x3f, 0x94, 0x21, - 0x61, 0x9f, 0xb0, 0x29, 0xe5, 0x25, 0xf2, 0x38, 0xd5, 0x63, 0x24, 0xbf, 0x0a, 0x8f, 0x91, 0x3a, - 0x83, 0xc7, 0xf8, 0x4d, 0xdc, 0x3d, 0x66, 0x81, 0x60, 0xef, 0xac, 0x47, 0xf0, 0xd6, 0xe3, 0x58, - 0x2b, 0xee, 0xb3, 0x56, 0x94, 0x97, 0xf6, 0xac, 0x98, 0x3c, 0xb3, 0x97, 0x4d, 0x7d, 0x15, 0x36, - 0x4b, 0x9f, 0xc1, 0x66, 0x7f, 0xce, 0x41, 0x46, 0xc2, 0x96, 0x41, 0x02, 0x30, 0xaa, 0x41, 0x16, - 0x9f, 0x74, 0xb0, 0x61, 0x3b, 0x39, 0xcb, 0xf4, 0xdc, 0x8f, 0x71, 0x37, 0x1c, 0x4e, 0x82, 0x64, - 0x5c, 0x31, 0x74, 0x93, 0x83, 0xd6, 0x68, 0xfc, 0xc9, 0xc5, 0xfd, 0xa8, 0xf5, 0x25, 0x07, 0xb5, - 0x26, 0x22, 0x81, 0x0b, 0x93, 0x0a, 0xc1, 0xd6, 0x9b, 0x1c, 0xb6, 0x26, 0xe7, 0x7c, 0x2c, 0x80, - 0x5b, 0xeb, 0x01, 0xdc, 0x9a, 0x9a, 0xb3, 0xcc, 0x08, 0xe0, 0xfa, 0x92, 0x03, 0x5c, 0xd3, 0x73, - 0x66, 0x1c, 0x42, 0xae, 0x6f, 0x04, 0x91, 0x2b, 0x43, 0x9c, 0x97, 0x23, 0xa5, 0x67, 0x42, 0xd7, - 0xd7, 0x7c, 0xd0, 0x35, 0x13, 0x89, 0x19, 0x99, 0xa2, 0x29, 0xd8, 0xf5, 0xf5, 0x00, 0x76, 0xcd, - 0xce, 0xb1, 0xc3, 0x0c, 0xf0, 0x7a, 0xdb, 0x0f, 0x5e, 0x21, 0x12, 0x03, 0xf3, 0xff, 0x1e, 0x85, - 0x5e, 0x5f, 0x76, 0xd1, 0x6b, 0x2e, 0x12, 0x86, 0xf3, 0xb5, 0x84, 0xe1, 0xeb, 0xfe, 0x04, 0x7c, - 0x65, 0x70, 0xf3, 0xe9, 0x48, 0x15, 0x73, 0xf0, 0xeb, 0xfe, 0x04, 0x7e, 0x2d, 0xcc, 0x51, 0x38, - 0x07, 0xc0, 0xbe, 0x33, 0x1d, 0xc0, 0x46, 0x43, 0x4c, 0x3e, 0xcd, 0xc5, 0x10, 0xac, 0x1c, 0x81, - 0x60, 0x4b, 0x91, 0x68, 0x8b, 0xa9, 0x5f, 0x18, 0xc2, 0x1e, 0x4d, 0x81, 0xb0, 0x0c, 0x6c, 0x5e, - 0x89, 0x54, 0xbe, 0x00, 0x86, 0x3d, 0x9a, 0x82, 0x61, 0x57, 0xe7, 0xaa, 0x9d, 0x0b, 0x62, 0xef, - 0x04, 0x41, 0x2c, 0x9a, 0x73, 0xc6, 0x22, 0x51, 0x6c, 0x3b, 0x0a, 0xc5, 0x32, 0xa4, 0x79, 0x2d, - 0x52, 0xe3, 0x12, 0x30, 0x76, 0x7f, 0x02, 0xc6, 0x9e, 0x9b, 0xb3, 0xd3, 0x16, 0xc5, 0xb1, 0xcf, - 0x92, 0x34, 0x2a, 0xe4, 0xaa, 0x49, 0x26, 0x86, 0x4d, 0x53, 0x37, 0x39, 0x22, 0x65, 0x03, 0xf1, - 0x0a, 0xc1, 0x35, 0x9e, 0x5b, 0x9e, 0x81, 0x79, 0x69, 0xc6, 0xeb, 0x73, 0xc5, 0xe2, 0xef, 0x04, - 0x4f, 0x96, 0x06, 0x29, 0x3f, 0x26, 0xca, 0x72, 0x4c, 0xe4, 0x43, 0xc2, 0xf1, 0x20, 0x12, 0xde, - 0x84, 0x1c, 0xc9, 0x64, 0x43, 0x20, 0x57, 0x31, 0x5c, 0x90, 0x7b, 0x15, 0x56, 0x69, 0x10, 0x65, - 0xc9, 0x14, 0x8f, 0xcf, 0x49, 0x1a, 0x9f, 0x4b, 0xe4, 0x05, 0xb3, 0x02, 0x0b, 0xd4, 0xcf, 0xc3, - 0x9a, 0x8f, 0xd7, 0xcd, 0x90, 0x19, 0xe2, 0x2b, 0xbb, 0xdc, 0xdb, 0x3c, 0x55, 0xfe, 0x83, 0xe0, - 0x59, 0xc8, 0x43, 0xc7, 0xd3, 0x80, 0xac, 0xf0, 0x88, 0x80, 0x6c, 0xfc, 0x7f, 0x06, 0xb2, 0xfe, - 0x8c, 0x3f, 0x11, 0xcc, 0xf8, 0xff, 0x29, 0x78, 0xff, 0xc4, 0x85, 0xa5, 0x1d, 0xbd, 0x8b, 0x79, - 0x0e, 0x4e, 0x9f, 0x49, 0x0a, 0x34, 0xd0, 0x7b, 0x3c, 0xd3, 0x26, 0x8f, 0x84, 0xcb, 0x8d, 0x9d, - 0x59, 0x1e, 0x1a, 0xdd, 0xf4, 0x3d, 0x45, 0x2d, 0xcc, 0xd3, 0xf7, 0x32, 0x24, 0x1e, 0x60, 0x16, - 0xe9, 0xf2, 0x12, 0x79, 0x24, 0x7c, 0x74, 0x93, 0xd1, 0xf8, 0x95, 0x97, 0xd8, 0x00, 0xdd, 0x82, - 0x2c, 0x2d, 0xae, 0xcb, 0xba, 0x61, 0xf1, 0x80, 0xf4, 0x84, 0x7f, 0xad, 0xac, 0x86, 0xbe, 0x75, - 0x40, 0x78, 0xf6, 0x0d, 0x4b, 0xca, 0x18, 0xfc, 0xc9, 0x97, 0x7a, 0x65, 0x03, 0xa9, 0xd7, 0x05, - 0xc8, 0x92, 0xd9, 0x5b, 0x86, 0xd2, 0xc1, 0x34, 0xb2, 0x64, 0x25, 0x8f, 0x20, 0xde, 0x07, 0x34, - 0x19, 0x27, 0x51, 0x13, 0xd2, 0x78, 0x8c, 0x35, 0x9b, 0xe5, 0x7b, 0xa1, 0x94, 0x9a, 0xe7, 0x45, - 0x58, 0xb3, 0x6b, 0x15, 0x62, 0xe4, 0x7f, 0x7c, 0xbe, 0x59, 0x66, 0xdc, 0xd7, 0xf4, 0xa1, 0x6a, - 0xe3, 0xa1, 0x61, 0x9f, 0x4a, 0x5c, 0x5e, 0xfc, 0x6b, 0x9c, 0x40, 0xc1, 0x40, 0xfc, 0x9c, 0x6a, - 0x5b, 0x67, 0xcb, 0xc7, 0x7d, 0x65, 0x80, 0xc5, 0xec, 0x7d, 0x11, 0xa0, 0xa7, 0x58, 0xf2, 0x87, - 0x8a, 0x66, 0xe3, 0x2e, 0x37, 0x7a, 0xb6, 0xa7, 0x58, 0x6f, 0x51, 0x02, 0xf9, 0xeb, 0xe4, 0xf5, - 0xc8, 0xc2, 0x5d, 0x5e, 0x90, 0x58, 0xe9, 0x29, 0xd6, 0x91, 0x85, 0xbb, 0xbe, 0x55, 0xae, 0x9c, - 0x6d, 0x95, 0x41, 0x1b, 0x67, 0x42, 0x36, 0xf6, 0x81, 0xb4, 0xac, 0x1f, 0xa4, 0xa1, 0x2a, 0x64, - 0x0c, 0x53, 0xd5, 0x4d, 0xd5, 0x3e, 0xa5, 0x3f, 0x26, 0x21, 0xb9, 0x63, 0x74, 0x19, 0x0a, 0x43, - 0x3c, 0x34, 0x74, 0x7d, 0x20, 0x33, 0x67, 0x93, 0xa3, 0xa2, 0x79, 0x4e, 0x6c, 0x50, 0x9f, 0xf3, - 0xe3, 0xb8, 0x77, 0xfa, 0x3c, 0x30, 0xfe, 0x68, 0xcd, 0xbb, 0x31, 0xc5, 0xbc, 0x3e, 0x0a, 0x59, - 0x44, 0xc8, 0xbe, 0xee, 0xf8, 0xeb, 0x32, 0xb0, 0xf8, 0x13, 0x5a, 0xa2, 0x0b, 0xe6, 0x46, 0xe8, - 0x10, 0x56, 0xdd, 0xc3, 0x2f, 0x8f, 0xa8, 0x53, 0x70, 0xb6, 0xf3, 0xa2, 0xde, 0xa3, 0x3c, 0x0e, - 0x92, 0x2d, 0xf4, 0x36, 0x3c, 0x1e, 0xf2, 0x6c, 0xae, 0xea, 0xf8, 0xa2, 0x0e, 0xee, 0xb1, 0xa0, - 0x83, 0x73, 0x54, 0x7b, 0xc6, 0x4a, 0x9c, 0xf1, 0xcc, 0xed, 0x40, 0x31, 0x98, 0xe6, 0x4d, 0xfd, - 0xfd, 0x97, 0xa1, 0x60, 0x62, 0x5b, 0x51, 0x35, 0x39, 0x80, 0xd8, 0xf2, 0x8c, 0xc8, 0xab, 0x75, - 0x07, 0xf0, 0xd8, 0xd4, 0x74, 0x0f, 0x7d, 0x0b, 0xb2, 0x5e, 0xa6, 0x28, 0x44, 0x80, 0x27, 0xb7, - 0xec, 0xe2, 0xf1, 0x8a, 0xbf, 0x17, 0x3c, 0x95, 0xc1, 0x42, 0x4e, 0x03, 0xd2, 0x26, 0xb6, 0x46, - 0x03, 0x56, 0x5a, 0x29, 0xde, 0x78, 0x7e, 0xb1, 0x44, 0x91, 0x50, 0x47, 0x03, 0x5b, 0xe2, 0xc2, - 0xe2, 0x7d, 0x48, 0x33, 0x0a, 0xca, 0xc1, 0xca, 0xd1, 0xde, 0xdd, 0xbd, 0xfd, 0xb7, 0xf6, 0xca, - 0x31, 0x04, 0x90, 0xde, 0xae, 0xd7, 0x1b, 0x07, 0xad, 0xb2, 0x80, 0xb2, 0x90, 0xda, 0xae, 0xed, - 0x4b, 0xad, 0x72, 0x9c, 0x90, 0xa5, 0xc6, 0x1b, 0x8d, 0x7a, 0xab, 0x9c, 0x40, 0xab, 0x50, 0x60, - 0xcf, 0xf2, 0x9d, 0x7d, 0xe9, 0xcd, 0xed, 0x56, 0x39, 0xe9, 0x23, 0x1d, 0x36, 0xf6, 0x6e, 0x37, - 0xa4, 0x72, 0x4a, 0x7c, 0x01, 0xce, 0x47, 0xa6, 0x96, 0x5e, 0x95, 0x46, 0xf0, 0x55, 0x69, 0xc4, - 0x9f, 0xc5, 0xa1, 0x1a, 0x9d, 0x2f, 0xa2, 0x37, 0x42, 0x0b, 0xbf, 0xb1, 0x44, 0xb2, 0x19, 0x5a, - 0x3d, 0x7a, 0x0a, 0x8a, 0x26, 0x3e, 0xc6, 0x76, 0xa7, 0xcf, 0xf2, 0x57, 0x16, 0x30, 0x0b, 0x52, - 0x81, 0x53, 0xa9, 0x90, 0xc5, 0xd8, 0xde, 0xc7, 0x1d, 0x5b, 0x66, 0xbe, 0x88, 0x6d, 0xba, 0x2c, - 0x61, 0x23, 0xd4, 0x43, 0x46, 0x14, 0xdf, 0x5b, 0xca, 0x96, 0x59, 0x48, 0x49, 0x8d, 0x96, 0xf4, - 0x76, 0x39, 0x81, 0x10, 0x14, 0xe9, 0xa3, 0x7c, 0xb8, 0xb7, 0x7d, 0x70, 0xd8, 0xdc, 0x27, 0xb6, - 0x5c, 0x83, 0x92, 0x63, 0x4b, 0x87, 0x98, 0x12, 0xdf, 0xf1, 0xe2, 0x8f, 0xaf, 0x52, 0x75, 0x07, - 0x8a, 0xa1, 0x74, 0x51, 0x98, 0xc4, 0x33, 0x5e, 0x69, 0xc7, 0x4d, 0x05, 0xa5, 0xc2, 0xd8, 0x3f, - 0x14, 0x7f, 0x29, 0xc0, 0x13, 0x33, 0x12, 0x4a, 0x74, 0x37, 0x64, 0xf9, 0x9b, 0xcb, 0xa4, 0xa3, - 0xe1, 0x8d, 0x77, 0x6b, 0x21, 0x63, 0x1d, 0xee, 0x6e, 0x1f, 0x36, 0x83, 0x1b, 0x4f, 0xbc, 0x05, - 0x8f, 0x47, 0x64, 0xfc, 0x73, 0x4a, 0x64, 0xe2, 0x6f, 0xe3, 0x7e, 0xd1, 0x60, 0x0a, 0xbf, 0x0e, - 0x69, 0xa5, 0x43, 0x92, 0x56, 0xba, 0xb8, 0x8c, 0xc4, 0x47, 0x33, 0x2a, 0x9f, 0xe8, 0x55, 0x00, - 0xfb, 0x44, 0x66, 0xeb, 0x71, 0xfc, 0xd0, 0x64, 0x45, 0xa0, 0x71, 0x82, 0x3b, 0xad, 0x13, 0xbe, - 0xfa, 0xac, 0xcd, 0x9f, 0x2c, 0xf4, 0xe6, 0x34, 0x8f, 0xbb, 0x60, 0xe3, 0x61, 0x39, 0x5f, 0x9b, - 0x3a, 0x9b, 0xaf, 0x15, 0xff, 0x18, 0xf7, 0x9c, 0x50, 0xb0, 0xcc, 0xf5, 0x4d, 0xaf, 0xcc, 0xb5, - 0x10, 0x92, 0x67, 0xa5, 0xb0, 0xa9, 0xb1, 0x26, 0xfe, 0xd5, 0xc5, 0x9a, 0xc4, 0x23, 0x8b, 0x35, - 0xc9, 0x33, 0xc6, 0x9a, 0x77, 0xa1, 0x18, 0xac, 0xbb, 0x11, 0x17, 0x68, 0xea, 0x23, 0xad, 0x4b, - 0x77, 0x5d, 0x4a, 0x62, 0x03, 0xf4, 0xa2, 0x53, 0xa3, 0x8d, 0x47, 0xc4, 0x0a, 0x72, 0xb4, 0x7c, - 0x75, 0x3b, 0x5e, 0xac, 0x55, 0x01, 0x31, 0xb7, 0x80, 0xbb, 0x73, 0x3f, 0xf1, 0x5a, 0xf0, 0x13, - 0x4f, 0x4e, 0xd9, 0xb7, 0x4c, 0xd3, 0xf4, 0x4f, 0x3d, 0x84, 0x14, 0x5d, 0x34, 0x09, 0x96, 0xb4, - 0x25, 0xc2, 0xd1, 0x17, 0x79, 0x46, 0xef, 0x02, 0x28, 0xb6, 0x6d, 0xaa, 0xed, 0x91, 0xf7, 0x81, - 0xcd, 0xe9, 0x46, 0xdb, 0x76, 0xf8, 0x6a, 0x17, 0xb8, 0xf5, 0xce, 0x79, 0xa2, 0x3e, 0x0b, 0xfa, - 0x14, 0x8a, 0x7b, 0x50, 0x0c, 0xca, 0x3a, 0x78, 0x81, 0xcd, 0x21, 0x88, 0x17, 0x18, 0xfc, 0xe3, - 0x78, 0xc1, 0x45, 0x1b, 0x09, 0xd6, 0xfe, 0xa2, 0x03, 0xf1, 0xdf, 0x02, 0xe4, 0xfd, 0xa7, 0xf4, - 0xff, 0x2d, 0xe5, 0x16, 0x3f, 0x12, 0x20, 0xe3, 0x2e, 0x3e, 0xa2, 0xf5, 0xe4, 0xd9, 0x2e, 0xee, - 0x6f, 0xb4, 0xb0, 0x5e, 0x56, 0xc2, 0xed, 0x90, 0x7d, 0xd7, 0x8d, 0x11, 0xc9, 0x85, 0xcb, 0x7b, - 0xbc, 0x88, 0xcd, 0x03, 0xc3, 0x2b, 0x90, 0x75, 0xcf, 0x3c, 0xc1, 0xf1, 0x4a, 0xb7, 0x6b, 0x62, - 0xcb, 0xe2, 0x39, 0x82, 0x33, 0xa4, 0x9d, 0x4c, 0xfd, 0x43, 0xde, 0xca, 0x49, 0x48, 0x6c, 0x20, - 0x76, 0xa1, 0x14, 0x72, 0x18, 0xe8, 0x15, 0x58, 0x31, 0x46, 0x6d, 0xd9, 0xd9, 0x1f, 0xa1, 0xbb, - 0x46, 0x0e, 0x42, 0x1c, 0xb5, 0x07, 0x6a, 0xe7, 0x2e, 0x3e, 0x75, 0x26, 0x63, 0x8c, 0xda, 0x77, - 0xd9, 0x36, 0x62, 0x5f, 0x89, 0xfb, 0xbf, 0x32, 0x86, 0x8c, 0x73, 0x2a, 0xd0, 0xb7, 0x21, 0xeb, - 0xfa, 0x22, 0xb7, 0xc1, 0x1d, 0xe9, 0xc4, 0xb8, 0x7a, 0x4f, 0x04, 0x5d, 0x85, 0x55, 0x4b, 0xed, - 0x69, 0xb8, 0x2b, 0x7b, 0x95, 0x04, 0xfa, 0xb5, 0x8c, 0x54, 0x62, 0x2f, 0x76, 0x9d, 0x32, 0x82, - 0xf8, 0x2b, 0x01, 0xca, 0xe1, 0x63, 0xf9, 0x75, 0x4e, 0x80, 0x24, 0x42, 0xa1, 0x4c, 0x83, 0xfd, - 0xf9, 0x50, 0x22, 0xf1, 0x73, 0x01, 0xd6, 0xeb, 0x8a, 0xa6, 0x6b, 0x6a, 0x47, 0x19, 0x04, 0x73, - 0x88, 0x0b, 0x90, 0x0d, 0xa6, 0x29, 0x79, 0xc9, 0x23, 0xf8, 0xf6, 0x5e, 0x3c, 0xbc, 0xf7, 0x98, - 0x0b, 0x4b, 0xf8, 0x5d, 0x98, 0xff, 0x72, 0x40, 0x32, 0x78, 0x39, 0xc0, 0xb7, 0x6f, 0x52, 0x81, - 0x7d, 0x23, 0xfe, 0x4b, 0x80, 0x8c, 0xd3, 0xa6, 0x40, 0x2f, 0xf8, 0x9c, 0x57, 0x71, 0x5a, 0xec, - 0xe6, 0x8c, 0x5e, 0x43, 0x37, 0x68, 0xee, 0xf8, 0xf2, 0xe6, 0x8e, 0xea, 0xf9, 0x38, 0x77, 0x24, - 0x92, 0x4b, 0xdf, 0x91, 0xb8, 0x06, 0xc8, 0xd6, 0x6d, 0x65, 0x20, 0x8f, 0x75, 0x5b, 0xd5, 0x7a, - 0x32, 0xdb, 0xb0, 0xcc, 0xcf, 0x94, 0xe9, 0x9b, 0x7b, 0xf4, 0xc5, 0x01, 0xdd, 0xbb, 0x3f, 0x14, - 0x20, 0xe3, 0x82, 0x88, 0x65, 0xfb, 0xb3, 0xeb, 0x90, 0xe6, 0x79, 0x32, 0x6b, 0xd0, 0xf2, 0x91, - 0xdb, 0xdc, 0x4a, 0xfa, 0x9a, 0x5b, 0x55, 0xc8, 0x0c, 0xb1, 0xad, 0x50, 0xa7, 0xc9, 0xfe, 0x81, - 0x3b, 0xbe, 0xfa, 0x32, 0xe4, 0x7c, 0xad, 0x72, 0xe2, 0x47, 0xf7, 0x1a, 0x6f, 0x95, 0x63, 0xd5, - 0x95, 0x8f, 0x3e, 0xb9, 0x94, 0xd8, 0xc3, 0x1f, 0x92, 0xff, 0x27, 0x35, 0xea, 0xcd, 0x46, 0xfd, - 0x6e, 0x59, 0xa8, 0xe6, 0x3e, 0xfa, 0xe4, 0xd2, 0x8a, 0x84, 0x69, 0x17, 0xe1, 0x6a, 0x13, 0xf2, - 0xfe, 0xbf, 0x12, 0xcc, 0x1e, 0x11, 0x14, 0x6f, 0x1f, 0x1d, 0xec, 0xee, 0xd4, 0xb7, 0x5b, 0x0d, - 0xf9, 0xde, 0x7e, 0xab, 0x51, 0x16, 0xd0, 0xe3, 0xb0, 0xb6, 0xbb, 0xf3, 0x7a, 0xb3, 0x25, 0xd7, - 0x77, 0x77, 0x1a, 0x7b, 0x2d, 0x79, 0xbb, 0xd5, 0xda, 0xae, 0xdf, 0x2d, 0xc7, 0x6f, 0xfc, 0x3a, - 0x07, 0xa5, 0xed, 0x5a, 0x7d, 0x87, 0xc0, 0x04, 0xb5, 0xa3, 0xd0, 0x6a, 0x65, 0x1d, 0x92, 0xb4, - 0x1e, 0x39, 0xf3, 0xea, 0x63, 0x75, 0x76, 0x8f, 0x09, 0xdd, 0x81, 0x14, 0x2d, 0x55, 0xa2, 0xd9, - 0x77, 0x21, 0xab, 0x73, 0x9a, 0x4e, 0x64, 0x32, 0xf4, 0x84, 0xcf, 0xbc, 0x1c, 0x59, 0x9d, 0xdd, - 0x83, 0x42, 0xbb, 0xb0, 0xe2, 0x54, 0x92, 0xe6, 0x5d, 0x33, 0xac, 0xce, 0x6d, 0xe6, 0x90, 0xa5, - 0xb1, 0x8a, 0xdf, 0xec, 0x7b, 0x93, 0xd5, 0x39, 0xdd, 0x29, 0xb4, 0x03, 0x69, 0x0e, 0xb6, 0xe7, - 0x5c, 0x19, 0xac, 0xce, 0x6b, 0xca, 0x20, 0x09, 0xb2, 0x5e, 0x2d, 0x75, 0xfe, 0x6d, 0xd0, 0xea, - 0x02, 0x8d, 0x37, 0x74, 0x1f, 0x0a, 0x41, 0x00, 0xbf, 0xd8, 0xb5, 0xc4, 0xea, 0x82, 0xed, 0x1f, - 0xa2, 0x3f, 0x88, 0xe6, 0x17, 0xbb, 0xa6, 0x58, 0x5d, 0xb0, 0x1b, 0x84, 0xde, 0x87, 0xd5, 0x49, - 0xb4, 0xbd, 0xf8, 0xad, 0xc5, 0xea, 0x12, 0xfd, 0x21, 0x34, 0x04, 0x34, 0x05, 0xa5, 0x2f, 0x71, - 0x89, 0xb1, 0xba, 0x4c, 0xbb, 0x08, 0x75, 0xa1, 0x14, 0x46, 0x7d, 0x8b, 0x5e, 0x6a, 0xac, 0x2e, - 0xdc, 0x3a, 0x62, 0x5f, 0x09, 0x02, 0xc4, 0x45, 0x2f, 0x39, 0x56, 0x17, 0xee, 0x24, 0xa1, 0x23, - 0x00, 0x1f, 0x8c, 0x5f, 0xe0, 0xd2, 0x63, 0x75, 0x91, 0x9e, 0x12, 0x32, 0x60, 0x6d, 0x1a, 0x7c, - 0x5f, 0xe6, 0x0e, 0x64, 0x75, 0xa9, 0x56, 0x13, 0xd9, 0xcf, 0x41, 0x60, 0xb8, 0xd8, 0x9d, 0xc8, - 0xea, 0x82, 0x3d, 0xa7, 0x5a, 0xe3, 0xd3, 0x2f, 0x36, 0x84, 0xcf, 0xbe, 0xd8, 0x10, 0xfe, 0xfe, - 0xc5, 0x86, 0xf0, 0xf1, 0x97, 0x1b, 0xb1, 0xcf, 0xbe, 0xdc, 0x88, 0xfd, 0xe5, 0xcb, 0x8d, 0xd8, - 0xf7, 0x9f, 0xeb, 0xa9, 0x76, 0x7f, 0xd4, 0xde, 0xea, 0xe8, 0xc3, 0xeb, 0xfe, 0xeb, 0xf1, 0xd3, - 0xae, 0xec, 0xb7, 0xd3, 0x34, 0x9a, 0xde, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x26, 0x9f, - 0xfb, 0xef, 0xd2, 0x2f, 0x00, 0x00, + // 3208 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcb, 0x73, 0x1b, 0xc7, + 0xd1, 0xc7, 0x9b, 0x40, 0xe3, 0xc9, 0xa1, 0x4c, 0x43, 0xb0, 0x44, 0xca, 0xab, 0xb2, 0x2d, 0xcb, + 0x32, 0xf9, 0x99, 0xfa, 0xec, 0x4f, 0x2e, 0xfb, 0x4b, 0x42, 0x40, 0xa0, 0x41, 0x89, 0x26, 0x99, + 0x21, 0x28, 0x97, 0x13, 0x5b, 0xeb, 0x05, 0x30, 0x04, 0xd6, 0x02, 0x76, 0xd7, 0xbb, 0x0b, 0x9a, + 0xd4, 0x31, 0x95, 0x5c, 0x5c, 0x49, 0x95, 0x8f, 0xa9, 0x4a, 0xf9, 0x96, 0x43, 0xae, 0xa9, 0xca, + 0x21, 0xa7, 0x9c, 0x52, 0x15, 0x1f, 0x72, 0xf0, 0x2d, 0xa9, 0x1c, 0x9c, 0x94, 0x7d, 0xcb, 0x3f, + 0x90, 0x53, 0x1e, 0x35, 0x8f, 0x7d, 0x01, 0x58, 0x3c, 0x42, 0x39, 0x97, 0xdc, 0x76, 0x7a, 0xbb, + 0x7b, 0x67, 0x7a, 0x67, 0xba, 0xfb, 0xd7, 0x3d, 0xf0, 0x8c, 0x4d, 0xb4, 0x0e, 0x31, 0x07, 0xaa, + 0x66, 0x6f, 0x2a, 0xad, 0xb6, 0xba, 0x69, 0x9f, 0x1b, 0xc4, 0xda, 0x30, 0x4c, 0xdd, 0xd6, 0x51, + 0xd1, 0x7b, 0xb9, 0x41, 0x5f, 0x56, 0xae, 0xfa, 0xb8, 0xdb, 0xe6, 0xb9, 0x61, 0xeb, 0x9b, 0x86, + 0xa9, 0xeb, 0x27, 0x9c, 0xbf, 0x72, 0xc5, 0xf7, 0x9a, 0xe9, 0xf1, 0x6b, 0x0b, 0xbc, 0x15, 0xc2, + 0x8f, 0xc8, 0xb9, 0xf3, 0xf6, 0xea, 0x98, 0xac, 0xa1, 0x98, 0xca, 0xc0, 0x79, 0xbd, 0xde, 0xd5, + 0xf5, 0x6e, 0x9f, 0x6c, 0xb2, 0x51, 0x6b, 0x78, 0xb2, 0x69, 0xab, 0x03, 0x62, 0xd9, 0xca, 0xc0, + 0x10, 0x0c, 0x97, 0xba, 0x7a, 0x57, 0x67, 0x8f, 0x9b, 0xf4, 0x89, 0x53, 0xa5, 0x7f, 0x02, 0x2c, + 0x61, 0xf2, 0xd1, 0x90, 0x58, 0x36, 0xda, 0x82, 0x04, 0x69, 0xf7, 0xf4, 0x72, 0xf4, 0x5a, 0xf4, + 0x46, 0x76, 0xeb, 0xca, 0xc6, 0xc8, 0xe2, 0x36, 0x04, 0x5f, 0xbd, 0xdd, 0xd3, 0x1b, 0x11, 0xcc, + 0x78, 0xd1, 0xab, 0x90, 0x3c, 0xe9, 0x0f, 0xad, 0x5e, 0x39, 0xc6, 0x84, 0xae, 0x86, 0x09, 0xed, + 0x50, 0xa6, 0x46, 0x04, 0x73, 0x6e, 0xfa, 0x29, 0x55, 0x3b, 0xd1, 0xcb, 0xf1, 0xe9, 0x9f, 0xda, + 0xd5, 0x4e, 0xd8, 0xa7, 0x28, 0x2f, 0xaa, 0x02, 0xa8, 0x9a, 0x6a, 0xcb, 0xed, 0x9e, 0xa2, 0x6a, + 0xe5, 0x04, 0x93, 0x7c, 0x36, 0x5c, 0x52, 0xb5, 0x6b, 0x94, 0xb1, 0x11, 0xc1, 0x19, 0xd5, 0x19, + 0xd0, 0xe9, 0x7e, 0x34, 0x24, 0xe6, 0x79, 0x39, 0x39, 0x7d, 0xba, 0xdf, 0xa5, 0x4c, 0x74, 0xba, + 0x8c, 0x1b, 0xed, 0x42, 0xb6, 0x45, 0xba, 0xaa, 0x26, 0xb7, 0xfa, 0x7a, 0xfb, 0x51, 0x39, 0xc5, + 0x84, 0xa5, 0x30, 0xe1, 0x2a, 0x65, 0xad, 0x52, 0xce, 0x6a, 0xac, 0x1c, 0x6d, 0x44, 0x30, 0xb4, + 0x5c, 0x0a, 0x7a, 0x13, 0xd2, 0xed, 0x1e, 0x69, 0x3f, 0x92, 0xed, 0xb3, 0xf2, 0x12, 0xd3, 0xb3, + 0x1e, 0xa6, 0xa7, 0x46, 0xf9, 0x9a, 0x67, 0x8d, 0x08, 0x5e, 0x6a, 0xf3, 0x47, 0xb4, 0x03, 0xd0, + 0x21, 0x7d, 0xf5, 0x94, 0x98, 0x54, 0x3e, 0x3d, 0xdd, 0x06, 0x77, 0x39, 0x67, 0xf3, 0x4c, 0x4c, + 0x23, 0xd3, 0x71, 0x08, 0xa8, 0x06, 0x19, 0xa2, 0x75, 0xc4, 0x72, 0x32, 0x4c, 0xcd, 0xb5, 0xd0, + 0xff, 0xad, 0x75, 0xfc, 0x8b, 0x49, 0x13, 0x31, 0x46, 0x77, 0x20, 0xd5, 0xd6, 0x07, 0x03, 0xd5, + 0x2e, 0x03, 0xd3, 0xb0, 0x16, 0xba, 0x10, 0xc6, 0xd5, 0x88, 0x60, 0xc1, 0x8f, 0xf6, 0xa1, 0xd0, + 0x57, 0x2d, 0x5b, 0xb6, 0x34, 0xc5, 0xb0, 0x7a, 0xba, 0x6d, 0x95, 0xb3, 0x4c, 0xc3, 0x73, 0x61, + 0x1a, 0xf6, 0x54, 0xcb, 0x3e, 0x72, 0x98, 0x1b, 0x11, 0x9c, 0xef, 0xfb, 0x09, 0x54, 0x9f, 0x7e, + 0x72, 0x42, 0x4c, 0x57, 0x61, 0x39, 0x37, 0x5d, 0xdf, 0x01, 0xe5, 0x76, 0xe4, 0xa9, 0x3e, 0xdd, + 0x4f, 0x40, 0xdf, 0x87, 0x95, 0xbe, 0xae, 0x74, 0x5c, 0x75, 0x72, 0xbb, 0x37, 0xd4, 0x1e, 0x95, + 0xf3, 0x4c, 0xe9, 0x8b, 0xa1, 0x93, 0xd4, 0x95, 0x8e, 0xa3, 0xa2, 0x46, 0x05, 0x1a, 0x11, 0xbc, + 0xdc, 0x1f, 0x25, 0xa2, 0x87, 0x70, 0x49, 0x31, 0x8c, 0xfe, 0xf9, 0xa8, 0xf6, 0x02, 0xd3, 0x7e, + 0x33, 0x4c, 0xfb, 0x36, 0x95, 0x19, 0x55, 0x8f, 0x94, 0x31, 0x2a, 0x6a, 0x42, 0xc9, 0x30, 0x89, + 0xa1, 0x98, 0x44, 0x36, 0x4c, 0xdd, 0xd0, 0x2d, 0xa5, 0x5f, 0x2e, 0x32, 0xdd, 0x2f, 0x84, 0xe9, + 0x3e, 0xe4, 0xfc, 0x87, 0x82, 0xbd, 0x11, 0xc1, 0x45, 0x23, 0x48, 0xe2, 0x5a, 0xf5, 0x36, 0xb1, + 0x2c, 0x4f, 0x6b, 0x69, 0x96, 0x56, 0xc6, 0x1f, 0xd4, 0x1a, 0x20, 0xa1, 0x3a, 0x64, 0xc9, 0x19, + 0x15, 0x97, 0x4f, 0x75, 0x9b, 0x94, 0x97, 0xa7, 0x1f, 0xac, 0x3a, 0x63, 0x7d, 0xa0, 0xdb, 0x84, + 0x1e, 0x2a, 0xe2, 0x8e, 0x90, 0x02, 0x4f, 0x9d, 0x12, 0x53, 0x3d, 0x39, 0x67, 0x6a, 0x64, 0xf6, + 0xc6, 0x52, 0x75, 0xad, 0x8c, 0x98, 0xc2, 0x97, 0xc2, 0x14, 0x3e, 0x60, 0x42, 0x54, 0x45, 0xdd, + 0x11, 0x69, 0x44, 0xf0, 0xca, 0xe9, 0x38, 0x99, 0x6e, 0xb1, 0x13, 0x55, 0x53, 0xfa, 0xea, 0x63, + 0x22, 0x8e, 0xcd, 0xca, 0xf4, 0x2d, 0xb6, 0x23, 0xb8, 0xd9, 0x59, 0xa1, 0x5b, 0xec, 0xc4, 0x4f, + 0xa8, 0x2e, 0x41, 0xf2, 0x54, 0xe9, 0x0f, 0x89, 0xf4, 0x02, 0x64, 0x7d, 0x8e, 0x15, 0x95, 0x61, + 0x69, 0x40, 0x2c, 0x4b, 0xe9, 0x12, 0xe6, 0x87, 0x33, 0xd8, 0x19, 0x4a, 0x05, 0xc8, 0xf9, 0x9d, + 0xa9, 0xf4, 0x69, 0xd4, 0x95, 0xa4, 0x7e, 0x92, 0x4a, 0x9e, 0x12, 0x93, 0x2d, 0x5b, 0x48, 0x8a, + 0x21, 0xba, 0x0e, 0x79, 0x36, 0x65, 0xd9, 0x79, 0x4f, 0x9d, 0x75, 0x02, 0xe7, 0x18, 0xf1, 0x81, + 0x60, 0x5a, 0x87, 0xac, 0xb1, 0x65, 0xb8, 0x2c, 0x71, 0xc6, 0x02, 0xc6, 0x96, 0xe1, 0x30, 0x3c, + 0x0b, 0x39, 0xba, 0x3e, 0x97, 0x23, 0xc1, 0x3e, 0x92, 0xa5, 0x34, 0xc1, 0x22, 0xfd, 0x3e, 0x06, + 0xa5, 0x51, 0x07, 0x8c, 0xee, 0x40, 0x82, 0xc6, 0x22, 0x11, 0x56, 0x2a, 0x1b, 0x3c, 0x50, 0x6d, + 0x38, 0x81, 0x6a, 0xa3, 0xe9, 0x04, 0xaa, 0x6a, 0xfa, 0xf3, 0x2f, 0xd7, 0x23, 0x9f, 0xfe, 0x79, + 0x3d, 0x8a, 0x99, 0x04, 0xba, 0x4c, 0x7d, 0xa5, 0xa2, 0x6a, 0xb2, 0xda, 0x61, 0x53, 0xce, 0x50, + 0x47, 0xa8, 0xa8, 0xda, 0x6e, 0x07, 0xed, 0x41, 0xa9, 0xad, 0x6b, 0x16, 0xd1, 0xac, 0xa1, 0x25, + 0xf3, 0x40, 0x28, 0x82, 0x49, 0xc0, 0x1d, 0xf2, 0xf0, 0x5a, 0x73, 0x38, 0x0f, 0x19, 0x23, 0x2e, + 0xb6, 0x83, 0x04, 0xea, 0x56, 0x4f, 0x95, 0xbe, 0xda, 0x51, 0x6c, 0xdd, 0xb4, 0xca, 0x89, 0x6b, + 0xf1, 0x89, 0xfe, 0xf0, 0x81, 0xc3, 0x72, 0x6c, 0x74, 0x14, 0x9b, 0x54, 0x13, 0x74, 0xba, 0xd8, + 0x27, 0x89, 0x9e, 0x87, 0xa2, 0x62, 0x18, 0xb2, 0x65, 0x2b, 0x36, 0x91, 0x5b, 0xe7, 0x36, 0xb1, + 0x58, 0xa0, 0xc9, 0xe1, 0xbc, 0x62, 0x18, 0x47, 0x94, 0x5a, 0xa5, 0x44, 0xf4, 0x1c, 0x14, 0x68, + 0x4c, 0x52, 0x95, 0xbe, 0xdc, 0x23, 0x6a, 0xb7, 0x67, 0xb3, 0x90, 0x12, 0xc7, 0x79, 0x41, 0x6d, + 0x30, 0xa2, 0xd4, 0x71, 0xff, 0x38, 0x8b, 0x47, 0x08, 0x41, 0xa2, 0xa3, 0xd8, 0x0a, 0xb3, 0x64, + 0x0e, 0xb3, 0x67, 0x4a, 0x33, 0x14, 0xbb, 0x27, 0xec, 0xc3, 0x9e, 0xd1, 0x2a, 0xa4, 0x84, 0xda, + 0x38, 0x53, 0x2b, 0x46, 0xe8, 0x12, 0x24, 0x0d, 0x53, 0x3f, 0x25, 0xec, 0xd7, 0xa5, 0x31, 0x1f, + 0x48, 0x3f, 0x8c, 0xc1, 0xf2, 0x58, 0xe4, 0xa2, 0x7a, 0x7b, 0x8a, 0xd5, 0x73, 0xbe, 0x45, 0x9f, + 0xd1, 0x6b, 0x54, 0xaf, 0xd2, 0x21, 0xa6, 0x88, 0xf6, 0xe5, 0x71, 0x53, 0x37, 0xd8, 0x7b, 0x61, + 0x1a, 0xc1, 0x8d, 0x0e, 0xa0, 0xd4, 0x57, 0x2c, 0x5b, 0xe6, 0xde, 0x5f, 0xf6, 0x45, 0xfe, 0xf1, + 0xd8, 0xb7, 0xa7, 0x38, 0xf1, 0x82, 0x6e, 0x6a, 0xa1, 0xa8, 0xd0, 0x0f, 0x50, 0x11, 0x86, 0x4b, + 0xad, 0xf3, 0xc7, 0x8a, 0x66, 0xab, 0x1a, 0x91, 0xc7, 0xfe, 0xdc, 0xe5, 0x31, 0xa5, 0xf5, 0x53, + 0xb5, 0x43, 0xb4, 0xb6, 0xf3, 0xcb, 0x56, 0x5c, 0x61, 0xf7, 0x97, 0x5a, 0x12, 0x86, 0x42, 0x30, + 0xee, 0xa2, 0x02, 0xc4, 0xec, 0x33, 0x61, 0x80, 0x98, 0x7d, 0x86, 0xfe, 0x07, 0x12, 0x74, 0x91, + 0x6c, 0xf1, 0x85, 0x09, 0x49, 0x8b, 0x90, 0x6b, 0x9e, 0x1b, 0x04, 0x33, 0x4e, 0x49, 0x72, 0x8f, + 0x83, 0x1b, 0x8b, 0x47, 0xb5, 0x4a, 0x2f, 0x42, 0x71, 0x24, 0xd0, 0xfa, 0xfe, 0x5f, 0xd4, 0xff, + 0xff, 0xa4, 0x22, 0xe4, 0x03, 0x11, 0x55, 0x5a, 0x85, 0x4b, 0x93, 0x02, 0xa4, 0xd4, 0x73, 0xe9, + 0x81, 0x40, 0x87, 0x5e, 0x85, 0xb4, 0x1b, 0x21, 0xf9, 0x71, 0x1c, 0xb7, 0x95, 0xc3, 0x8c, 0x5d, + 0x56, 0x7a, 0x0e, 0xe9, 0xb6, 0x66, 0xfb, 0x21, 0xc6, 0x26, 0xbe, 0xa4, 0x18, 0x46, 0x43, 0xb1, + 0x7a, 0xd2, 0x07, 0x50, 0x0e, 0x8b, 0x7e, 0x23, 0xcb, 0x48, 0xb8, 0xdb, 0x70, 0x15, 0x52, 0x27, + 0xba, 0x39, 0x50, 0x6c, 0xa6, 0x2c, 0x8f, 0xc5, 0x88, 0x6e, 0x4f, 0x1e, 0x09, 0xe3, 0x8c, 0xcc, + 0x07, 0x92, 0x0c, 0x97, 0x43, 0x23, 0x20, 0x15, 0x51, 0xb5, 0x0e, 0xe1, 0xf6, 0xcc, 0x63, 0x3e, + 0xf0, 0x14, 0xf1, 0xc9, 0xf2, 0x01, 0xfd, 0xac, 0xc5, 0xd6, 0xca, 0xf4, 0x67, 0xb0, 0x18, 0x49, + 0xdf, 0x76, 0xb7, 0xbf, 0x17, 0x5f, 0xd0, 0x4d, 0x48, 0xb0, 0x88, 0xc4, 0xad, 0xb4, 0x3a, 0xbe, + 0xd1, 0x29, 0x17, 0x66, 0x3c, 0x52, 0x03, 0x2a, 0xe1, 0xf1, 0x64, 0x21, 0x4d, 0x3f, 0x89, 0xc2, + 0xea, 0xe4, 0x90, 0x8c, 0xae, 0x02, 0x70, 0x1f, 0x2e, 0x3c, 0x40, 0xfc, 0x46, 0x0e, 0x67, 0x18, + 0xe5, 0x2e, 0x75, 0x03, 0xcf, 0x43, 0xd1, 0x7b, 0x2d, 0x5b, 0xea, 0x63, 0xbe, 0x4d, 0xe3, 0x38, + 0xef, 0xf2, 0x1c, 0xa9, 0x8f, 0x09, 0xba, 0x05, 0x49, 0xfa, 0x25, 0xea, 0x2c, 0xe3, 0x53, 0xa6, + 0xc3, 0x99, 0xa4, 0x9f, 0xc5, 0x7c, 0xf3, 0x09, 0x46, 0xee, 0x27, 0xe9, 0x1f, 0x4a, 0x10, 0xb7, + 0xcf, 0xf8, 0x94, 0x72, 0x98, 0x3e, 0x4e, 0xf4, 0x18, 0x89, 0x6f, 0xc2, 0x63, 0x24, 0x2f, 0xe0, + 0x31, 0x7e, 0x19, 0x73, 0x8f, 0x59, 0x20, 0xd8, 0x3b, 0xeb, 0x89, 0x7a, 0xeb, 0x71, 0xac, 0x15, + 0xf3, 0x59, 0x2b, 0xcc, 0x4b, 0x7b, 0x56, 0x4c, 0x5c, 0xd8, 0xcb, 0x26, 0xbf, 0x09, 0x9b, 0xa5, + 0x2e, 0x60, 0xb3, 0x3f, 0x64, 0x21, 0x8d, 0x89, 0x65, 0xd0, 0x00, 0x8c, 0xaa, 0x90, 0x21, 0x67, + 0x6d, 0x62, 0xd8, 0x4e, 0xce, 0x32, 0x39, 0xf7, 0xe3, 0xdc, 0x75, 0x87, 0x93, 0x22, 0x19, 0x57, + 0x0c, 0xdd, 0x16, 0xa0, 0x35, 0x1c, 0x7f, 0x0a, 0x71, 0x3f, 0x6a, 0x7d, 0xcd, 0x41, 0xad, 0xf1, + 0x50, 0xe0, 0xc2, 0xa5, 0x46, 0x60, 0xeb, 0x6d, 0x01, 0x5b, 0x13, 0x33, 0x3e, 0x16, 0xc0, 0xad, + 0xb5, 0x00, 0x6e, 0x4d, 0xce, 0x58, 0x66, 0x08, 0x70, 0x7d, 0xcd, 0x01, 0xae, 0xa9, 0x19, 0x33, + 0x1e, 0x41, 0xae, 0xf7, 0x82, 0xc8, 0x95, 0x23, 0xce, 0xeb, 0xa1, 0xd2, 0x53, 0xa1, 0xeb, 0xff, + 0xfb, 0xa0, 0x6b, 0x3a, 0x14, 0x33, 0x72, 0x45, 0x13, 0xb0, 0xeb, 0x5b, 0x01, 0xec, 0x9a, 0x99, + 0x61, 0x87, 0x29, 0xe0, 0xf5, 0xae, 0x1f, 0xbc, 0x42, 0x28, 0x06, 0x16, 0xff, 0x3d, 0x0c, 0xbd, + 0xbe, 0xee, 0xa2, 0xd7, 0x6c, 0x28, 0x0c, 0x17, 0x6b, 0x19, 0x85, 0xaf, 0x07, 0x63, 0xf0, 0x95, + 0xc3, 0xcd, 0xe7, 0x43, 0x55, 0xcc, 0xc0, 0xaf, 0x07, 0x63, 0xf8, 0x35, 0x3f, 0x43, 0xe1, 0x0c, + 0x00, 0xfb, 0xde, 0x64, 0x00, 0x1b, 0x0e, 0x31, 0xc5, 0x34, 0xe7, 0x43, 0xb0, 0x72, 0x08, 0x82, + 0x2d, 0x86, 0xa2, 0x2d, 0xae, 0x7e, 0x6e, 0x08, 0x7b, 0x3c, 0x01, 0xc2, 0x72, 0xb0, 0x79, 0x23, + 0x54, 0xf9, 0x1c, 0x18, 0xf6, 0x78, 0x02, 0x86, 0x5d, 0x9e, 0xa9, 0x76, 0x26, 0x88, 0xdd, 0x09, + 0x82, 0x58, 0x34, 0xe3, 0x8c, 0x85, 0xa2, 0xd8, 0x56, 0x18, 0x8a, 0xe5, 0x48, 0xf3, 0x56, 0xa8, + 0xc6, 0x05, 0x60, 0xec, 0xc1, 0x18, 0x8c, 0xbd, 0x34, 0x63, 0xa7, 0xcd, 0x8b, 0x63, 0x5f, 0xa4, + 0x69, 0xd4, 0x88, 0xab, 0xa6, 0x99, 0x18, 0x31, 0x4d, 0xdd, 0x14, 0x88, 0x94, 0x0f, 0xa4, 0x1b, + 0x14, 0xd7, 0x78, 0x6e, 0x79, 0x0a, 0xe6, 0x65, 0x19, 0xaf, 0xcf, 0x15, 0x4b, 0xbf, 0x8e, 0x7a, + 0xb2, 0x2c, 0x48, 0xf9, 0x31, 0x51, 0x46, 0x60, 0x22, 0x1f, 0x12, 0x8e, 0x05, 0x91, 0xf0, 0x3a, + 0x64, 0x69, 0x26, 0x3b, 0x02, 0x72, 0x15, 0xc3, 0x05, 0xb9, 0x37, 0x61, 0x99, 0x05, 0x51, 0x9e, + 0x4c, 0x89, 0xf8, 0x9c, 0x60, 0xf1, 0xb9, 0x48, 0x5f, 0x70, 0x2b, 0xf0, 0x40, 0xfd, 0x32, 0xac, + 0xf8, 0x78, 0xdd, 0x0c, 0x99, 0x23, 0xbe, 0x92, 0xcb, 0xbd, 0x2d, 0x52, 0xe5, 0xdf, 0x46, 0x3d, + 0x0b, 0x79, 0xe8, 0x78, 0x12, 0x90, 0x8d, 0x3e, 0x21, 0x20, 0x1b, 0xfb, 0xb7, 0x81, 0xac, 0x3f, + 0xe3, 0x8f, 0x07, 0x33, 0xfe, 0xbf, 0x45, 0xbd, 0x7f, 0xe2, 0xc2, 0xd2, 0xb6, 0xde, 0x21, 0x22, + 0x07, 0x67, 0xcf, 0x34, 0x05, 0xea, 0xeb, 0x5d, 0x91, 0x69, 0xd3, 0x47, 0xca, 0xe5, 0xc6, 0xce, + 0x8c, 0x08, 0x8d, 0x6e, 0xfa, 0x9e, 0x64, 0x16, 0x16, 0xe9, 0x7b, 0x09, 0xe2, 0x8f, 0x08, 0x8f, + 0x74, 0x39, 0x4c, 0x1f, 0x29, 0x1f, 0xdb, 0x64, 0x2c, 0x7e, 0xe5, 0x30, 0x1f, 0xa0, 0x3b, 0x90, + 0x61, 0xc5, 0x75, 0x59, 0x37, 0x2c, 0x11, 0x90, 0x9e, 0xf1, 0xaf, 0x95, 0xd7, 0xd0, 0x37, 0x0e, + 0x29, 0xcf, 0x81, 0x61, 0xe1, 0xb4, 0x21, 0x9e, 0x7c, 0xa9, 0x57, 0x26, 0x90, 0x7a, 0x5d, 0x81, + 0x0c, 0x9d, 0xbd, 0x65, 0x28, 0x6d, 0xc2, 0x22, 0x4b, 0x06, 0x7b, 0x04, 0xe9, 0x21, 0xa0, 0xf1, + 0x38, 0x89, 0x1a, 0x90, 0x22, 0xa7, 0x44, 0xb3, 0x79, 0xbe, 0x37, 0x92, 0x52, 0x8b, 0xbc, 0x88, + 0x68, 0x76, 0xb5, 0x4c, 0x8d, 0xfc, 0xd7, 0x2f, 0xd7, 0x4b, 0x9c, 0xfb, 0x96, 0x3e, 0x50, 0x6d, + 0x32, 0x30, 0xec, 0x73, 0x2c, 0xe4, 0xa5, 0x3f, 0xc5, 0x28, 0x14, 0x0c, 0xc4, 0xcf, 0x89, 0xb6, + 0x75, 0xb6, 0x7c, 0xcc, 0x57, 0x06, 0x98, 0xcf, 0xde, 0x57, 0x01, 0xba, 0x8a, 0x25, 0x7f, 0xac, + 0x68, 0x36, 0xe9, 0x08, 0xa3, 0x67, 0xba, 0x8a, 0xf5, 0x0e, 0x23, 0xd0, 0xbf, 0x4e, 0x5f, 0x0f, + 0x2d, 0xd2, 0x11, 0x05, 0x89, 0xa5, 0xae, 0x62, 0x1d, 0x5b, 0xa4, 0xe3, 0x5b, 0xe5, 0xd2, 0xc5, + 0x56, 0x19, 0xb4, 0x71, 0x7a, 0xc4, 0xc6, 0x3e, 0x90, 0x96, 0xf1, 0x83, 0x34, 0x54, 0x81, 0xb4, + 0x61, 0xaa, 0xba, 0xa9, 0xda, 0xe7, 0xec, 0xc7, 0xc4, 0xb1, 0x3b, 0x46, 0xd7, 0x21, 0x3f, 0x20, + 0x03, 0x43, 0xd7, 0xfb, 0x32, 0x77, 0x36, 0x59, 0x26, 0x9a, 0x13, 0xc4, 0x3a, 0xf3, 0x39, 0x3f, + 0x8a, 0x79, 0xa7, 0xcf, 0x03, 0xe3, 0x4f, 0xd6, 0xbc, 0x6b, 0x13, 0xcc, 0xeb, 0xa3, 0xd0, 0x45, + 0x8c, 0xd8, 0xd7, 0x1d, 0xff, 0xa7, 0x0c, 0x2c, 0xfd, 0x98, 0x95, 0xe8, 0x82, 0xb9, 0x11, 0x3a, + 0x82, 0x65, 0xf7, 0xf0, 0xcb, 0x43, 0xe6, 0x14, 0x9c, 0xed, 0x3c, 0xaf, 0xf7, 0x28, 0x9d, 0x06, + 0xc9, 0x16, 0x7a, 0x17, 0x9e, 0x1e, 0xf1, 0x6c, 0xae, 0xea, 0xd8, 0xbc, 0x0e, 0xee, 0xa9, 0xa0, + 0x83, 0x73, 0x54, 0x7b, 0xc6, 0x8a, 0x5f, 0xf0, 0xcc, 0xed, 0x42, 0x21, 0x98, 0xe6, 0x4d, 0xfc, + 0xfd, 0xd7, 0x21, 0x6f, 0x12, 0x5b, 0x51, 0x35, 0x39, 0x80, 0xd8, 0x72, 0x9c, 0x28, 0xaa, 0x75, + 0x87, 0xf0, 0xd4, 0xc4, 0x74, 0x0f, 0xfd, 0x1f, 0x64, 0xbc, 0x4c, 0x31, 0x1a, 0x02, 0x9e, 0xdc, + 0xb2, 0x8b, 0xc7, 0x2b, 0xfd, 0x26, 0xea, 0xa9, 0x0c, 0x16, 0x72, 0xea, 0x90, 0x32, 0x89, 0x35, + 0xec, 0xf3, 0xd2, 0x4a, 0x61, 0xeb, 0xe5, 0xf9, 0x12, 0x45, 0x4a, 0x1d, 0xf6, 0x6d, 0x2c, 0x84, + 0xa5, 0x87, 0x90, 0xe2, 0x14, 0x94, 0x85, 0xa5, 0xe3, 0xfd, 0xfb, 0xfb, 0x07, 0xef, 0xec, 0x97, + 0x22, 0x08, 0x20, 0xb5, 0x5d, 0xab, 0xd5, 0x0f, 0x9b, 0xa5, 0x28, 0xca, 0x40, 0x72, 0xbb, 0x7a, + 0x80, 0x9b, 0xa5, 0x18, 0x25, 0xe3, 0xfa, 0xbd, 0x7a, 0xad, 0x59, 0x8a, 0xa3, 0x65, 0xc8, 0xf3, + 0x67, 0x79, 0xe7, 0x00, 0xbf, 0xbd, 0xdd, 0x2c, 0x25, 0x7c, 0xa4, 0xa3, 0xfa, 0xfe, 0xdd, 0x3a, + 0x2e, 0x25, 0xa5, 0x57, 0xe0, 0x72, 0x68, 0x6a, 0xe9, 0x55, 0x69, 0xa2, 0xbe, 0x2a, 0x8d, 0xf4, + 0xd3, 0x18, 0x54, 0xc2, 0xf3, 0x45, 0x74, 0x6f, 0x64, 0xe1, 0x5b, 0x0b, 0x24, 0x9b, 0x23, 0xab, + 0x47, 0xcf, 0x41, 0xc1, 0x24, 0x27, 0xc4, 0x6e, 0xf7, 0x78, 0xfe, 0xca, 0x03, 0x66, 0x1e, 0xe7, + 0x05, 0x95, 0x09, 0x59, 0x9c, 0xed, 0x43, 0xd2, 0xb6, 0x65, 0xee, 0x8b, 0xf8, 0xa6, 0xcb, 0x50, + 0x36, 0x4a, 0x3d, 0xe2, 0x44, 0xe9, 0x83, 0x85, 0x6c, 0x99, 0x81, 0x24, 0xae, 0x37, 0xf1, 0xbb, + 0xa5, 0x38, 0x42, 0x50, 0x60, 0x8f, 0xf2, 0xd1, 0xfe, 0xf6, 0xe1, 0x51, 0xe3, 0x80, 0xda, 0x72, + 0x05, 0x8a, 0x8e, 0x2d, 0x1d, 0x62, 0x52, 0x7a, 0xcf, 0x8b, 0x3f, 0xbe, 0x4a, 0xd5, 0x0e, 0x14, + 0x46, 0xd2, 0xc5, 0xe8, 0x38, 0x9e, 0xf1, 0x4a, 0x3b, 0x6e, 0x2a, 0x88, 0xf3, 0xa7, 0xfe, 0xa1, + 0xf4, 0xf3, 0x28, 0x3c, 0x33, 0x25, 0xa1, 0x44, 0xf7, 0x47, 0x2c, 0x7f, 0x7b, 0x91, 0x74, 0x74, + 0x74, 0xe3, 0xdd, 0x99, 0xcb, 0x58, 0x47, 0x7b, 0xdb, 0x47, 0x8d, 0xe0, 0xc6, 0x93, 0xee, 0xc0, + 0xd3, 0x21, 0x19, 0xff, 0x8c, 0x12, 0x99, 0xf4, 0xab, 0x98, 0x5f, 0x34, 0x98, 0xc2, 0xaf, 0x42, + 0x4a, 0x69, 0xd3, 0xa4, 0x95, 0x2d, 0x2e, 0x8d, 0xc5, 0x68, 0x4a, 0xe5, 0x13, 0xbd, 0x09, 0x60, + 0x9f, 0xc9, 0x7c, 0x3d, 0x8e, 0x1f, 0x1a, 0xaf, 0x08, 0xd4, 0xcf, 0x48, 0xbb, 0x79, 0x26, 0x56, + 0x9f, 0xb1, 0xc5, 0x93, 0x85, 0xde, 0x9e, 0xe4, 0x71, 0xe7, 0x6c, 0x3c, 0x2c, 0xe6, 0x6b, 0x93, + 0x17, 0xf3, 0xb5, 0xd2, 0xef, 0x62, 0x9e, 0x13, 0x0a, 0x96, 0xb9, 0xfe, 0xd7, 0x2b, 0x73, 0xcd, + 0x85, 0xe4, 0x79, 0x29, 0x6c, 0x62, 0xac, 0x89, 0x7d, 0x73, 0xb1, 0x26, 0xfe, 0xc4, 0x62, 0x4d, + 0xe2, 0x82, 0xb1, 0xe6, 0x7d, 0x28, 0x04, 0xeb, 0x6e, 0xd4, 0x05, 0x9a, 0xfa, 0x50, 0xeb, 0xb0, + 0x5d, 0x97, 0xc4, 0x7c, 0x80, 0x5e, 0x75, 0x6a, 0xb4, 0xb1, 0x90, 0x58, 0x41, 0x8f, 0x96, 0xaf, + 0x6e, 0x27, 0x8a, 0xb5, 0x8f, 0x21, 0xc9, 0x66, 0x42, 0x23, 0x18, 0xeb, 0x53, 0x08, 0x48, 0x44, + 0x9f, 0xd1, 0xfb, 0x00, 0x8a, 0x6d, 0x9b, 0x6a, 0x6b, 0xe8, 0x29, 0x5e, 0x9f, 0xbc, 0x92, 0x6d, + 0x87, 0xaf, 0x7a, 0x45, 0x2c, 0xe9, 0x92, 0x27, 0xea, 0x5b, 0x96, 0x4f, 0xa1, 0xb4, 0x0f, 0x85, + 0xa0, 0xac, 0x93, 0xc4, 0xf3, 0x39, 0x04, 0x93, 0x78, 0x8e, 0xc9, 0x44, 0x12, 0xef, 0x42, 0x80, + 0x38, 0xef, 0x49, 0xb1, 0x81, 0xf4, 0x8f, 0x28, 0xe4, 0xfc, 0x47, 0xe7, 0xbf, 0x2d, 0x0f, 0x96, + 0x3e, 0x89, 0x42, 0xda, 0x5d, 0x7c, 0x48, 0x3f, 0xc8, 0xb3, 0x5d, 0xcc, 0xdf, 0xfd, 0xe0, 0x0d, + 0xa6, 0xb8, 0xdb, 0xb6, 0xfa, 0x8e, 0xeb, 0xb8, 0x13, 0x73, 0xd7, 0xdc, 0x44, 0x65, 0x59, 0x78, + 0xeb, 0x37, 0x20, 0xe3, 0x1e, 0x44, 0x0a, 0xae, 0x95, 0x4e, 0xc7, 0x24, 0x96, 0x25, 0x02, 0xb7, + 0x33, 0x64, 0xed, 0x45, 0xfd, 0x63, 0xd1, 0x5f, 0x89, 0x63, 0x3e, 0x90, 0x3a, 0x50, 0x1c, 0x39, + 0xc5, 0xe8, 0x0d, 0x58, 0x32, 0x86, 0x2d, 0xd9, 0xd9, 0x1f, 0x23, 0x17, 0x80, 0x1c, 0xd8, 0x36, + 0x6c, 0xf5, 0xd5, 0xf6, 0x7d, 0x72, 0xee, 0x4c, 0xc6, 0x18, 0xb6, 0xee, 0xf3, 0x6d, 0xc4, 0xbf, + 0x12, 0xf3, 0x7f, 0xe5, 0x07, 0x51, 0x48, 0x3b, 0xc7, 0x02, 0x7d, 0x0b, 0x32, 0xae, 0x87, 0x70, + 0xdb, 0xce, 0xa1, 0xae, 0x45, 0xe8, 0xf7, 0x44, 0xd0, 0x4d, 0x58, 0xb6, 0xd4, 0xae, 0x46, 0x3a, + 0xb2, 0x87, 0xef, 0xd9, 0xe7, 0xd2, 0xb8, 0xc8, 0x5f, 0xec, 0x39, 0xe0, 0xfe, 0x5e, 0x22, 0x1d, + 0x2f, 0x25, 0xee, 0x25, 0xd2, 0x89, 0x52, 0x52, 0xfa, 0x7b, 0x14, 0xd2, 0x4e, 0x11, 0x1c, 0xbd, + 0xe2, 0x3b, 0x85, 0x85, 0x49, 0x91, 0x41, 0x30, 0x7a, 0xed, 0xc2, 0xe0, 0xbc, 0x63, 0x8b, 0xcf, + 0x3b, 0xac, 0xa3, 0xe0, 0x74, 0xe0, 0x13, 0x0b, 0x77, 0xe0, 0x6f, 0x01, 0xb2, 0x75, 0x5b, 0xe9, + 0xcb, 0xa7, 0xba, 0xad, 0x6a, 0x5d, 0x99, 0x5b, 0x9e, 0x1f, 0x98, 0x12, 0x7b, 0xf3, 0x80, 0xbd, + 0x38, 0x74, 0x7f, 0x82, 0x9b, 0xa2, 0x2e, 0xda, 0xfd, 0x5b, 0x85, 0x94, 0xc8, 0xc2, 0x78, 0xfb, + 0x4f, 0x8c, 0xdc, 0xd6, 0x49, 0xc2, 0xd7, 0x3a, 0xa9, 0x40, 0x7a, 0x40, 0x6c, 0x85, 0x9d, 0x7e, + 0x5e, 0x6e, 0x71, 0xc7, 0x37, 0x5f, 0x87, 0xac, 0xaf, 0x11, 0x4b, 0x1d, 0xc2, 0x7e, 0xfd, 0x9d, + 0x52, 0xa4, 0xb2, 0xf4, 0xc9, 0x67, 0xd7, 0xe2, 0xfb, 0xe4, 0x63, 0xba, 0x81, 0x71, 0xbd, 0xd6, + 0xa8, 0xd7, 0xee, 0x97, 0xa2, 0x95, 0xec, 0x27, 0x9f, 0x5d, 0x5b, 0xc2, 0x84, 0xd5, 0xa8, 0x6f, + 0x36, 0x20, 0xe7, 0xff, 0x2b, 0xc1, 0xdc, 0x04, 0x41, 0xe1, 0xee, 0xf1, 0xe1, 0xde, 0x6e, 0x6d, + 0xbb, 0x59, 0x97, 0x1f, 0x1c, 0x34, 0xeb, 0xa5, 0x28, 0x7a, 0x1a, 0x56, 0xf6, 0x76, 0xdf, 0x6a, + 0x34, 0xe5, 0xda, 0xde, 0x6e, 0x7d, 0xbf, 0x29, 0x6f, 0x37, 0x9b, 0xdb, 0xb5, 0xfb, 0xa5, 0xd8, + 0xd6, 0x2f, 0xb2, 0x50, 0xdc, 0xae, 0xd6, 0x76, 0x69, 0x12, 0xaa, 0xb6, 0x15, 0x56, 0x0b, 0xab, + 0x41, 0x82, 0x55, 0xbb, 0xa6, 0x5e, 0xac, 0xab, 0x4c, 0xef, 0x60, 0xa0, 0x1d, 0x48, 0xb2, 0x42, + 0x18, 0x9a, 0x7e, 0xd3, 0xae, 0x32, 0xa3, 0xa5, 0x41, 0x27, 0xc3, 0x8e, 0xca, 0xd4, 0xab, 0x77, + 0x95, 0xe9, 0x1d, 0x0e, 0xb4, 0x07, 0x4b, 0x4e, 0x9d, 0x62, 0xd6, 0x25, 0xb6, 0xca, 0xcc, 0x56, + 0x01, 0x5d, 0x1a, 0xaf, 0x27, 0x4d, 0xbf, 0x95, 0x57, 0x99, 0xd1, 0xfb, 0x40, 0xbb, 0x90, 0x12, + 0x50, 0x6e, 0xc6, 0x85, 0xb4, 0xca, 0xac, 0x92, 0x3f, 0xc2, 0x90, 0xf1, 0x2a, 0x75, 0xb3, 0xef, + 0x1a, 0x56, 0xe6, 0x68, 0xeb, 0xa0, 0x87, 0x90, 0x0f, 0xc2, 0xc3, 0xf9, 0x2e, 0xbd, 0x55, 0xe6, + 0x6c, 0x2e, 0x50, 0xfd, 0x41, 0xac, 0x38, 0xdf, 0x25, 0xb8, 0xca, 0x9c, 0xbd, 0x06, 0xf4, 0x21, + 0x2c, 0x8f, 0x63, 0xb9, 0xf9, 0xef, 0xc4, 0x55, 0x16, 0xe8, 0x3e, 0xa0, 0x01, 0xa0, 0x09, 0x18, + 0x70, 0x81, 0x2b, 0x72, 0x95, 0x45, 0x9a, 0x11, 0xa8, 0x03, 0xc5, 0x51, 0x4c, 0x31, 0xef, 0x95, + 0xb9, 0xca, 0xdc, 0x8d, 0x09, 0xfe, 0x95, 0x20, 0xfc, 0x98, 0xf7, 0x0a, 0x5d, 0x65, 0xee, 0x3e, + 0x05, 0x3a, 0x06, 0xf0, 0x81, 0xc4, 0x39, 0xae, 0xd4, 0x55, 0xe6, 0xe9, 0x58, 0x20, 0x03, 0x56, + 0x26, 0x81, 0xc3, 0x45, 0x6e, 0xd8, 0x55, 0x16, 0x6a, 0x64, 0xd0, 0xfd, 0x1c, 0x84, 0x1d, 0xf3, + 0xdd, 0xb8, 0xab, 0xcc, 0xd9, 0xd1, 0xa8, 0xd6, 0x3f, 0xff, 0x6a, 0x2d, 0xfa, 0xc5, 0x57, 0x6b, + 0xd1, 0xbf, 0x7c, 0xb5, 0x16, 0xfd, 0xf4, 0xeb, 0xb5, 0xc8, 0x17, 0x5f, 0xaf, 0x45, 0xfe, 0xf8, + 0xf5, 0x5a, 0xe4, 0x7b, 0x2f, 0x75, 0x55, 0xbb, 0x37, 0x6c, 0x6d, 0xb4, 0xf5, 0xc1, 0xa6, 0xff, + 0xf2, 0xf5, 0xa4, 0x0b, 0xe1, 0xad, 0x14, 0x8b, 0xa6, 0xb7, 0xff, 0x15, 0x00, 0x00, 0xff, 0xff, + 0x2b, 0xe6, 0x03, 0x7f, 0x30, 0x2e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -7622,48 +7423,6 @@ func (m *LastCommitInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *ExtendedCommitInfo) 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 *ExtendedCommitInfo) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *ExtendedCommitInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.Votes) > 0 { - for iNdEx := len(m.Votes) - 1; iNdEx >= 0; iNdEx-- { - { - size, err := m.Votes[iNdEx].MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintTypes(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x12 - } - } - if m.Round != 0 { - i = encodeVarintTypes(dAtA, i, uint64(m.Round)) - i-- - dAtA[i] = 0x8 - } - return len(dAtA) - i, nil -} - func (m *Event) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -8001,110 +7760,6 @@ func (m *VoteInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *ExtendedVoteInfo) 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 *ExtendedVoteInfo) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *ExtendedVoteInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.VoteExtension) > 0 { - i -= len(m.VoteExtension) - copy(dAtA[i:], m.VoteExtension) - i = encodeVarintTypes(dAtA, i, uint64(len(m.VoteExtension))) - i-- - dAtA[i] = 0x1a - } - if m.SignedLastBlock { - i-- - if m.SignedLastBlock { - dAtA[i] = 1 - } else { - dAtA[i] = 0 - } - i-- - dAtA[i] = 0x10 - } - { - size, err := m.Validator.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintTypes(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0xa - return len(dAtA) - i, nil -} - -func (m *CanonicalVoteExtension) 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 *CanonicalVoteExtension) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *CanonicalVoteExtension) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if len(m.Address) > 0 { - i -= len(m.Address) - copy(dAtA[i:], m.Address) - i = encodeVarintTypes(dAtA, i, uint64(len(m.Address))) - i-- - dAtA[i] = 0x2a - } - if len(m.ChainId) > 0 { - i -= len(m.ChainId) - copy(dAtA[i:], m.ChainId) - i = encodeVarintTypes(dAtA, i, uint64(len(m.ChainId))) - i-- - dAtA[i] = 0x22 - } - if m.Round != 0 { - i = encodeVarintTypes(dAtA, i, uint64(m.Round)) - i-- - dAtA[i] = 0x18 - } - if m.Height != 0 { - i = encodeVarintTypes(dAtA, i, uint64(m.Height)) - i-- - dAtA[i] = 0x10 - } - if len(m.Extension) > 0 { - i -= len(m.Extension) - copy(dAtA[i:], m.Extension) - i = encodeVarintTypes(dAtA, i, uint64(len(m.Extension))) - i-- - dAtA[i] = 0xa - } - return len(dAtA) - i, nil -} - func (m *Evidence) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -8130,12 +7785,12 @@ func (m *Evidence) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x28 } - n63, err63 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Time, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.Time):]) - if err63 != nil { - return 0, err63 + n62, err62 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Time, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.Time):]) + if err62 != nil { + return 0, err62 } - i -= n63 - i = encodeVarintTypes(dAtA, i, uint64(n63)) + i -= n62 + i = encodeVarintTypes(dAtA, i, uint64(n62)) i-- dAtA[i] = 0x22 if m.Height != 0 { @@ -9524,24 +9179,6 @@ func (m *LastCommitInfo) Size() (n int) { return n } -func (m *ExtendedCommitInfo) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if m.Round != 0 { - n += 1 + sovTypes(uint64(m.Round)) - } - if len(m.Votes) > 0 { - for _, e := range m.Votes { - l = e.Size() - n += 1 + l + sovTypes(uint64(l)) - } - } - return n -} - func (m *Event) Size() (n int) { if m == nil { return 0 @@ -9686,51 +9323,6 @@ func (m *VoteInfo) Size() (n int) { return n } -func (m *ExtendedVoteInfo) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - l = m.Validator.Size() - n += 1 + l + sovTypes(uint64(l)) - if m.SignedLastBlock { - n += 2 - } - l = len(m.VoteExtension) - if l > 0 { - n += 1 + l + sovTypes(uint64(l)) - } - return n -} - -func (m *CanonicalVoteExtension) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - l = len(m.Extension) - if l > 0 { - n += 1 + l + sovTypes(uint64(l)) - } - if m.Height != 0 { - n += 1 + sovTypes(uint64(m.Height)) - } - if m.Round != 0 { - n += 1 + sovTypes(uint64(m.Round)) - } - l = len(m.ChainId) - if l > 0 { - n += 1 + l + sovTypes(uint64(l)) - } - l = len(m.Address) - if l > 0 { - n += 1 + l + sovTypes(uint64(l)) - } - return n -} - func (m *Evidence) Size() (n int) { if m == nil { return 0 @@ -16564,109 +16156,6 @@ func (m *LastCommitInfo) Unmarshal(dAtA []byte) error { } return nil } -func (m *ExtendedCommitInfo) 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 ErrIntOverflowTypes - } - 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: ExtendedCommitInfo: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: ExtendedCommitInfo: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field Round", wireType) - } - m.Round = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.Round |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Votes", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthTypes - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthTypes - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Votes = append(m.Votes, ExtendedVoteInfo{}) - if err := m.Votes[len(m.Votes)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipTypes(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthTypes - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} func (m *Event) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -17651,331 +17140,6 @@ func (m *VoteInfo) Unmarshal(dAtA []byte) error { } return nil } -func (m *ExtendedVoteInfo) 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 ErrIntOverflowTypes - } - 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: ExtendedVoteInfo: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: ExtendedVoteInfo: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Validator", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthTypes - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthTypes - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if err := m.Validator.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 2: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field SignedLastBlock", wireType) - } - var v int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - v |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - m.SignedLastBlock = bool(v != 0) - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VoteExtension", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthTypes - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthTypes - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.VoteExtension = append(m.VoteExtension[:0], dAtA[iNdEx:postIndex]...) - if m.VoteExtension == nil { - m.VoteExtension = []byte{} - } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipTypes(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthTypes - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} -func (m *CanonicalVoteExtension) 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 ErrIntOverflowTypes - } - 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: CanonicalVoteExtension: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: CanonicalVoteExtension: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Extension", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthTypes - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthTypes - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Extension = append(m.Extension[:0], dAtA[iNdEx:postIndex]...) - if m.Extension == nil { - m.Extension = []byte{} - } - iNdEx = postIndex - case 2: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field Height", wireType) - } - m.Height = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.Height |= int64(b&0x7F) << shift - if b < 0x80 { - break - } - } - case 3: - if wireType != 0 { - return fmt.Errorf("proto: wrong wireType = %d for field Round", wireType) - } - m.Round = 0 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - m.Round |= int32(b&0x7F) << shift - if b < 0x80 { - break - } - } - case 4: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - 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 ErrInvalidLengthTypes - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthTypes - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.ChainId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex - case 5: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Address", wireType) - } - var byteLen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowTypes - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - byteLen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if byteLen < 0 { - return ErrInvalidLengthTypes - } - postIndex := iNdEx + byteLen - if postIndex < 0 { - return ErrInvalidLengthTypes - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.Address = append(m.Address[:0], dAtA[iNdEx:postIndex]...) - if m.Address == nil { - m.Address = []byte{} - } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipTypes(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthTypes - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} func (m *Evidence) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/proto/tendermint/abci/types.proto.intermediate b/proto/tendermint/abci/types.proto.intermediate index 93676d4cd..ac1a82a49 100644 --- a/proto/tendermint/abci/types.proto.intermediate +++ b/proto/tendermint/abci/types.proto.intermediate @@ -73,7 +73,7 @@ message RequestQuery { message RequestBeginBlock { bytes hash = 1; tendermint.types.Header header = 2 [(gogoproto.nullable) = false]; - LastCommitInfo last_commit_info = 3 [(gogoproto.nullable) = false]; + LastCommitInfo last_commit_info = 3 [(gogoproto.nullable) = false]; repeated Evidence byzantine_validators = 4 [(gogoproto.nullable) = false]; } @@ -147,7 +147,7 @@ message RequestProcessProposal { bytes hash = 1; tendermint.types.Header header = 2 [(gogoproto.nullable) = false]; repeated bytes txs = 3; - LastCommitInfo last_commit_info = 4 [(gogoproto.nullable) = false]; + LastCommitInfo last_commit_info = 4 [(gogoproto.nullable) = false]; repeated Evidence byzantine_validators = 5 [(gogoproto.nullable) = false]; } @@ -354,11 +354,6 @@ message LastCommitInfo { repeated VoteInfo votes = 2 [(gogoproto.nullable) = false]; } -message ExtendedCommitInfo { - int32 round = 1; - repeated ExtendedVoteInfo votes = 2 [(gogoproto.nullable) = false]; -} - // Event allows application developers to attach additional information to // ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. // Later, transactions may be queried using these events. @@ -419,23 +414,8 @@ message ValidatorUpdate { message VoteInfo { Validator validator = 1 [(gogoproto.nullable) = false]; bool signed_last_block = 2; -} - -// ExtendedVoteInfo -message ExtendedVoteInfo { - Validator validator = 1 [(gogoproto.nullable) = false]; - bool signed_last_block = 2; - bytes vote_extension = 3; -} - -// CanonicalVoteExtension -// TODO: move this to core Tendermint data structures -message CanonicalVoteExtension { - bytes extension = 1; - int64 height = 2; - int32 round = 3; - string chain_id = 4; - bytes address = 5; + reserved 3; // Placeholder for tendermint_signed_extension in v0.37 + reserved 4; // Placeholder for app_signed_extension in v0.37 } enum EvidenceType {