From 67297658aa044e377964107da470d78544c233a7 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 11 Apr 2022 12:16:48 -0400 Subject: [PATCH] tests build --- abci/example/kvstore/kvstore.go | 2 +- abci/types/types.pb.go | 544 +++++++++++++++--------------- internal/state/execution_test.go | 8 +- internal/state/helpers_test.go | 2 +- internal/state/validation_test.go | 2 +- types/evidence.go | 34 +- 6 files changed, 296 insertions(+), 296 deletions(-) diff --git a/abci/example/kvstore/kvstore.go b/abci/example/kvstore/kvstore.go index 0563cd7e6..045e872d4 100644 --- a/abci/example/kvstore/kvstore.go +++ b/abci/example/kvstore/kvstore.go @@ -175,7 +175,7 @@ func (app *Application) FinalizeBlock(req types.RequestFinalizeBlock) types.Resp // Punish validators who committed equivocation. for _, ev := range req.ByzantineValidators { - if ev.Type == types.EvidenceType_DUPLICATE_VOTE { + if ev.Type == types.MisbehaviorType_DUPLICATE_VOTE { addr := string(ev.Validator.Address) if pubKey, ok := app.valAddrToPubKeyMap[addr]; ok { app.updateValidator(types.ValidatorUpdate{ diff --git a/abci/types/types.pb.go b/abci/types/types.pb.go index 207db6f32..591656c8a 100644 --- a/abci/types/types.pb.go +++ b/abci/types/types.pb.go @@ -58,31 +58,31 @@ func (CheckTxType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_252557cfdd89a31a, []int{0} } -type EvidenceType int32 +type MisbehaviorType int32 const ( - EvidenceType_UNKNOWN EvidenceType = 0 - EvidenceType_DUPLICATE_VOTE EvidenceType = 1 - EvidenceType_LIGHT_CLIENT_ATTACK EvidenceType = 2 + MisbehaviorType_UNKNOWN MisbehaviorType = 0 + MisbehaviorType_DUPLICATE_VOTE MisbehaviorType = 1 + MisbehaviorType_LIGHT_CLIENT_ATTACK MisbehaviorType = 2 ) -var EvidenceType_name = map[int32]string{ +var MisbehaviorType_name = map[int32]string{ 0: "UNKNOWN", 1: "DUPLICATE_VOTE", 2: "LIGHT_CLIENT_ATTACK", } -var EvidenceType_value = map[string]int32{ +var MisbehaviorType_value = map[string]int32{ "UNKNOWN": 0, "DUPLICATE_VOTE": 1, "LIGHT_CLIENT_ATTACK": 2, } -func (x EvidenceType) String() string { - return proto.EnumName(EvidenceType_name, int32(x)) +func (x MisbehaviorType) String() string { + return proto.EnumName(MisbehaviorType_name, int32(x)) } -func (EvidenceType) EnumDescriptor() ([]byte, []int) { +func (MisbehaviorType) EnumDescriptor() ([]byte, []int) { return fileDescriptor_252557cfdd89a31a, []int{1} } @@ -861,7 +861,7 @@ type RequestBeginBlock struct { Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"` Header types1.Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header"` LastCommitInfo CommitInfo `protobuf:"bytes,3,opt,name=last_commit_info,json=lastCommitInfo,proto3" json:"last_commit_info"` - ByzantineValidators []Evidence `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` + ByzantineValidators []Misbehavior `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` } func (m *RequestBeginBlock) Reset() { *m = RequestBeginBlock{} } @@ -918,7 +918,7 @@ func (m *RequestBeginBlock) GetLastCommitInfo() CommitInfo { return CommitInfo{} } -func (m *RequestBeginBlock) GetByzantineValidators() []Evidence { +func (m *RequestBeginBlock) GetByzantineValidators() []Misbehavior { if m != nil { return m.ByzantineValidators } @@ -1320,7 +1320,7 @@ type RequestPrepareProposal struct { // sent to the app for possible modifications. Txs [][]byte `protobuf:"bytes,2,rep,name=txs,proto3" json:"txs,omitempty"` LocalLastCommit ExtendedCommitInfo `protobuf:"bytes,3,opt,name=local_last_commit,json=localLastCommit,proto3" json:"local_last_commit"` - ByzantineValidators []Evidence `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` + ByzantineValidators []Misbehavior `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` Height int64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` Time time.Time `protobuf:"bytes,6,opt,name=time,proto3,stdtime" json:"time"` NextValidatorsHash []byte `protobuf:"bytes,7,opt,name=next_validators_hash,json=nextValidatorsHash,proto3" json:"next_validators_hash,omitempty"` @@ -1380,7 +1380,7 @@ func (m *RequestPrepareProposal) GetLocalLastCommit() ExtendedCommitInfo { return ExtendedCommitInfo{} } -func (m *RequestPrepareProposal) GetByzantineValidators() []Evidence { +func (m *RequestPrepareProposal) GetByzantineValidators() []Misbehavior { if m != nil { return m.ByzantineValidators } @@ -1409,9 +1409,9 @@ func (m *RequestPrepareProposal) GetNextValidatorsHash() []byte { } type RequestProcessProposal struct { - Txs [][]byte `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"` - ProposedLastCommit CommitInfo `protobuf:"bytes,2,opt,name=proposed_last_commit,json=proposedLastCommit,proto3" json:"proposed_last_commit"` - ByzantineValidators []Evidence `protobuf:"bytes,3,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` + Txs [][]byte `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"` + ProposedLastCommit CommitInfo `protobuf:"bytes,2,opt,name=proposed_last_commit,json=proposedLastCommit,proto3" json:"proposed_last_commit"` + ByzantineValidators []Misbehavior `protobuf:"bytes,3,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` // hash is the merkle root hash of the fields of the proposed block. Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"` Height int64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` @@ -1468,7 +1468,7 @@ func (m *RequestProcessProposal) GetProposedLastCommit() CommitInfo { return CommitInfo{} } -func (m *RequestProcessProposal) GetByzantineValidators() []Evidence { +func (m *RequestProcessProposal) GetByzantineValidators() []Misbehavior { if m != nil { return m.ByzantineValidators } @@ -1601,9 +1601,9 @@ func (m *RequestVerifyVoteExtension) GetVote() *types1.Vote { } type RequestFinalizeBlock struct { - Txs [][]byte `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"` - DecidedLastCommit CommitInfo `protobuf:"bytes,2,opt,name=decided_last_commit,json=decidedLastCommit,proto3" json:"decided_last_commit"` - ByzantineValidators []Evidence `protobuf:"bytes,3,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` + Txs [][]byte `protobuf:"bytes,1,rep,name=txs,proto3" json:"txs,omitempty"` + DecidedLastCommit CommitInfo `protobuf:"bytes,2,opt,name=decided_last_commit,json=decidedLastCommit,proto3" json:"decided_last_commit"` + ByzantineValidators []Misbehavior `protobuf:"bytes,3,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"` // hash is the merkle root hash of the fields of the proposed block. Hash []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"` Height int64 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"` @@ -1660,7 +1660,7 @@ func (m *RequestFinalizeBlock) GetDecidedLastCommit() CommitInfo { return CommitInfo{} } -func (m *RequestFinalizeBlock) GetByzantineValidators() []Evidence { +func (m *RequestFinalizeBlock) GetByzantineValidators() []Misbehavior { if m != nil { return m.ByzantineValidators } @@ -3959,8 +3959,8 @@ func (m *ExtendedVoteInfo) GetVoteExtension() []byte { return nil } -type Evidence struct { - Type EvidenceType `protobuf:"varint,1,opt,name=type,proto3,enum=tendermint.abci.EvidenceType" json:"type,omitempty"` +type Misbehavior struct { + Type MisbehaviorType `protobuf:"varint,1,opt,name=type,proto3,enum=tendermint.abci.MisbehaviorType" json:"type,omitempty"` // The offending validator Validator Validator `protobuf:"bytes,2,opt,name=validator,proto3" json:"validator"` // The height when the offense occurred @@ -3973,18 +3973,18 @@ type Evidence struct { TotalVotingPower int64 `protobuf:"varint,5,opt,name=total_voting_power,json=totalVotingPower,proto3" json:"total_voting_power,omitempty"` } -func (m *Evidence) Reset() { *m = Evidence{} } -func (m *Evidence) String() string { return proto.CompactTextString(m) } -func (*Evidence) ProtoMessage() {} -func (*Evidence) Descriptor() ([]byte, []int) { +func (m *Misbehavior) Reset() { *m = Misbehavior{} } +func (m *Misbehavior) String() string { return proto.CompactTextString(m) } +func (*Misbehavior) ProtoMessage() {} +func (*Misbehavior) Descriptor() ([]byte, []int) { return fileDescriptor_252557cfdd89a31a, []int{52} } -func (m *Evidence) XXX_Unmarshal(b []byte) error { +func (m *Misbehavior) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) } -func (m *Evidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { +func (m *Misbehavior) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { if deterministic { - return xxx_messageInfo_Evidence.Marshal(b, m, deterministic) + return xxx_messageInfo_Misbehavior.Marshal(b, m, deterministic) } else { b = b[:cap(b)] n, err := m.MarshalToSizedBuffer(b) @@ -3994,47 +3994,47 @@ func (m *Evidence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { return b[:n], nil } } -func (m *Evidence) XXX_Merge(src proto.Message) { - xxx_messageInfo_Evidence.Merge(m, src) +func (m *Misbehavior) XXX_Merge(src proto.Message) { + xxx_messageInfo_Misbehavior.Merge(m, src) } -func (m *Evidence) XXX_Size() int { +func (m *Misbehavior) XXX_Size() int { return m.Size() } -func (m *Evidence) XXX_DiscardUnknown() { - xxx_messageInfo_Evidence.DiscardUnknown(m) +func (m *Misbehavior) XXX_DiscardUnknown() { + xxx_messageInfo_Misbehavior.DiscardUnknown(m) } -var xxx_messageInfo_Evidence proto.InternalMessageInfo +var xxx_messageInfo_Misbehavior proto.InternalMessageInfo -func (m *Evidence) GetType() EvidenceType { +func (m *Misbehavior) GetType() MisbehaviorType { if m != nil { return m.Type } - return EvidenceType_UNKNOWN + return MisbehaviorType_UNKNOWN } -func (m *Evidence) GetValidator() Validator { +func (m *Misbehavior) GetValidator() Validator { if m != nil { return m.Validator } return Validator{} } -func (m *Evidence) GetHeight() int64 { +func (m *Misbehavior) GetHeight() int64 { if m != nil { return m.Height } return 0 } -func (m *Evidence) GetTime() time.Time { +func (m *Misbehavior) GetTime() time.Time { if m != nil { return m.Time } return time.Time{} } -func (m *Evidence) GetTotalVotingPower() int64 { +func (m *Misbehavior) GetTotalVotingPower() int64 { if m != nil { return m.TotalVotingPower } @@ -4119,7 +4119,7 @@ func (m *Snapshot) GetMetadata() []byte { func init() { proto.RegisterEnum("tendermint.abci.CheckTxType", CheckTxType_name, CheckTxType_value) - proto.RegisterEnum("tendermint.abci.EvidenceType", EvidenceType_name, EvidenceType_value) + proto.RegisterEnum("tendermint.abci.MisbehaviorType", MisbehaviorType_name, MisbehaviorType_value) proto.RegisterEnum("tendermint.abci.ResponseOfferSnapshot_Result", ResponseOfferSnapshot_Result_name, ResponseOfferSnapshot_Result_value) proto.RegisterEnum("tendermint.abci.ResponseApplySnapshotChunk_Result", ResponseApplySnapshotChunk_Result_name, ResponseApplySnapshotChunk_Result_value) proto.RegisterEnum("tendermint.abci.ResponseProcessProposal_ProposalStatus", ResponseProcessProposal_ProposalStatus_name, ResponseProcessProposal_ProposalStatus_value) @@ -4177,7 +4177,7 @@ func init() { proto.RegisterType((*ValidatorUpdate)(nil), "tendermint.abci.ValidatorUpdate") proto.RegisterType((*VoteInfo)(nil), "tendermint.abci.VoteInfo") proto.RegisterType((*ExtendedVoteInfo)(nil), "tendermint.abci.ExtendedVoteInfo") - proto.RegisterType((*Evidence)(nil), "tendermint.abci.Evidence") + proto.RegisterType((*Misbehavior)(nil), "tendermint.abci.Misbehavior") proto.RegisterType((*Snapshot)(nil), "tendermint.abci.Snapshot") } @@ -4185,222 +4185,222 @@ func init() { proto.RegisterFile("tendermint/abci/types.proto", fileDescriptor_2 var fileDescriptor_252557cfdd89a31a = []byte{ // 3452 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5b, 0x4b, 0x73, 0x1c, 0xd5, - 0xf5, 0x9f, 0xf7, 0xe3, 0xcc, 0x53, 0x57, 0xc2, 0x8c, 0x07, 0x5b, 0x32, 0xed, 0x02, 0x6c, 0x03, - 0x32, 0xd8, 0x65, 0x30, 0x7f, 0xe0, 0x4f, 0x49, 0xa3, 0x11, 0x23, 0x5b, 0x96, 0x44, 0x6b, 0x24, - 0x8a, 0x84, 0xb8, 0x69, 0x4d, 0x5f, 0x69, 0x1a, 0xcf, 0x74, 0x37, 0xdd, 0x3d, 0x62, 0xc4, 0x2a, - 0x95, 0x2a, 0x36, 0x54, 0xaa, 0x42, 0x65, 0x91, 0x64, 0xc3, 0x2e, 0xa9, 0xca, 0x47, 0xc8, 0x2a, - 0xab, 0x2c, 0x58, 0x64, 0xc1, 0x2a, 0x49, 0x65, 0x41, 0x52, 0xb0, 0xcb, 0x17, 0xc8, 0x22, 0x95, - 0x47, 0xdd, 0x47, 0x3f, 0x67, 0x7a, 0x1e, 0x18, 0xa8, 0x54, 0x85, 0x5d, 0xdf, 0x33, 0xe7, 0x9c, - 0xbe, 0xf7, 0xf4, 0xb9, 0xe7, 0xf1, 0xbb, 0x77, 0xe0, 0x31, 0x1b, 0x6b, 0x0a, 0x36, 0xfb, 0xaa, - 0x66, 0x5f, 0x97, 0x8f, 0x3a, 0xea, 0x75, 0xfb, 0xcc, 0xc0, 0xd6, 0xaa, 0x61, 0xea, 0xb6, 0x8e, - 0x2a, 0xde, 0x8f, 0xab, 0xe4, 0xc7, 0xfa, 0x45, 0x1f, 0x77, 0xc7, 0x3c, 0x33, 0x6c, 0xfd, 0xba, - 0x61, 0xea, 0xfa, 0x31, 0xe3, 0xaf, 0x5f, 0xf0, 0xfd, 0x4c, 0xf5, 0xf8, 0xb5, 0x05, 0x7e, 0xe5, - 0xc2, 0x0f, 0xf0, 0x99, 0xf3, 0xeb, 0xc5, 0x11, 0x59, 0x43, 0x36, 0xe5, 0xbe, 0xf3, 0xf3, 0xca, - 0x89, 0xae, 0x9f, 0xf4, 0xf0, 0x75, 0x3a, 0x3a, 0x1a, 0x1c, 0x5f, 0xb7, 0xd5, 0x3e, 0xb6, 0x6c, - 0xb9, 0x6f, 0x70, 0x86, 0xa5, 0x13, 0xfd, 0x44, 0xa7, 0x8f, 0xd7, 0xc9, 0x13, 0xa3, 0x0a, 0xff, - 0x06, 0xc8, 0x8a, 0xf8, 0xbd, 0x01, 0xb6, 0x6c, 0x74, 0x03, 0x52, 0xb8, 0xd3, 0xd5, 0x6b, 0xf1, - 0x4b, 0xf1, 0x2b, 0x85, 0x1b, 0x17, 0x56, 0x43, 0x8b, 0x5b, 0xe5, 0x7c, 0xcd, 0x4e, 0x57, 0x6f, - 0xc5, 0x44, 0xca, 0x8b, 0x6e, 0x41, 0xfa, 0xb8, 0x37, 0xb0, 0xba, 0xb5, 0x04, 0x15, 0xba, 0x18, - 0x25, 0xb4, 0x49, 0x98, 0x5a, 0x31, 0x91, 0x71, 0x93, 0x57, 0xa9, 0xda, 0xb1, 0x5e, 0x4b, 0x4e, - 0x7e, 0xd5, 0x96, 0x76, 0x4c, 0x5f, 0x45, 0x78, 0xd1, 0x3a, 0x80, 0xaa, 0xa9, 0xb6, 0xd4, 0xe9, - 0xca, 0xaa, 0x56, 0x4b, 0x51, 0xc9, 0xc7, 0xa3, 0x25, 0x55, 0xbb, 0x41, 0x18, 0x5b, 0x31, 0x31, - 0xaf, 0x3a, 0x03, 0x32, 0xdd, 0xf7, 0x06, 0xd8, 0x3c, 0xab, 0xa5, 0x27, 0x4f, 0xf7, 0x0d, 0xc2, - 0x44, 0xa6, 0x4b, 0xb9, 0xd1, 0x16, 0x14, 0x8e, 0xf0, 0x89, 0xaa, 0x49, 0x47, 0x3d, 0xbd, 0xf3, - 0xa0, 0x96, 0xa1, 0xc2, 0x42, 0x94, 0xf0, 0x3a, 0x61, 0x5d, 0x27, 0x9c, 0xeb, 0x89, 0x5a, 0xbc, - 0x15, 0x13, 0xe1, 0xc8, 0xa5, 0xa0, 0x57, 0x20, 0xd7, 0xe9, 0xe2, 0xce, 0x03, 0xc9, 0x1e, 0xd6, - 0xb2, 0x54, 0xcf, 0x4a, 0x94, 0x9e, 0x06, 0xe1, 0x6b, 0x0f, 0x5b, 0x31, 0x31, 0xdb, 0x61, 0x8f, - 0x68, 0x13, 0x40, 0xc1, 0x3d, 0xf5, 0x14, 0x9b, 0x44, 0x3e, 0x37, 0xd9, 0x06, 0x1b, 0x8c, 0xb3, - 0x3d, 0xe4, 0xd3, 0xc8, 0x2b, 0x0e, 0x01, 0x35, 0x20, 0x8f, 0x35, 0x85, 0x2f, 0x27, 0x4f, 0xd5, - 0x5c, 0x8a, 0xfc, 0xde, 0x9a, 0xe2, 0x5f, 0x4c, 0x0e, 0xf3, 0x31, 0xba, 0x0d, 0x99, 0x8e, 0xde, - 0xef, 0xab, 0x76, 0x0d, 0xa8, 0x86, 0xe5, 0xc8, 0x85, 0x50, 0xae, 0x56, 0x4c, 0xe4, 0xfc, 0x68, - 0x07, 0xca, 0x3d, 0xd5, 0xb2, 0x25, 0x4b, 0x93, 0x0d, 0xab, 0xab, 0xdb, 0x56, 0xad, 0x40, 0x35, - 0x3c, 0x11, 0xa5, 0x61, 0x5b, 0xb5, 0xec, 0x7d, 0x87, 0xb9, 0x15, 0x13, 0x4b, 0x3d, 0x3f, 0x81, - 0xe8, 0xd3, 0x8f, 0x8f, 0xb1, 0xe9, 0x2a, 0xac, 0x15, 0x27, 0xeb, 0xdb, 0x25, 0xdc, 0x8e, 0x3c, - 0xd1, 0xa7, 0xfb, 0x09, 0xe8, 0xfb, 0xb0, 0xd8, 0xd3, 0x65, 0xc5, 0x55, 0x27, 0x75, 0xba, 0x03, - 0xed, 0x41, 0xad, 0x44, 0x95, 0x5e, 0x8d, 0x9c, 0xa4, 0x2e, 0x2b, 0x8e, 0x8a, 0x06, 0x11, 0x68, - 0xc5, 0xc4, 0x85, 0x5e, 0x98, 0x88, 0xee, 0xc3, 0x92, 0x6c, 0x18, 0xbd, 0xb3, 0xb0, 0xf6, 0x32, - 0xd5, 0x7e, 0x2d, 0x4a, 0xfb, 0x1a, 0x91, 0x09, 0xab, 0x47, 0xf2, 0x08, 0x15, 0xb5, 0xa1, 0x6a, - 0x98, 0xd8, 0x90, 0x4d, 0x2c, 0x19, 0xa6, 0x6e, 0xe8, 0x96, 0xdc, 0xab, 0x55, 0xa8, 0xee, 0xa7, - 0xa2, 0x74, 0xef, 0x31, 0xfe, 0x3d, 0xce, 0xde, 0x8a, 0x89, 0x15, 0x23, 0x48, 0x62, 0x5a, 0xf5, - 0x0e, 0xb6, 0x2c, 0x4f, 0x6b, 0x75, 0x9a, 0x56, 0xca, 0x1f, 0xd4, 0x1a, 0x20, 0xa1, 0x26, 0x14, - 0xf0, 0x90, 0x88, 0x4b, 0xa7, 0xba, 0x8d, 0x6b, 0x0b, 0x93, 0x37, 0x56, 0x93, 0xb2, 0x1e, 0xea, - 0x36, 0x26, 0x9b, 0x0a, 0xbb, 0x23, 0x24, 0xc3, 0x23, 0xa7, 0xd8, 0x54, 0x8f, 0xcf, 0xa8, 0x1a, - 0x89, 0xfe, 0x62, 0xa9, 0xba, 0x56, 0x43, 0x54, 0xe1, 0xd3, 0x51, 0x0a, 0x0f, 0xa9, 0x10, 0x51, - 0xd1, 0x74, 0x44, 0x5a, 0x31, 0x71, 0xf1, 0x74, 0x94, 0x4c, 0x5c, 0xec, 0x58, 0xd5, 0xe4, 0x9e, - 0xfa, 0x01, 0xe6, 0xdb, 0x66, 0x71, 0xb2, 0x8b, 0x6d, 0x72, 0x6e, 0xba, 0x57, 0x88, 0x8b, 0x1d, - 0xfb, 0x09, 0xeb, 0x59, 0x48, 0x9f, 0xca, 0xbd, 0x01, 0x16, 0x9e, 0x82, 0x82, 0x2f, 0xb0, 0xa2, - 0x1a, 0x64, 0xfb, 0xd8, 0xb2, 0xe4, 0x13, 0x4c, 0xe3, 0x70, 0x5e, 0x74, 0x86, 0x42, 0x19, 0x8a, - 0xfe, 0x60, 0x2a, 0x7c, 0x1c, 0x77, 0x25, 0x49, 0x9c, 0x24, 0x92, 0xa7, 0xd8, 0xa4, 0xcb, 0xe6, - 0x92, 0x7c, 0x88, 0x2e, 0x43, 0x89, 0x4e, 0x59, 0x72, 0x7e, 0x27, 0xc1, 0x3a, 0x25, 0x16, 0x29, - 0xf1, 0x90, 0x33, 0xad, 0x40, 0xc1, 0xb8, 0x61, 0xb8, 0x2c, 0x49, 0xca, 0x02, 0xc6, 0x0d, 0xc3, - 0x61, 0x78, 0x1c, 0x8a, 0x64, 0x7d, 0x2e, 0x47, 0x8a, 0xbe, 0xa4, 0x40, 0x68, 0x9c, 0x45, 0xf8, - 0x7d, 0x02, 0xaa, 0xe1, 0x00, 0x8c, 0x6e, 0x43, 0x8a, 0xe4, 0x22, 0x9e, 0x56, 0xea, 0xab, 0x2c, - 0x51, 0xad, 0x3a, 0x89, 0x6a, 0xb5, 0xed, 0x24, 0xaa, 0xf5, 0xdc, 0xa7, 0x9f, 0xaf, 0xc4, 0x3e, - 0xfe, 0xcb, 0x4a, 0x5c, 0xa4, 0x12, 0xe8, 0x3c, 0x89, 0x95, 0xb2, 0xaa, 0x49, 0xaa, 0x42, 0xa7, - 0x9c, 0x27, 0x81, 0x50, 0x56, 0xb5, 0x2d, 0x05, 0x6d, 0x43, 0xb5, 0xa3, 0x6b, 0x16, 0xd6, 0xac, - 0x81, 0x25, 0xb1, 0x44, 0xc8, 0x93, 0x49, 0x20, 0x1c, 0xb2, 0xf4, 0xda, 0x70, 0x38, 0xf7, 0x28, - 0xa3, 0x58, 0xe9, 0x04, 0x09, 0x24, 0xac, 0x9e, 0xca, 0x3d, 0x55, 0x91, 0x6d, 0xdd, 0xb4, 0x6a, - 0xa9, 0x4b, 0xc9, 0xb1, 0xf1, 0xf0, 0xd0, 0x61, 0x39, 0x30, 0x14, 0xd9, 0xc6, 0xeb, 0x29, 0x32, - 0x5d, 0xd1, 0x27, 0x89, 0x9e, 0x84, 0x8a, 0x6c, 0x18, 0x92, 0x65, 0xcb, 0x36, 0x96, 0x8e, 0xce, - 0x6c, 0x6c, 0xd1, 0x44, 0x53, 0x14, 0x4b, 0xb2, 0x61, 0xec, 0x13, 0xea, 0x3a, 0x21, 0xa2, 0x27, - 0xa0, 0x4c, 0x72, 0x92, 0x2a, 0xf7, 0xa4, 0x2e, 0x56, 0x4f, 0xba, 0x36, 0x4d, 0x29, 0x49, 0xb1, - 0xc4, 0xa9, 0x2d, 0x4a, 0x14, 0x14, 0xf7, 0x8b, 0xd3, 0x7c, 0x84, 0x10, 0xa4, 0x14, 0xd9, 0x96, - 0xa9, 0x25, 0x8b, 0x22, 0x7d, 0x26, 0x34, 0x43, 0xb6, 0xbb, 0xdc, 0x3e, 0xf4, 0x19, 0x9d, 0x83, - 0x0c, 0x57, 0x9b, 0xa4, 0x6a, 0xf9, 0x08, 0x2d, 0x41, 0xda, 0x30, 0xf5, 0x53, 0x4c, 0x3f, 0x5d, - 0x4e, 0x64, 0x03, 0xe1, 0x87, 0x09, 0x58, 0x18, 0xc9, 0x5c, 0x44, 0x6f, 0x57, 0xb6, 0xba, 0xce, - 0xbb, 0xc8, 0x33, 0x7a, 0x81, 0xe8, 0x95, 0x15, 0x6c, 0xf2, 0x6c, 0x5f, 0x1b, 0x35, 0x75, 0x8b, - 0xfe, 0xce, 0x4d, 0xc3, 0xb9, 0xd1, 0x5d, 0xa8, 0xf6, 0x64, 0xcb, 0x96, 0x58, 0xf4, 0x97, 0x7c, - 0x99, 0xff, 0xb1, 0x11, 0x23, 0xb3, 0x5c, 0x41, 0x1c, 0x9a, 0x2b, 0x29, 0x13, 0x51, 0x8f, 0x8a, - 0x44, 0x58, 0x3a, 0x3a, 0xfb, 0x40, 0xd6, 0x6c, 0x55, 0xc3, 0xd2, 0xc8, 0x57, 0x3b, 0x3f, 0xa2, - 0xb0, 0x79, 0xaa, 0x2a, 0x58, 0xeb, 0x38, 0x9f, 0x6b, 0xd1, 0x15, 0x76, 0x3f, 0xa7, 0x25, 0x88, - 0x50, 0x0e, 0xe6, 0x5c, 0x54, 0x86, 0x84, 0x3d, 0xe4, 0x8b, 0x4f, 0xd8, 0x43, 0xf4, 0x1c, 0xa4, - 0xc8, 0x02, 0xe9, 0xc2, 0xcb, 0x63, 0x0a, 0x16, 0x2e, 0xd7, 0x3e, 0x33, 0xb0, 0x48, 0x39, 0x05, - 0xc1, 0xdd, 0x0a, 0x6e, 0x1e, 0x0e, 0x6b, 0x15, 0xae, 0x42, 0x25, 0x94, 0x64, 0x7d, 0xdf, 0x2e, - 0xee, 0xff, 0x76, 0x42, 0x05, 0x4a, 0x81, 0x6c, 0x2a, 0x9c, 0x83, 0xa5, 0x71, 0xc9, 0x51, 0xe8, - 0xba, 0xf4, 0x40, 0x92, 0x43, 0xb7, 0x20, 0xe7, 0x66, 0x47, 0xb6, 0x15, 0x47, 0x6d, 0xe5, 0x30, - 0x8b, 0x2e, 0x2b, 0xd9, 0x83, 0xc4, 0xa5, 0xa9, 0x2f, 0x24, 0xe8, 0xc4, 0xb3, 0xb2, 0x61, 0xb4, - 0x64, 0xab, 0x2b, 0xbc, 0x03, 0xb5, 0xa8, 0xcc, 0x17, 0x5a, 0x46, 0xca, 0x75, 0xc1, 0x73, 0x90, - 0x39, 0xd6, 0xcd, 0xbe, 0x6c, 0x53, 0x65, 0x25, 0x91, 0x8f, 0x88, 0x6b, 0xb2, 0x2c, 0x98, 0xa4, - 0x64, 0x36, 0x10, 0x24, 0x38, 0x1f, 0x99, 0xfd, 0x88, 0x88, 0xaa, 0x29, 0x98, 0xd9, 0xb3, 0x24, - 0xb2, 0x81, 0xa7, 0x88, 0x4d, 0x96, 0x0d, 0xc8, 0x6b, 0x2d, 0xba, 0x56, 0xaa, 0x3f, 0x2f, 0xf2, - 0x91, 0xf0, 0x8f, 0x04, 0x9c, 0x1b, 0x9f, 0x03, 0xd1, 0x25, 0x28, 0xf6, 0xe5, 0xa1, 0x64, 0x0f, - 0xf9, 0x46, 0x66, 0x9f, 0x03, 0xfa, 0xf2, 0xb0, 0x3d, 0x64, 0xbb, 0xb8, 0x0a, 0x49, 0x7b, 0x68, - 0xd5, 0x12, 0x97, 0x92, 0x57, 0x8a, 0x22, 0x79, 0x44, 0x07, 0xb0, 0xd0, 0xd3, 0x3b, 0x72, 0x4f, - 0xf2, 0xb9, 0x3b, 0xf7, 0xf4, 0xcb, 0xa3, 0x8e, 0x49, 0xf3, 0x17, 0x56, 0x46, 0x3c, 0xbe, 0x42, - 0x75, 0x6c, 0xbb, 0x6e, 0xff, 0x4d, 0xb8, 0xbc, 0xef, 0x03, 0xa5, 0x03, 0x31, 0xc2, 0x89, 0xd6, - 0x99, 0xb9, 0xa3, 0xf5, 0x73, 0xb0, 0xa4, 0xe1, 0xa1, 0xed, 0x9b, 0x20, 0xf3, 0x9a, 0x2c, 0xfd, - 0x10, 0x88, 0xfc, 0xe6, 0xbd, 0x9f, 0x3a, 0xd0, 0xcf, 0x92, 0x3e, 0xeb, 0x07, 0x0b, 0x03, 0x6e, - 0xdb, 0xb8, 0x67, 0xdb, 0x7d, 0x58, 0x62, 0x85, 0x07, 0x56, 0x02, 0xe6, 0x4d, 0xcc, 0x1a, 0x48, - 0x90, 0x23, 0x3e, 0x83, 0x65, 0x93, 0x0f, 0x61, 0x59, 0x27, 0x72, 0xa6, 0x7c, 0x91, 0xf3, 0xbf, - 0xc0, 0xda, 0xe8, 0x2a, 0xad, 0xe0, 0x88, 0x05, 0x4c, 0x49, 0x56, 0x14, 0x13, 0x5b, 0x16, 0xed, - 0x20, 0x8a, 0xb4, 0x2c, 0xa3, 0xf4, 0x35, 0x46, 0x16, 0x5e, 0x73, 0x33, 0x82, 0x57, 0x72, 0xa1, - 0x6b, 0x90, 0xa2, 0x45, 0x1a, 0x0b, 0x1e, 0xe7, 0x46, 0x63, 0x3f, 0xe1, 0x12, 0x29, 0x8f, 0xd0, - 0x82, 0x7a, 0x74, 0x89, 0x35, 0x97, 0xa6, 0x9f, 0x26, 0xdd, 0x78, 0x16, 0xa8, 0xa8, 0xc6, 0x78, - 0xc8, 0x1b, 0xb0, 0xa8, 0xe0, 0x8e, 0xaa, 0x7c, 0x55, 0x07, 0x59, 0xe0, 0xd2, 0xdf, 0xf9, 0xc7, - 0x34, 0xff, 0xf8, 0x63, 0x01, 0x72, 0x22, 0xb6, 0x0c, 0x52, 0x46, 0xa1, 0x75, 0xc8, 0xe3, 0x61, - 0x07, 0x1b, 0xb6, 0x53, 0x79, 0x8e, 0xaf, 0xe0, 0x19, 0x77, 0xd3, 0xe1, 0x24, 0xfd, 0xa8, 0x2b, - 0x86, 0x6e, 0x72, 0xe8, 0x21, 0x1a, 0x45, 0xe0, 0xe2, 0x7e, 0xec, 0xe1, 0x05, 0x07, 0x7b, 0x48, - 0x46, 0xb6, 0x9f, 0x4c, 0x2a, 0x04, 0x3e, 0xdc, 0xe4, 0xe0, 0x43, 0x6a, 0xca, 0xcb, 0x02, 0xe8, - 0x43, 0x23, 0x80, 0x3e, 0xa4, 0xa7, 0x2c, 0x33, 0x02, 0x7e, 0x78, 0xc1, 0x81, 0x1f, 0x32, 0x53, - 0x66, 0x1c, 0xc2, 0x1f, 0xee, 0x04, 0xf1, 0x87, 0x6c, 0x44, 0x46, 0x71, 0xa4, 0x27, 0x02, 0x10, - 0xaf, 0xfa, 0x00, 0x88, 0x5c, 0x64, 0xe7, 0xcf, 0x14, 0x8d, 0x41, 0x20, 0x5e, 0x0f, 0x20, 0x10, - 0xf9, 0x29, 0x76, 0x98, 0x00, 0x41, 0x6c, 0xf8, 0x21, 0x08, 0x88, 0x44, 0x32, 0xf8, 0x77, 0x8f, - 0xc2, 0x20, 0x5e, 0x72, 0x31, 0x88, 0x42, 0x24, 0x98, 0xc2, 0xd7, 0x12, 0x06, 0x21, 0x76, 0x47, - 0x40, 0x08, 0x06, 0x1a, 0x3c, 0x19, 0xa9, 0x62, 0x0a, 0x0a, 0xb1, 0x3b, 0x82, 0x42, 0x94, 0xa6, - 0x28, 0x9c, 0x02, 0x43, 0xbc, 0x3d, 0x1e, 0x86, 0x88, 0x06, 0x0a, 0xf8, 0x34, 0x67, 0xc3, 0x21, - 0xa4, 0x08, 0x1c, 0xa2, 0x12, 0xd9, 0x33, 0x33, 0xf5, 0x33, 0x03, 0x11, 0x07, 0x63, 0x80, 0x08, - 0x06, 0x19, 0x5c, 0x89, 0x54, 0x3e, 0x03, 0x12, 0x71, 0x30, 0x06, 0x89, 0x58, 0x98, 0xaa, 0x76, - 0x2a, 0x14, 0xb1, 0x19, 0x84, 0x22, 0xd0, 0x94, 0x3d, 0x16, 0x89, 0x45, 0x1c, 0x45, 0x61, 0x11, - 0x0c, 0x2f, 0x78, 0x26, 0x52, 0xe3, 0x1c, 0x60, 0xc4, 0xee, 0x08, 0x18, 0xb1, 0x34, 0xc5, 0xd3, - 0x66, 0x45, 0x23, 0xae, 0x92, 0xcc, 0x1f, 0x0a, 0xd5, 0xa4, 0xa6, 0xc6, 0xa6, 0xa9, 0x9b, 0x1c, - 0x57, 0x60, 0x03, 0xe1, 0x0a, 0xe9, 0x4e, 0xbd, 0xb0, 0x3c, 0x01, 0xb9, 0xa0, 0xbd, 0x8b, 0x2f, - 0x14, 0x0b, 0xbf, 0x89, 0x7b, 0xb2, 0xb4, 0xa9, 0xf3, 0x77, 0xb6, 0x79, 0xde, 0xd9, 0xfa, 0xf0, - 0x8c, 0x44, 0x10, 0xcf, 0x58, 0x81, 0x02, 0xe9, 0x49, 0x42, 0x50, 0x85, 0x6c, 0xb8, 0x50, 0xc5, - 0x35, 0x58, 0xa0, 0x15, 0x00, 0x43, 0x3d, 0x78, 0x66, 0x4d, 0xd1, 0xcc, 0x5a, 0x21, 0x3f, 0x30, - 0x2b, 0xb0, 0x14, 0xfb, 0x2c, 0x2c, 0xfa, 0x78, 0xdd, 0x5e, 0x87, 0xf5, 0xed, 0x55, 0x97, 0x7b, - 0x8d, 0x37, 0x3d, 0xbf, 0x8b, 0x7b, 0x16, 0xf2, 0x30, 0x8e, 0x71, 0x70, 0x44, 0xfc, 0x6b, 0x82, - 0x23, 0x12, 0x5f, 0x19, 0x8e, 0xf0, 0xf7, 0x6e, 0xc9, 0x60, 0xef, 0xf6, 0xf7, 0xb8, 0xf7, 0x4d, - 0x5c, 0x70, 0xa1, 0xa3, 0x2b, 0x98, 0x77, 0x53, 0xf4, 0x99, 0xd4, 0x58, 0x3d, 0xfd, 0x84, 0xf7, - 0x4c, 0xe4, 0x91, 0x70, 0xb9, 0xb9, 0x33, 0xcf, 0x53, 0xa3, 0xdb, 0x88, 0xb1, 0xda, 0x85, 0x37, - 0x62, 0x55, 0x48, 0x3e, 0xc0, 0x2c, 0xd3, 0x15, 0x45, 0xf2, 0x48, 0xf8, 0xa8, 0x93, 0xf1, 0x1a, - 0x84, 0x0d, 0xd0, 0x6d, 0xc8, 0xd3, 0x23, 0x12, 0x49, 0x37, 0x2c, 0x9e, 0x90, 0x02, 0xb5, 0x1a, - 0x3b, 0x09, 0x59, 0xdd, 0x23, 0x3c, 0xbb, 0x86, 0x25, 0xe6, 0x0c, 0xfe, 0xe4, 0x2b, 0x9a, 0xf2, - 0x81, 0xa2, 0xe9, 0x02, 0xe4, 0xc9, 0xec, 0x2d, 0x43, 0xee, 0x60, 0x9a, 0x59, 0xf2, 0xa2, 0x47, - 0x10, 0xee, 0x03, 0x1a, 0xcd, 0x93, 0xa8, 0x05, 0x19, 0x7c, 0x8a, 0x35, 0x9b, 0x15, 0x94, 0xa1, - 0xa2, 0x94, 0x97, 0x76, 0x58, 0xb3, 0xd7, 0x6b, 0xc4, 0xc8, 0x7f, 0xfb, 0x7c, 0xa5, 0xca, 0xb8, - 0x9f, 0xd1, 0xfb, 0xaa, 0x8d, 0xfb, 0x86, 0x7d, 0x26, 0x72, 0x79, 0xe1, 0xcf, 0x09, 0xd2, 0xd4, - 0x07, 0xf2, 0xe7, 0x58, 0xdb, 0x3a, 0x2e, 0x9f, 0xf0, 0x81, 0x39, 0xb3, 0xd9, 0xfb, 0x22, 0xc0, - 0x89, 0x6c, 0x49, 0xef, 0xcb, 0x9a, 0x8d, 0x15, 0x6e, 0xf4, 0xfc, 0x89, 0x6c, 0xbd, 0x49, 0x09, - 0xe4, 0xab, 0x93, 0x9f, 0x07, 0x16, 0x56, 0x38, 0xac, 0x94, 0x3d, 0x91, 0xad, 0x03, 0x0b, 0x2b, - 0xbe, 0x55, 0x66, 0x1f, 0x6e, 0x95, 0x41, 0x1b, 0xe7, 0x42, 0x36, 0xf6, 0xb5, 0xdb, 0x79, 0x7f, - 0xbb, 0x8d, 0xea, 0x90, 0x33, 0x4c, 0x55, 0x37, 0x55, 0xfb, 0x8c, 0x7e, 0x98, 0xa4, 0xe8, 0x8e, - 0xd1, 0x65, 0x28, 0xf5, 0x71, 0xdf, 0xd0, 0xf5, 0x9e, 0xc4, 0x82, 0x4d, 0x81, 0x8a, 0x16, 0x39, - 0xb1, 0x49, 0x63, 0xce, 0x87, 0x09, 0x6f, 0xf7, 0x79, 0xb0, 0xca, 0xd7, 0x6b, 0xde, 0xe5, 0x31, - 0xe6, 0xf5, 0x51, 0xc8, 0x22, 0x42, 0xf6, 0x75, 0xc7, 0xdf, 0x96, 0x81, 0x85, 0x1f, 0x53, 0xa0, - 0x35, 0x58, 0x1b, 0xa1, 0x7d, 0x58, 0x70, 0x37, 0xbf, 0x34, 0xa0, 0x41, 0xc1, 0x71, 0xe7, 0x59, - 0xa3, 0x47, 0xf5, 0x34, 0x48, 0xb6, 0xd0, 0x5b, 0xf0, 0x68, 0x28, 0xb2, 0xb9, 0xaa, 0x13, 0xb3, - 0x06, 0xb8, 0x47, 0x82, 0x01, 0xce, 0x51, 0xed, 0x19, 0x2b, 0xf9, 0x90, 0x7b, 0x6e, 0x0b, 0xca, - 0xc1, 0x32, 0x6f, 0xec, 0xe7, 0xbf, 0x0c, 0x25, 0x13, 0xdb, 0xb2, 0xaa, 0x49, 0x01, 0x74, 0xb4, - 0xc8, 0x88, 0x1c, 0x73, 0xdd, 0x83, 0x47, 0xc6, 0x96, 0x7b, 0xe8, 0x45, 0xc8, 0x7b, 0x95, 0x62, - 0x3c, 0xa2, 0xff, 0x73, 0x01, 0x34, 0x8f, 0x57, 0xf8, 0x6d, 0xdc, 0x53, 0x19, 0x84, 0xe4, 0x9a, - 0x90, 0x31, 0xb1, 0x35, 0xe8, 0x31, 0x90, 0xac, 0x7c, 0xe3, 0xd9, 0xd9, 0x0a, 0x45, 0x42, 0x1d, - 0xf4, 0x6c, 0x91, 0x0b, 0x0b, 0xf7, 0x21, 0xc3, 0x28, 0xa8, 0x00, 0xd9, 0x83, 0x9d, 0xbb, 0x3b, - 0xbb, 0x6f, 0xee, 0x54, 0x63, 0x08, 0x20, 0xb3, 0xd6, 0x68, 0x34, 0xf7, 0xda, 0xd5, 0x38, 0xca, - 0x43, 0x7a, 0x6d, 0x7d, 0x57, 0x6c, 0x57, 0x13, 0x84, 0x2c, 0x36, 0xef, 0x34, 0x1b, 0xed, 0x6a, - 0x12, 0x2d, 0x40, 0x89, 0x3d, 0x4b, 0x9b, 0xbb, 0xe2, 0xbd, 0xb5, 0x76, 0x35, 0xe5, 0x23, 0xed, - 0x37, 0x77, 0x36, 0x9a, 0x62, 0x35, 0x2d, 0x3c, 0x0f, 0xe7, 0x23, 0x4b, 0x4b, 0x0f, 0x6f, 0x8b, - 0xfb, 0xf0, 0x36, 0xe1, 0x17, 0x09, 0xa8, 0x47, 0xd7, 0x8b, 0xe8, 0x4e, 0x68, 0xe1, 0x37, 0xe6, - 0x28, 0x36, 0x43, 0xab, 0x47, 0x4f, 0x40, 0xd9, 0xc4, 0xc7, 0xd8, 0xee, 0x74, 0x59, 0xfd, 0xca, - 0x12, 0x66, 0x49, 0x2c, 0x71, 0x2a, 0x15, 0xb2, 0x18, 0xdb, 0xbb, 0xb8, 0x63, 0x4b, 0x2c, 0x16, - 0x31, 0xa7, 0xcb, 0x13, 0x36, 0x42, 0xdd, 0x67, 0x44, 0xe1, 0x9d, 0xb9, 0x6c, 0x99, 0x87, 0xb4, - 0xd8, 0x6c, 0x8b, 0x6f, 0x55, 0x93, 0x08, 0x41, 0x99, 0x3e, 0x4a, 0xfb, 0x3b, 0x6b, 0x7b, 0xfb, - 0xad, 0x5d, 0x62, 0xcb, 0x45, 0xa8, 0x38, 0xb6, 0x74, 0x88, 0x69, 0xe1, 0x0f, 0x09, 0x78, 0x34, - 0xa2, 0xda, 0x45, 0xb7, 0x01, 0xec, 0xa1, 0x64, 0xe2, 0x8e, 0x6e, 0x2a, 0xd1, 0x4e, 0xd6, 0x1e, - 0x8a, 0x94, 0x43, 0xcc, 0xdb, 0xfc, 0xc9, 0x9a, 0x00, 0xd3, 0xa2, 0x57, 0xb8, 0x52, 0xb2, 0x2a, - 0x67, 0xab, 0x5d, 0x1c, 0x83, 0x46, 0xe2, 0x0e, 0x51, 0x4c, 0x6d, 0x4b, 0x15, 0x53, 0x7e, 0x74, - 0x6f, 0x5c, 0x50, 0x99, 0xf1, 0x84, 0x64, 0xbe, 0x70, 0x92, 0x7e, 0xb8, 0x70, 0x22, 0xfc, 0x32, - 0xe9, 0x37, 0x6c, 0xb0, 0xb8, 0xdf, 0x85, 0x8c, 0x65, 0xcb, 0xf6, 0xc0, 0xe2, 0x0e, 0xf7, 0xe2, - 0xac, 0x9d, 0xc2, 0xaa, 0xf3, 0xb0, 0x4f, 0xc5, 0x45, 0xae, 0xe6, 0x3b, 0x7b, 0x5b, 0xc2, 0x2d, - 0x28, 0x07, 0x8d, 0x13, 0xbd, 0x65, 0xbc, 0x98, 0x93, 0x10, 0xde, 0xf6, 0xea, 0x2f, 0x1f, 0xb8, - 0xb8, 0x09, 0xe5, 0x50, 0xbb, 0x14, 0x1f, 0xed, 0xe7, 0x3d, 0x70, 0xd0, 0x6d, 0x85, 0xc4, 0xd2, - 0xa9, 0x7f, 0x28, 0xfc, 0x2a, 0x0e, 0x8f, 0x4d, 0x68, 0xa8, 0xd0, 0x1b, 0x21, 0x47, 0x78, 0x69, - 0x9e, 0x76, 0x6c, 0x95, 0xd1, 0x82, 0xae, 0x20, 0xdc, 0x84, 0xa2, 0x9f, 0x3e, 0x9b, 0x15, 0x7e, - 0x92, 0xf4, 0x92, 0x42, 0x10, 0xd7, 0xfc, 0xda, 0x2a, 0xd1, 0x90, 0x23, 0x26, 0xe6, 0x74, 0xc4, - 0xb1, 0xd5, 0x44, 0xf2, 0x9b, 0xab, 0x26, 0x52, 0x0f, 0x59, 0x4d, 0xf8, 0x77, 0x64, 0x3a, 0xb8, - 0x23, 0x47, 0x12, 0x7f, 0x66, 0x4c, 0xe2, 0x7f, 0x0b, 0xc0, 0x77, 0xca, 0xb8, 0x04, 0x69, 0x53, - 0x1f, 0x68, 0x0a, 0x75, 0x93, 0xb4, 0xc8, 0x06, 0xe8, 0x16, 0xa4, 0x89, 0xbb, 0x39, 0xc6, 0x1c, - 0x0d, 0xcd, 0xc4, 0x5d, 0x7c, 0x88, 0x32, 0xe3, 0x16, 0x54, 0x40, 0xa3, 0x87, 0x3d, 0x11, 0xaf, - 0x78, 0x35, 0xf8, 0x8a, 0xc7, 0x23, 0x8f, 0x8d, 0xc6, 0xbf, 0xea, 0x03, 0x48, 0x53, 0xf7, 0x20, - 0x05, 0x10, 0x3d, 0xb0, 0xe4, 0x1d, 0x35, 0x79, 0x46, 0x3f, 0x00, 0x90, 0x6d, 0xdb, 0x54, 0x8f, - 0x06, 0xde, 0x0b, 0x56, 0xc6, 0xbb, 0xd7, 0x9a, 0xc3, 0xb7, 0x7e, 0x81, 0xfb, 0xd9, 0x92, 0x27, - 0xea, 0xf3, 0x35, 0x9f, 0x42, 0x61, 0x07, 0xca, 0x41, 0x59, 0xa7, 0x07, 0x64, 0x73, 0x08, 0xf6, - 0x80, 0xac, 0xa5, 0xe7, 0x3d, 0xa0, 0xdb, 0x41, 0x26, 0xd9, 0xc1, 0x34, 0x1d, 0x08, 0xff, 0x8a, - 0x43, 0xd1, 0xef, 0x9d, 0xff, 0x6b, 0x6d, 0x94, 0xf0, 0x61, 0x1c, 0x72, 0xee, 0xe2, 0x23, 0x0e, - 0x86, 0x3d, 0xdb, 0x25, 0xfc, 0xc7, 0xa0, 0xec, 0xa4, 0x39, 0xe9, 0x9e, 0x5f, 0xbf, 0xec, 0x56, - 0x5c, 0x51, 0xa8, 0xb7, 0xdf, 0xd2, 0xce, 0xf9, 0x3d, 0x2f, 0x30, 0x7f, 0xce, 0xe7, 0x41, 0x4a, - 0x0d, 0xf4, 0x7f, 0x90, 0x91, 0x3b, 0x2e, 0xd6, 0x5f, 0x1e, 0x03, 0xfe, 0x3a, 0xac, 0xab, 0xed, - 0xe1, 0x1a, 0xe5, 0x14, 0xb9, 0x04, 0x9f, 0x55, 0xc2, 0x3d, 0xff, 0x7e, 0x8d, 0xe8, 0x65, 0x3c, - 0xc1, 0xb0, 0x59, 0x06, 0x38, 0xd8, 0xb9, 0xb7, 0xbb, 0xb1, 0xb5, 0xb9, 0xd5, 0xdc, 0xe0, 0x35, - 0xd7, 0xc6, 0x46, 0x73, 0xa3, 0x9a, 0x20, 0x7c, 0x62, 0xf3, 0xde, 0xee, 0x61, 0x73, 0xa3, 0x9a, - 0x14, 0x5e, 0x86, 0xbc, 0x1b, 0x7a, 0x50, 0x0d, 0xb2, 0xce, 0xb9, 0x45, 0x9c, 0x07, 0x00, 0x36, - 0xa4, 0x17, 0x1f, 0xf4, 0xf7, 0xf9, 0xe9, 0x6f, 0x52, 0x64, 0x03, 0x41, 0x81, 0x4a, 0x28, 0x6e, - 0xa1, 0x97, 0x21, 0x6b, 0x0c, 0x8e, 0x24, 0xc7, 0x69, 0x43, 0x57, 0x13, 0x1d, 0x28, 0x62, 0x70, - 0xd4, 0x53, 0x3b, 0x77, 0xf1, 0x99, 0x63, 0x26, 0x63, 0x70, 0x74, 0x97, 0xf9, 0x36, 0x7b, 0x4b, - 0xc2, 0xff, 0x96, 0x1f, 0xc5, 0x21, 0xe7, 0xec, 0x55, 0xf4, 0xff, 0x90, 0x77, 0x63, 0xa2, 0x7b, - 0x21, 0x26, 0x32, 0x98, 0x72, 0xfd, 0x9e, 0x08, 0xba, 0x06, 0x0b, 0x96, 0x7a, 0xa2, 0x39, 0x27, - 0x5c, 0x0c, 0xfb, 0x4b, 0xd0, 0x4d, 0x53, 0x61, 0x3f, 0x6c, 0x3b, 0x80, 0xd5, 0x9d, 0x54, 0x2e, - 0x59, 0x4d, 0xdd, 0x49, 0xe5, 0x52, 0xd5, 0x34, 0x49, 0x8b, 0xd5, 0x70, 0xe0, 0xf8, 0x36, 0x27, - 0x43, 0xca, 0xef, 0x50, 0x7e, 0x67, 0xbe, 0x19, 0x4a, 0xdf, 0xff, 0x8c, 0x43, 0xce, 0x39, 0x43, - 0x43, 0xcf, 0xfb, 0x42, 0x58, 0x79, 0x9c, 0xc7, 0x72, 0x46, 0xef, 0xd2, 0x45, 0x70, 0x49, 0x89, - 0xf9, 0x97, 0x14, 0x75, 0x73, 0xc6, 0x39, 0x87, 0x4b, 0xcd, 0x7d, 0x0e, 0xf7, 0x0c, 0x20, 0x5b, - 0xb7, 0xe5, 0x9e, 0x74, 0xaa, 0xdb, 0xaa, 0x76, 0x22, 0x31, 0x0f, 0x61, 0xd1, 0xa6, 0x4a, 0x7f, - 0x39, 0xa4, 0x3f, 0xec, 0xb9, 0xce, 0xe2, 0xb6, 0x87, 0xf3, 0xde, 0xa1, 0x38, 0x07, 0x19, 0xde, - 0x01, 0xb1, 0x4b, 0x14, 0x7c, 0x34, 0xf6, 0xc0, 0xb1, 0x0e, 0xb9, 0x3e, 0xb6, 0x65, 0x1a, 0x3a, - 0x59, 0xb6, 0x74, 0xc7, 0xd7, 0x5e, 0x82, 0x82, 0xef, 0x3a, 0x0b, 0x89, 0xa6, 0x3b, 0xcd, 0x37, - 0xab, 0xb1, 0x7a, 0xf6, 0xa3, 0x4f, 0x2e, 0x25, 0x77, 0xf0, 0xfb, 0x64, 0xa3, 0x89, 0xcd, 0x46, - 0xab, 0xd9, 0xb8, 0x5b, 0x8d, 0xd7, 0x0b, 0x1f, 0x7d, 0x72, 0x29, 0x2b, 0x62, 0x7a, 0x3e, 0x74, - 0xad, 0x05, 0x45, 0xff, 0x57, 0x09, 0x6e, 0x6a, 0x04, 0xe5, 0x8d, 0x83, 0xbd, 0xed, 0xad, 0xc6, - 0x5a, 0xbb, 0x29, 0x1d, 0xee, 0xb6, 0x9b, 0xd5, 0x38, 0x7a, 0x14, 0x16, 0xb7, 0xb7, 0x5e, 0x6f, - 0xb5, 0xa5, 0xc6, 0xf6, 0x56, 0x73, 0xa7, 0x2d, 0xad, 0xb5, 0xdb, 0x6b, 0x8d, 0xbb, 0xd5, 0xc4, - 0x8d, 0x5f, 0x17, 0xa0, 0xb2, 0xb6, 0xde, 0xd8, 0x22, 0x0d, 0xa0, 0xda, 0x91, 0x69, 0x88, 0x68, - 0x40, 0x8a, 0x22, 0xcd, 0x13, 0xaf, 0x26, 0xd7, 0x27, 0x9f, 0x1e, 0xa2, 0x4d, 0x48, 0x53, 0x10, - 0x1a, 0x4d, 0xbe, 0xab, 0x5c, 0x9f, 0x72, 0x9c, 0x48, 0x26, 0x43, 0x77, 0xd1, 0xc4, 0xcb, 0xcb, - 0xf5, 0xc9, 0xa7, 0x8b, 0x68, 0x1b, 0xb2, 0x0e, 0x46, 0x38, 0xed, 0x1a, 0x70, 0x7d, 0xea, 0x31, - 0x1d, 0x59, 0x1a, 0xc3, 0x72, 0x27, 0xdf, 0x6b, 0xae, 0x4f, 0x39, 0x77, 0x44, 0x5b, 0x90, 0xe1, - 0x30, 0xca, 0x94, 0x2b, 0xbd, 0xf5, 0x69, 0xc7, 0x6d, 0x48, 0x84, 0xbc, 0x87, 0x92, 0x4f, 0xbf, - 0xad, 0x5d, 0x9f, 0xe1, 0x48, 0x15, 0xdd, 0x87, 0x52, 0x10, 0x9a, 0x99, 0xed, 0xda, 0x70, 0x7d, - 0xc6, 0x83, 0x3d, 0xa2, 0x3f, 0x88, 0xd3, 0xcc, 0x76, 0x8d, 0xb8, 0x3e, 0xe3, 0x39, 0x1f, 0x7a, - 0x17, 0x16, 0x46, 0x71, 0x94, 0xd9, 0x6f, 0x15, 0xd7, 0xe7, 0x38, 0xf9, 0x43, 0x7d, 0x40, 0x63, - 0xf0, 0x97, 0x39, 0x2e, 0x19, 0xd7, 0xe7, 0x39, 0x08, 0x44, 0x0a, 0x54, 0xc2, 0x98, 0xc6, 0xac, - 0x97, 0x8e, 0xeb, 0x33, 0x1f, 0x0a, 0xb2, 0xb7, 0x04, 0x1b, 0xfc, 0x59, 0x2f, 0x21, 0xd7, 0x67, - 0x3e, 0x23, 0x44, 0x07, 0x00, 0xbe, 0x06, 0x75, 0x86, 0x4b, 0xc9, 0xf5, 0x59, 0x4e, 0x0b, 0x91, - 0x01, 0x8b, 0xe3, 0x1a, 0xd3, 0x79, 0xee, 0x28, 0xd7, 0xe7, 0x3a, 0x44, 0x24, 0xfe, 0x1c, 0x6c, - 0x31, 0x67, 0xbb, 0xb3, 0x5c, 0x9f, 0xf1, 0x34, 0x71, 0xbd, 0xf9, 0xe9, 0x17, 0xcb, 0xf1, 0xcf, - 0xbe, 0x58, 0x8e, 0xff, 0xf5, 0x8b, 0xe5, 0xf8, 0xc7, 0x5f, 0x2e, 0xc7, 0x3e, 0xfb, 0x72, 0x39, - 0xf6, 0xa7, 0x2f, 0x97, 0x63, 0xdf, 0x7b, 0xfa, 0x44, 0xb5, 0xbb, 0x83, 0xa3, 0xd5, 0x8e, 0xde, - 0xbf, 0xee, 0xff, 0xfb, 0xca, 0xb8, 0xbf, 0xd4, 0x1c, 0x65, 0x68, 0x36, 0xbd, 0xf9, 0x9f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x38, 0xbb, 0x5a, 0x36, 0x72, 0x33, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5b, 0x4b, 0x73, 0x23, 0xd5, + 0xf5, 0x97, 0x5a, 0xef, 0x23, 0xeb, 0xe1, 0x6b, 0x33, 0x68, 0xc4, 0x8c, 0x3d, 0xf4, 0x14, 0x30, + 0x33, 0x80, 0x87, 0xff, 0xcc, 0x7f, 0x60, 0x08, 0x10, 0xca, 0x96, 0x65, 0xe4, 0x19, 0x8f, 0x6d, + 0xda, 0xb2, 0x29, 0x12, 0x32, 0x4d, 0x4b, 0x7d, 0x6d, 0x35, 0x23, 0xa9, 0x9b, 0xee, 0x96, 0x91, + 0x59, 0x86, 0x62, 0x43, 0xa5, 0x2a, 0x6c, 0x52, 0x49, 0x16, 0xec, 0x92, 0xaa, 0x7c, 0x84, 0xac, + 0xb2, 0xca, 0x82, 0x45, 0x16, 0xac, 0x92, 0x54, 0x16, 0x24, 0x05, 0xbb, 0x7c, 0x81, 0xec, 0x48, + 0xea, 0x3e, 0xfa, 0x29, 0xb5, 0x1e, 0x0c, 0x50, 0xa9, 0x0a, 0x3b, 0xdd, 0xd3, 0xe7, 0x9c, 0xbe, + 0xf7, 0xf4, 0xb9, 0xe7, 0xf1, 0xbb, 0x57, 0xf0, 0x98, 0x8d, 0xfb, 0x2a, 0x36, 0x7b, 0x5a, 0xdf, + 0xbe, 0xae, 0xb4, 0xda, 0xda, 0x75, 0xfb, 0xcc, 0xc0, 0xd6, 0x9a, 0x61, 0xea, 0xb6, 0x8e, 0x4a, + 0xde, 0xc3, 0x35, 0xf2, 0xb0, 0x7a, 0xd1, 0xc7, 0xdd, 0x36, 0xcf, 0x0c, 0x5b, 0xbf, 0x6e, 0x98, + 0xba, 0x7e, 0xcc, 0xf8, 0xab, 0x17, 0x7c, 0x8f, 0xa9, 0x1e, 0xbf, 0xb6, 0xc0, 0x53, 0x2e, 0xfc, + 0x00, 0x9f, 0x39, 0x4f, 0x2f, 0x8e, 0xc8, 0x1a, 0x8a, 0xa9, 0xf4, 0x9c, 0xc7, 0xab, 0x27, 0xba, + 0x7e, 0xd2, 0xc5, 0xd7, 0xe9, 0xa8, 0x35, 0x38, 0xbe, 0x6e, 0x6b, 0x3d, 0x6c, 0xd9, 0x4a, 0xcf, + 0xe0, 0x0c, 0xcb, 0x27, 0xfa, 0x89, 0x4e, 0x7f, 0x5e, 0x27, 0xbf, 0x18, 0x55, 0xfc, 0x37, 0x40, + 0x46, 0xc2, 0xef, 0x0e, 0xb0, 0x65, 0xa3, 0x1b, 0x90, 0xc4, 0xed, 0x8e, 0x5e, 0x89, 0x5f, 0x8a, + 0x5f, 0xc9, 0xdf, 0xb8, 0xb0, 0x16, 0x5a, 0xdc, 0x1a, 0xe7, 0xab, 0xb7, 0x3b, 0x7a, 0x23, 0x26, + 0x51, 0x5e, 0x74, 0x0b, 0x52, 0xc7, 0xdd, 0x81, 0xd5, 0xa9, 0x08, 0x54, 0xe8, 0x62, 0x94, 0xd0, + 0x16, 0x61, 0x6a, 0xc4, 0x24, 0xc6, 0x4d, 0x5e, 0xa5, 0xf5, 0x8f, 0xf5, 0x4a, 0x62, 0xf2, 0xab, + 0xb6, 0xfb, 0xc7, 0xf4, 0x55, 0x84, 0x17, 0x6d, 0x00, 0x68, 0x7d, 0xcd, 0x96, 0xdb, 0x1d, 0x45, + 0xeb, 0x57, 0x92, 0x54, 0xf2, 0xf1, 0x68, 0x49, 0xcd, 0xae, 0x11, 0xc6, 0x46, 0x4c, 0xca, 0x69, + 0xce, 0x80, 0x4c, 0xf7, 0xdd, 0x01, 0x36, 0xcf, 0x2a, 0xa9, 0xc9, 0xd3, 0x7d, 0x9d, 0x30, 0x91, + 0xe9, 0x52, 0x6e, 0xb4, 0x0d, 0xf9, 0x16, 0x3e, 0xd1, 0xfa, 0x72, 0xab, 0xab, 0xb7, 0x1f, 0x54, + 0xd2, 0x54, 0x58, 0x8c, 0x12, 0xde, 0x20, 0xac, 0x1b, 0x84, 0x73, 0x43, 0xa8, 0xc4, 0x1b, 0x31, + 0x09, 0x5a, 0x2e, 0x05, 0xbd, 0x0c, 0xd9, 0x76, 0x07, 0xb7, 0x1f, 0xc8, 0xf6, 0xb0, 0x92, 0xa1, + 0x7a, 0x56, 0xa3, 0xf4, 0xd4, 0x08, 0x5f, 0x73, 0xd8, 0x88, 0x49, 0x99, 0x36, 0xfb, 0x89, 0xb6, + 0x00, 0x54, 0xdc, 0xd5, 0x4e, 0xb1, 0x49, 0xe4, 0xb3, 0x93, 0x6d, 0xb0, 0xc9, 0x38, 0x9b, 0x43, + 0x3e, 0x8d, 0x9c, 0xea, 0x10, 0x50, 0x0d, 0x72, 0xb8, 0xaf, 0xf2, 0xe5, 0xe4, 0xa8, 0x9a, 0x4b, + 0x91, 0xdf, 0xbb, 0xaf, 0xfa, 0x17, 0x93, 0xc5, 0x7c, 0x8c, 0x6e, 0x43, 0xba, 0xad, 0xf7, 0x7a, + 0x9a, 0x5d, 0x01, 0xaa, 0x61, 0x25, 0x72, 0x21, 0x94, 0xab, 0x11, 0x93, 0x38, 0x3f, 0xda, 0x85, + 0x62, 0x57, 0xb3, 0x6c, 0xd9, 0xea, 0x2b, 0x86, 0xd5, 0xd1, 0x6d, 0xab, 0x92, 0xa7, 0x1a, 0x9e, + 0x88, 0xd2, 0xb0, 0xa3, 0x59, 0xf6, 0x81, 0xc3, 0xdc, 0x88, 0x49, 0x85, 0xae, 0x9f, 0x40, 0xf4, + 0xe9, 0xc7, 0xc7, 0xd8, 0x74, 0x15, 0x56, 0x16, 0x26, 0xeb, 0xdb, 0x23, 0xdc, 0x8e, 0x3c, 0xd1, + 0xa7, 0xfb, 0x09, 0xe8, 0xc7, 0xb0, 0xd4, 0xd5, 0x15, 0xd5, 0x55, 0x27, 0xb7, 0x3b, 0x83, 0xfe, + 0x83, 0x4a, 0x81, 0x2a, 0xbd, 0x1a, 0x39, 0x49, 0x5d, 0x51, 0x1d, 0x15, 0x35, 0x22, 0xd0, 0x88, + 0x49, 0x8b, 0xdd, 0x30, 0x11, 0xdd, 0x87, 0x65, 0xc5, 0x30, 0xba, 0x67, 0x61, 0xed, 0x45, 0xaa, + 0xfd, 0x5a, 0x94, 0xf6, 0x75, 0x22, 0x13, 0x56, 0x8f, 0x94, 0x11, 0x2a, 0x6a, 0x42, 0xd9, 0x30, + 0xb1, 0xa1, 0x98, 0x58, 0x36, 0x4c, 0xdd, 0xd0, 0x2d, 0xa5, 0x5b, 0x29, 0x51, 0xdd, 0x4f, 0x45, + 0xe9, 0xde, 0x67, 0xfc, 0xfb, 0x9c, 0xbd, 0x11, 0x93, 0x4a, 0x46, 0x90, 0xc4, 0xb4, 0xea, 0x6d, + 0x6c, 0x59, 0x9e, 0xd6, 0xf2, 0x34, 0xad, 0x94, 0x3f, 0xa8, 0x35, 0x40, 0x42, 0x75, 0xc8, 0xe3, + 0x21, 0x11, 0x97, 0x4f, 0x75, 0x1b, 0x57, 0x16, 0x27, 0x6f, 0xac, 0x3a, 0x65, 0x3d, 0xd2, 0x6d, + 0x4c, 0x36, 0x15, 0x76, 0x47, 0x48, 0x81, 0x47, 0x4e, 0xb1, 0xa9, 0x1d, 0x9f, 0x51, 0x35, 0x32, + 0x7d, 0x62, 0x69, 0x7a, 0xbf, 0x82, 0xa8, 0xc2, 0xa7, 0xa3, 0x14, 0x1e, 0x51, 0x21, 0xa2, 0xa2, + 0xee, 0x88, 0x34, 0x62, 0xd2, 0xd2, 0xe9, 0x28, 0x99, 0xb8, 0xd8, 0xb1, 0xd6, 0x57, 0xba, 0xda, + 0xfb, 0x98, 0x6f, 0x9b, 0xa5, 0xc9, 0x2e, 0xb6, 0xc5, 0xb9, 0xe9, 0x5e, 0x21, 0x2e, 0x76, 0xec, + 0x27, 0x6c, 0x64, 0x20, 0x75, 0xaa, 0x74, 0x07, 0x58, 0x7c, 0x0a, 0xf2, 0xbe, 0xc0, 0x8a, 0x2a, + 0x90, 0xe9, 0x61, 0xcb, 0x52, 0x4e, 0x30, 0x8d, 0xc3, 0x39, 0xc9, 0x19, 0x8a, 0x45, 0x58, 0xf0, + 0x07, 0x53, 0xf1, 0xe3, 0xb8, 0x2b, 0x49, 0xe2, 0x24, 0x91, 0x3c, 0xc5, 0x26, 0x5d, 0x36, 0x97, + 0xe4, 0x43, 0x74, 0x19, 0x0a, 0x74, 0xca, 0xb2, 0xf3, 0x9c, 0x04, 0xeb, 0xa4, 0xb4, 0x40, 0x89, + 0x47, 0x9c, 0x69, 0x15, 0xf2, 0xc6, 0x0d, 0xc3, 0x65, 0x49, 0x50, 0x16, 0x30, 0x6e, 0x18, 0x0e, + 0xc3, 0xe3, 0xb0, 0x40, 0xd6, 0xe7, 0x72, 0x24, 0xe9, 0x4b, 0xf2, 0x84, 0xc6, 0x59, 0xc4, 0x3f, + 0x09, 0x50, 0x0e, 0x07, 0x60, 0x74, 0x1b, 0x92, 0x24, 0x17, 0xf1, 0xb4, 0x52, 0x5d, 0x63, 0x89, + 0x6a, 0xcd, 0x49, 0x54, 0x6b, 0x4d, 0x27, 0x51, 0x6d, 0x64, 0x3f, 0xfd, 0x7c, 0x35, 0xf6, 0xf1, + 0xdf, 0x57, 0xe3, 0x12, 0x95, 0x40, 0xe7, 0x49, 0xac, 0x54, 0xb4, 0xbe, 0xac, 0xa9, 0x74, 0xca, + 0x39, 0x12, 0x08, 0x15, 0xad, 0xbf, 0xad, 0xa2, 0x1d, 0x28, 0xb7, 0xf5, 0xbe, 0x85, 0xfb, 0xd6, + 0xc0, 0x92, 0x59, 0x22, 0xe4, 0xc9, 0x24, 0x10, 0x0e, 0x59, 0x7a, 0xad, 0x39, 0x9c, 0xfb, 0x94, + 0x51, 0x2a, 0xb5, 0x83, 0x04, 0x12, 0x56, 0x4f, 0x95, 0xae, 0xa6, 0x2a, 0xb6, 0x6e, 0x5a, 0x95, + 0xe4, 0xa5, 0xc4, 0xd8, 0x78, 0x78, 0xe4, 0xb0, 0x1c, 0x1a, 0xaa, 0x62, 0xe3, 0x8d, 0x24, 0x99, + 0xae, 0xe4, 0x93, 0x44, 0x4f, 0x42, 0x49, 0x31, 0x0c, 0xd9, 0xb2, 0x15, 0x1b, 0xcb, 0xad, 0x33, + 0x1b, 0x5b, 0x34, 0xd1, 0x2c, 0x48, 0x05, 0xc5, 0x30, 0x0e, 0x08, 0x75, 0x83, 0x10, 0xd1, 0x13, + 0x50, 0x24, 0x39, 0x49, 0x53, 0xba, 0x72, 0x07, 0x6b, 0x27, 0x1d, 0x9b, 0xa6, 0x94, 0x84, 0x54, + 0xe0, 0xd4, 0x06, 0x25, 0x8a, 0xaa, 0xfb, 0xc5, 0x69, 0x3e, 0x42, 0x08, 0x92, 0xaa, 0x62, 0x2b, + 0xd4, 0x92, 0x0b, 0x12, 0xfd, 0x4d, 0x68, 0x86, 0x62, 0x77, 0xb8, 0x7d, 0xe8, 0x6f, 0x74, 0x0e, + 0xd2, 0x5c, 0x6d, 0x82, 0xaa, 0xe5, 0x23, 0xb4, 0x0c, 0x29, 0xc3, 0xd4, 0x4f, 0x31, 0xfd, 0x74, + 0x59, 0x89, 0x0d, 0xc4, 0x0f, 0x04, 0x58, 0x1c, 0xc9, 0x5c, 0x44, 0x6f, 0x47, 0xb1, 0x3a, 0xce, + 0xbb, 0xc8, 0x6f, 0xf4, 0x3c, 0xd1, 0xab, 0xa8, 0xd8, 0xe4, 0xd9, 0xbe, 0x32, 0x6a, 0xea, 0x06, + 0x7d, 0xce, 0x4d, 0xc3, 0xb9, 0xd1, 0x5d, 0x28, 0x77, 0x15, 0xcb, 0x96, 0x59, 0xf4, 0x97, 0x7d, + 0x99, 0xff, 0xb1, 0x11, 0x23, 0xb3, 0x5c, 0x41, 0x1c, 0x9a, 0x2b, 0x29, 0x12, 0x51, 0x8f, 0x8a, + 0x0e, 0x61, 0xb9, 0x75, 0xf6, 0xbe, 0xd2, 0xb7, 0xb5, 0x3e, 0x96, 0x47, 0xbe, 0xda, 0x68, 0x29, + 0x71, 0x4f, 0xb3, 0x5a, 0xb8, 0xa3, 0x9c, 0x6a, 0xba, 0x33, 0xad, 0x25, 0x57, 0xde, 0xfd, 0xa2, + 0x96, 0x28, 0x41, 0x31, 0x98, 0x76, 0x51, 0x11, 0x04, 0x7b, 0xc8, 0xd7, 0x2f, 0xd8, 0x43, 0xf4, + 0x1c, 0x24, 0xc9, 0x1a, 0xe9, 0xda, 0x8b, 0x63, 0x5e, 0xc4, 0xe5, 0x9a, 0x67, 0x06, 0x96, 0x28, + 0xa7, 0x28, 0xba, 0xbb, 0xc1, 0x4d, 0xc5, 0x61, 0xad, 0xe2, 0x55, 0x28, 0x85, 0xf2, 0xac, 0xef, + 0xf3, 0xc5, 0xfd, 0x9f, 0x4f, 0x2c, 0x41, 0x21, 0x90, 0x50, 0xc5, 0x73, 0xb0, 0x3c, 0x2e, 0x3f, + 0x8a, 0x1d, 0x97, 0x1e, 0xc8, 0x73, 0xe8, 0x16, 0x64, 0xdd, 0x04, 0xc9, 0x76, 0xe3, 0xf9, 0x91, + 0x55, 0x38, 0xcc, 0x92, 0xcb, 0x4a, 0xb6, 0x21, 0xf1, 0x6a, 0xea, 0x0e, 0x02, 0x9d, 0x78, 0x46, + 0x31, 0x8c, 0x86, 0x62, 0x75, 0xc4, 0xb7, 0xa1, 0x12, 0x95, 0xfc, 0x42, 0xcb, 0x48, 0xba, 0x5e, + 0x78, 0x0e, 0xd2, 0xc7, 0xba, 0xd9, 0x53, 0x6c, 0xaa, 0xac, 0x20, 0xf1, 0x11, 0xf1, 0x4e, 0x96, + 0x08, 0x13, 0x94, 0xcc, 0x06, 0xa2, 0x0c, 0xe7, 0x23, 0x13, 0x20, 0x11, 0xd1, 0xfa, 0x2a, 0x66, + 0xf6, 0x2c, 0x48, 0x6c, 0xe0, 0x29, 0x62, 0x93, 0x65, 0x03, 0xf2, 0x5a, 0x8b, 0xae, 0x95, 0xea, + 0xcf, 0x49, 0x7c, 0x24, 0x7e, 0x25, 0xc0, 0xb9, 0xf1, 0x69, 0x10, 0x5d, 0x82, 0x85, 0x9e, 0x32, + 0x94, 0xed, 0x21, 0xdf, 0xcb, 0xec, 0x73, 0x40, 0x4f, 0x19, 0x36, 0x87, 0x6c, 0x23, 0x97, 0x21, + 0x61, 0x0f, 0xad, 0x8a, 0x70, 0x29, 0x71, 0x65, 0x41, 0x22, 0x3f, 0xd1, 0x21, 0x2c, 0x76, 0xf5, + 0xb6, 0xd2, 0x95, 0x7d, 0x1e, 0xcf, 0x9d, 0xfd, 0xf2, 0x88, 0xb1, 0x59, 0x42, 0xc3, 0xea, 0x88, + 0xd3, 0x97, 0xa8, 0x8e, 0x1d, 0xd7, 0xf3, 0xbf, 0x25, 0xaf, 0xf7, 0x7d, 0xa3, 0x54, 0x20, 0x52, + 0x38, 0x31, 0x3b, 0x3d, 0x77, 0xcc, 0x7e, 0x0e, 0x96, 0xfb, 0x78, 0x68, 0xfb, 0xe6, 0xc8, 0x1c, + 0x27, 0x43, 0xbf, 0x05, 0x22, 0xcf, 0xbc, 0xf7, 0x53, 0x1f, 0xfa, 0x75, 0xc2, 0xf7, 0x01, 0x82, + 0xe5, 0x01, 0x37, 0x6f, 0xdc, 0x33, 0xef, 0x01, 0x2c, 0xb3, 0xf2, 0x03, 0xab, 0x01, 0x0b, 0x0b, + 0xb3, 0x86, 0x13, 0xe4, 0x88, 0xcf, 0x60, 0xdc, 0xc4, 0xc3, 0x19, 0xd7, 0x09, 0xa1, 0x49, 0x5f, + 0x08, 0xfd, 0x2f, 0x30, 0x38, 0xba, 0x4a, 0x4b, 0x39, 0x62, 0x04, 0x53, 0x56, 0x54, 0xd5, 0xc4, + 0x96, 0x45, 0x5b, 0x89, 0x05, 0x5a, 0x9f, 0x51, 0xfa, 0x3a, 0x23, 0x8b, 0xaf, 0xba, 0xa9, 0xc1, + 0xab, 0xbd, 0xd0, 0x35, 0x48, 0xd2, 0x6a, 0x8d, 0x85, 0x90, 0x73, 0xa3, 0x49, 0x80, 0x70, 0x49, + 0x94, 0x47, 0x6c, 0x40, 0x35, 0xba, 0xd6, 0x9a, 0x4b, 0xd3, 0x2f, 0x12, 0x6e, 0x54, 0x0b, 0x94, + 0x56, 0x63, 0x9c, 0xe4, 0x75, 0x58, 0x52, 0x71, 0x5b, 0x53, 0xbf, 0xae, 0x8f, 0x2c, 0x72, 0xe9, + 0xef, 0x5d, 0x64, 0x06, 0x17, 0xf9, 0x4b, 0x1e, 0xb2, 0x12, 0xb6, 0x0c, 0x52, 0x52, 0xa1, 0x0d, + 0xc8, 0xe1, 0x61, 0x1b, 0x1b, 0xb6, 0x53, 0x85, 0x8e, 0xaf, 0xe6, 0x19, 0x77, 0xdd, 0xe1, 0x24, + 0xbd, 0xa9, 0x2b, 0x86, 0x6e, 0x72, 0x18, 0x22, 0x1a, 0x51, 0xe0, 0xe2, 0x7e, 0x1c, 0xe2, 0x79, + 0x07, 0x87, 0x48, 0x44, 0xb6, 0xa2, 0x4c, 0x2a, 0x04, 0x44, 0xdc, 0xe4, 0x40, 0x44, 0x72, 0xca, + 0xcb, 0x02, 0x48, 0x44, 0x2d, 0x80, 0x44, 0xa4, 0xa6, 0x2c, 0x33, 0x02, 0x8a, 0x78, 0xde, 0x81, + 0x22, 0xd2, 0x53, 0x66, 0x1c, 0xc2, 0x22, 0xee, 0x04, 0xb1, 0x88, 0x4c, 0x44, 0x6a, 0x71, 0xa4, + 0x27, 0x82, 0x11, 0xaf, 0xf8, 0xc0, 0x88, 0x6c, 0x24, 0x0a, 0xc0, 0x14, 0x8d, 0x41, 0x23, 0x5e, + 0x0b, 0xa0, 0x11, 0xb9, 0x29, 0x76, 0x98, 0x00, 0x47, 0x6c, 0xfa, 0xe1, 0x08, 0x88, 0x44, 0x35, + 0xf8, 0x77, 0x8f, 0xc2, 0x23, 0x5e, 0x74, 0xf1, 0x88, 0x7c, 0x24, 0xb0, 0xc2, 0xd7, 0x12, 0x06, + 0x24, 0xf6, 0x46, 0x00, 0x09, 0x06, 0x20, 0x3c, 0x19, 0xa9, 0x62, 0x0a, 0x22, 0xb1, 0x37, 0x82, + 0x48, 0x14, 0xa6, 0x28, 0x9c, 0x02, 0x49, 0xbc, 0x35, 0x1e, 0x92, 0x88, 0x06, 0x0d, 0xf8, 0x34, + 0x67, 0xc3, 0x24, 0xe4, 0x08, 0x4c, 0xa2, 0x14, 0xd9, 0x3f, 0x33, 0xf5, 0x33, 0x83, 0x12, 0x87, + 0x63, 0x40, 0x09, 0x06, 0x1f, 0x5c, 0x89, 0x54, 0x3e, 0x03, 0x2a, 0x71, 0x38, 0x06, 0x95, 0x58, + 0x9c, 0xaa, 0x76, 0x2a, 0x2c, 0xb1, 0x15, 0x84, 0x25, 0xd0, 0x94, 0x3d, 0x16, 0x89, 0x4b, 0xb4, + 0xa2, 0x70, 0x09, 0x86, 0x1d, 0x3c, 0x13, 0xa9, 0x71, 0x0e, 0x60, 0x62, 0x6f, 0x04, 0x98, 0x58, + 0x9e, 0xe2, 0x69, 0xb3, 0x22, 0x13, 0x57, 0x49, 0xf2, 0x0f, 0x85, 0x6a, 0x52, 0x5c, 0x63, 0xd3, + 0xd4, 0x4d, 0x8e, 0x31, 0xb0, 0x81, 0x78, 0x85, 0x74, 0xaa, 0x5e, 0x58, 0x9e, 0x80, 0x62, 0xd0, + 0x26, 0xc6, 0x17, 0x8a, 0xc5, 0xdf, 0xc7, 0x3d, 0x59, 0xda, 0xe0, 0xf9, 0xbb, 0xdc, 0x1c, 0xef, + 0x72, 0x7d, 0xd8, 0x86, 0x10, 0xc4, 0x36, 0x56, 0x21, 0x4f, 0x9a, 0x93, 0x10, 0x6c, 0xa1, 0x18, + 0x2e, 0x6c, 0x71, 0x0d, 0x16, 0x69, 0x11, 0xc0, 0x10, 0x10, 0x9e, 0x59, 0x93, 0x34, 0xb3, 0x96, + 0xc8, 0x03, 0x66, 0x05, 0x96, 0x62, 0x9f, 0x85, 0x25, 0x1f, 0xaf, 0xdb, 0xf4, 0xb0, 0x1e, 0xbe, + 0xec, 0x72, 0xaf, 0xf3, 0xee, 0xe7, 0x8f, 0x71, 0xcf, 0x42, 0x1e, 0xde, 0x31, 0x0e, 0x9a, 0x88, + 0x7f, 0x43, 0xd0, 0x84, 0xf0, 0xb5, 0xa1, 0x09, 0x7f, 0x13, 0x97, 0x08, 0x36, 0x71, 0xff, 0x8a, + 0x7b, 0xdf, 0xc4, 0x05, 0x1a, 0xda, 0xba, 0x8a, 0x79, 0x5b, 0x45, 0x7f, 0x93, 0x32, 0xab, 0xab, + 0x9f, 0xf0, 0xe6, 0x89, 0xfc, 0x24, 0x5c, 0x6e, 0xee, 0xcc, 0xf1, 0xd4, 0xe8, 0x76, 0x64, 0xac, + 0x76, 0xe1, 0x1d, 0x59, 0x19, 0x12, 0x0f, 0x30, 0xcb, 0x74, 0x0b, 0x12, 0xf9, 0x49, 0xf8, 0xa8, + 0x93, 0xf1, 0x1a, 0x84, 0x0d, 0xd0, 0x6d, 0xc8, 0xd1, 0xe3, 0x12, 0x59, 0x37, 0x2c, 0x9e, 0x90, + 0x02, 0xe5, 0x1a, 0x3b, 0x15, 0x59, 0xdb, 0x27, 0x3c, 0x7b, 0x86, 0x25, 0x65, 0x0d, 0xfe, 0xcb, + 0x57, 0x34, 0xe5, 0x02, 0x45, 0xd3, 0x05, 0xc8, 0x91, 0xd9, 0x5b, 0x86, 0xd2, 0xc6, 0x34, 0xb3, + 0xe4, 0x24, 0x8f, 0x20, 0xde, 0x07, 0x34, 0x9a, 0x27, 0x51, 0x03, 0xd2, 0xf8, 0x14, 0xf7, 0x6d, + 0x56, 0x53, 0x86, 0xea, 0x52, 0xd6, 0xb7, 0x91, 0xc7, 0x1b, 0x15, 0x62, 0xe4, 0x7f, 0x7e, 0xbe, + 0x5a, 0x66, 0xdc, 0xcf, 0xe8, 0x3d, 0xcd, 0xc6, 0x3d, 0xc3, 0x3e, 0x93, 0xb8, 0xbc, 0xf8, 0x37, + 0x81, 0x74, 0xf7, 0x81, 0xfc, 0x39, 0xd6, 0xb6, 0x8e, 0xcb, 0x0b, 0x3e, 0x60, 0x67, 0x36, 0x7b, + 0x5f, 0x04, 0x38, 0x51, 0x2c, 0xf9, 0x3d, 0xa5, 0x6f, 0x63, 0x95, 0x1b, 0x3d, 0x77, 0xa2, 0x58, + 0x6f, 0x50, 0x02, 0xf9, 0xea, 0xe4, 0xf1, 0xc0, 0xc2, 0x2a, 0x87, 0x98, 0x32, 0x27, 0x8a, 0x75, + 0x68, 0x61, 0xd5, 0xb7, 0xca, 0xcc, 0xc3, 0xad, 0x32, 0x68, 0xe3, 0x6c, 0xc8, 0xc6, 0xbe, 0xbe, + 0x3b, 0xe7, 0xef, 0xbb, 0x51, 0x15, 0xb2, 0x86, 0xa9, 0xe9, 0xa6, 0x66, 0x9f, 0xd1, 0x0f, 0x93, + 0x90, 0xdc, 0x31, 0xba, 0x0c, 0x85, 0x1e, 0xee, 0x19, 0xba, 0xde, 0x95, 0x59, 0xb0, 0xc9, 0x53, + 0xd1, 0x05, 0x4e, 0xac, 0xd3, 0x98, 0xf3, 0xa1, 0xe0, 0xed, 0x3e, 0x0f, 0x5f, 0xf9, 0x66, 0xcd, + 0xbb, 0x32, 0xc6, 0xbc, 0x3e, 0x0a, 0x59, 0x44, 0xc8, 0xbe, 0xee, 0xf8, 0xbb, 0x32, 0xb0, 0xf8, + 0x33, 0x0a, 0xba, 0x06, 0x6b, 0x23, 0x74, 0x00, 0x8b, 0xee, 0xe6, 0x97, 0x07, 0x34, 0x28, 0x38, + 0xee, 0x3c, 0x6b, 0xf4, 0x28, 0x9f, 0x06, 0xc9, 0x16, 0x7a, 0x13, 0x1e, 0x0d, 0x45, 0x36, 0x57, + 0xb5, 0x30, 0x6b, 0x80, 0x7b, 0x24, 0x18, 0xe0, 0x1c, 0xd5, 0x9e, 0xb1, 0x12, 0x0f, 0xb9, 0xe7, + 0xb6, 0xa1, 0x18, 0x2c, 0xf3, 0xc6, 0x7e, 0xfe, 0xcb, 0x50, 0x30, 0xb1, 0xad, 0x68, 0x7d, 0x39, + 0x80, 0x94, 0x2e, 0x30, 0x22, 0xc7, 0x5f, 0xf7, 0xe1, 0x91, 0xb1, 0xe5, 0x1e, 0x7a, 0x01, 0x72, + 0x5e, 0xa5, 0xc8, 0xac, 0x3a, 0x01, 0x49, 0xf3, 0x78, 0xc5, 0x3f, 0xc4, 0x3d, 0x95, 0x41, 0x6c, + 0xae, 0x0e, 0x69, 0x13, 0x5b, 0x83, 0x2e, 0x43, 0xcb, 0x8a, 0x37, 0x9e, 0x9d, 0xad, 0x50, 0x24, + 0xd4, 0x41, 0xd7, 0x96, 0xb8, 0xb0, 0x78, 0x1f, 0xd2, 0x8c, 0x82, 0xf2, 0x90, 0x39, 0xdc, 0xbd, + 0xbb, 0xbb, 0xf7, 0xc6, 0x6e, 0x39, 0x86, 0x00, 0xd2, 0xeb, 0xb5, 0x5a, 0x7d, 0xbf, 0x59, 0x8e, + 0xa3, 0x1c, 0xa4, 0xd6, 0x37, 0xf6, 0xa4, 0x66, 0x59, 0x20, 0x64, 0xa9, 0x7e, 0xa7, 0x5e, 0x6b, + 0x96, 0x13, 0x68, 0x11, 0x0a, 0xec, 0xb7, 0xbc, 0xb5, 0x27, 0xdd, 0x5b, 0x6f, 0x96, 0x93, 0x3e, + 0xd2, 0x41, 0x7d, 0x77, 0xb3, 0x2e, 0x95, 0x53, 0xe2, 0xff, 0xc1, 0xf9, 0xc8, 0xd2, 0xd2, 0x03, + 0xde, 0xe2, 0x3e, 0xe0, 0x4d, 0xfc, 0x95, 0x00, 0xd5, 0xe8, 0x7a, 0x11, 0xdd, 0x09, 0x2d, 0xfc, + 0xc6, 0x1c, 0xc5, 0x66, 0x68, 0xf5, 0xe8, 0x09, 0x28, 0x9a, 0xf8, 0x18, 0xdb, 0xed, 0x0e, 0xab, + 0x5f, 0x59, 0xc2, 0x2c, 0x48, 0x05, 0x4e, 0xa5, 0x42, 0x16, 0x63, 0x7b, 0x07, 0xb7, 0x6d, 0x99, + 0xc5, 0x22, 0xe6, 0x74, 0x39, 0xc2, 0x46, 0xa8, 0x07, 0x8c, 0x28, 0xbe, 0x3d, 0x97, 0x2d, 0x73, + 0x90, 0x92, 0xea, 0x4d, 0xe9, 0xcd, 0x72, 0x02, 0x21, 0x28, 0xd2, 0x9f, 0xf2, 0xc1, 0xee, 0xfa, + 0xfe, 0x41, 0x63, 0x8f, 0xd8, 0x72, 0x09, 0x4a, 0x8e, 0x2d, 0x1d, 0x62, 0x4a, 0xfc, 0xb3, 0x00, + 0x8f, 0x46, 0x54, 0xbb, 0xe8, 0x36, 0x80, 0x3d, 0x94, 0x4d, 0xdc, 0xd6, 0x4d, 0x35, 0xda, 0xc9, + 0x9a, 0x43, 0x89, 0x72, 0x48, 0x39, 0x9b, 0xff, 0xb2, 0x26, 0xe0, 0xb5, 0xe8, 0x65, 0xae, 0x94, + 0xac, 0xca, 0xd9, 0x6a, 0x17, 0xc7, 0xc0, 0x92, 0xb8, 0x4d, 0x14, 0x53, 0xdb, 0x52, 0xc5, 0x94, + 0x1f, 0xdd, 0x1b, 0x17, 0x54, 0x66, 0x3c, 0x2d, 0x99, 0x2f, 0x9c, 0xa4, 0x1e, 0x2e, 0x9c, 0x88, + 0xbf, 0x49, 0xf8, 0x0d, 0x1b, 0x2c, 0xee, 0xf7, 0x20, 0x6d, 0xd9, 0x8a, 0x3d, 0xb0, 0xb8, 0xc3, + 0xbd, 0x30, 0x6b, 0xa7, 0xb0, 0xe6, 0xfc, 0x38, 0xa0, 0xe2, 0x12, 0x57, 0xf3, 0xbd, 0xbd, 0x2d, + 0xf1, 0x16, 0x14, 0x83, 0xc6, 0x89, 0xde, 0x32, 0x5e, 0xcc, 0x11, 0xc4, 0xb7, 0xbc, 0xfa, 0xcb, + 0x87, 0x2f, 0x6e, 0x41, 0x31, 0xd4, 0x2e, 0xc5, 0x47, 0xfb, 0x79, 0x0f, 0x1f, 0x74, 0x5b, 0x21, + 0xa9, 0x70, 0xea, 0x1f, 0x8a, 0xbf, 0x8d, 0xc3, 0x63, 0x13, 0x1a, 0x2a, 0xf4, 0x7a, 0xc8, 0x11, + 0x5e, 0x9c, 0xa7, 0x1d, 0x5b, 0x63, 0xb4, 0xa0, 0x2b, 0x88, 0x37, 0x61, 0xc1, 0x4f, 0x9f, 0xcd, + 0x0a, 0x3f, 0x4f, 0x78, 0x49, 0x21, 0x08, 0x6d, 0x7e, 0x63, 0x95, 0x68, 0xc8, 0x11, 0x85, 0x39, + 0x1d, 0x71, 0x6c, 0x35, 0x91, 0xf8, 0xf6, 0xaa, 0x89, 0xe4, 0x43, 0x56, 0x13, 0xfe, 0x1d, 0x99, + 0x0a, 0xee, 0xc8, 0x91, 0xc4, 0x9f, 0x1e, 0x93, 0xf8, 0xdf, 0x04, 0xf0, 0x9d, 0x38, 0x2e, 0x43, + 0xca, 0xd4, 0x07, 0x7d, 0x95, 0xba, 0x49, 0x4a, 0x62, 0x03, 0x74, 0x0b, 0x52, 0xc4, 0xdd, 0x1c, + 0x63, 0x8e, 0x86, 0x66, 0xe2, 0x2e, 0x3e, 0x50, 0x99, 0x71, 0x8b, 0x1a, 0xa0, 0xd1, 0x53, 0x9f, + 0x88, 0x57, 0xbc, 0x12, 0x7c, 0xc5, 0xe3, 0x91, 0xe7, 0x47, 0xe3, 0x5f, 0xf5, 0x3e, 0xa4, 0xa8, + 0x7b, 0x90, 0x02, 0x88, 0x9e, 0x5c, 0xf2, 0x8e, 0x9a, 0xfc, 0x46, 0x3f, 0x01, 0x50, 0x6c, 0xdb, + 0xd4, 0x5a, 0x03, 0xef, 0x05, 0xab, 0xe3, 0xdd, 0x6b, 0xdd, 0xe1, 0xdb, 0xb8, 0xc0, 0xfd, 0x6c, + 0xd9, 0x13, 0xf5, 0xf9, 0x9a, 0x4f, 0xa1, 0xb8, 0x0b, 0xc5, 0xa0, 0xac, 0xd3, 0x03, 0xb2, 0x39, + 0x04, 0x7b, 0x40, 0xd6, 0xd2, 0xf3, 0x1e, 0xd0, 0xed, 0x20, 0x13, 0xec, 0x90, 0x9a, 0x0e, 0xc4, + 0xaf, 0xe2, 0xb0, 0xe0, 0xf7, 0xce, 0xff, 0xb5, 0x36, 0x4a, 0xfc, 0x30, 0x0e, 0x59, 0x77, 0xf1, + 0x11, 0x27, 0xc4, 0x9e, 0xed, 0x04, 0xff, 0x79, 0x28, 0x3b, 0x72, 0x4e, 0xb8, 0x07, 0xd9, 0x2f, + 0xb9, 0x15, 0x57, 0x14, 0xea, 0xed, 0xb7, 0xb4, 0x73, 0x96, 0xcf, 0x0b, 0xcc, 0x5f, 0xf2, 0x79, + 0x90, 0x52, 0x03, 0xfd, 0x00, 0xd2, 0x4a, 0xdb, 0xc5, 0xfa, 0x8b, 0x63, 0xc0, 0x5f, 0x87, 0x75, + 0xad, 0x39, 0x5c, 0xa7, 0x9c, 0x12, 0x97, 0xe0, 0xb3, 0x12, 0xdc, 0x83, 0xf0, 0x57, 0x89, 0x5e, + 0xc6, 0x13, 0x0c, 0x9b, 0x45, 0x80, 0xc3, 0xdd, 0x7b, 0x7b, 0x9b, 0xdb, 0x5b, 0xdb, 0xf5, 0x4d, + 0x5e, 0x73, 0x6d, 0x6e, 0xd6, 0x37, 0xcb, 0x02, 0xe1, 0x93, 0xea, 0xf7, 0xf6, 0x8e, 0xea, 0x9b, + 0xe5, 0x84, 0xf8, 0x12, 0xe4, 0xdc, 0xd0, 0x83, 0x2a, 0x90, 0x71, 0xce, 0x2d, 0xe2, 0x3c, 0x00, + 0xb0, 0x21, 0xbd, 0x04, 0xa1, 0xbf, 0xc7, 0x8f, 0x81, 0x13, 0x12, 0x1b, 0x88, 0x2a, 0x94, 0x42, + 0x71, 0x0b, 0xbd, 0x04, 0x19, 0x63, 0xd0, 0x92, 0x1d, 0xa7, 0x0d, 0x9d, 0xf2, 0x38, 0x50, 0xc4, + 0xa0, 0xd5, 0xd5, 0xda, 0x77, 0xf1, 0x99, 0x63, 0x26, 0x63, 0xd0, 0xba, 0xcb, 0x7c, 0x9b, 0xbd, + 0x45, 0xf0, 0xbf, 0xe5, 0xa7, 0x71, 0xc8, 0x3a, 0x7b, 0x15, 0xfd, 0x10, 0x72, 0x6e, 0x4c, 0x74, + 0x2f, 0xc7, 0x44, 0x06, 0x53, 0xae, 0xdf, 0x13, 0x41, 0xd7, 0x60, 0xd1, 0xd2, 0x4e, 0xfa, 0xce, + 0x21, 0x17, 0xc3, 0xfe, 0x04, 0xba, 0x69, 0x4a, 0xec, 0xc1, 0x8e, 0x03, 0x58, 0xdd, 0x49, 0x66, + 0x13, 0xe5, 0xe4, 0x9d, 0x64, 0x36, 0x59, 0x4e, 0x91, 0xb4, 0x58, 0x0e, 0x07, 0x8e, 0xef, 0x72, + 0x32, 0xa4, 0xfc, 0x0e, 0xe5, 0x77, 0xe6, 0x9b, 0xa1, 0xf4, 0xfd, 0x81, 0x00, 0x79, 0xdf, 0x31, + 0x1a, 0xfa, 0x7f, 0x5f, 0x14, 0x2b, 0x8e, 0xc9, 0x3b, 0x3e, 0x5e, 0xef, 0x0e, 0x46, 0x70, 0x61, + 0xc2, 0xfc, 0x0b, 0x8b, 0xba, 0x4b, 0xe3, 0x9c, 0xc6, 0x25, 0xe7, 0x3e, 0x8d, 0x7b, 0x06, 0x90, + 0xad, 0xdb, 0x4a, 0x57, 0x3e, 0xd5, 0x6d, 0xad, 0x7f, 0x22, 0x33, 0x3f, 0x61, 0x31, 0xa7, 0x4c, + 0x9f, 0x1c, 0xd1, 0x07, 0xfb, 0xae, 0xcb, 0xb8, 0x4d, 0xe2, 0xbc, 0x57, 0x2a, 0xce, 0x41, 0x9a, + 0xf7, 0x41, 0xec, 0x4e, 0x05, 0x1f, 0x8d, 0x3d, 0x76, 0xac, 0x42, 0xb6, 0x87, 0x6d, 0x85, 0x06, + 0x50, 0x96, 0x33, 0xdd, 0xf1, 0xb5, 0x17, 0x21, 0xef, 0xbb, 0xdd, 0x42, 0x62, 0xea, 0x6e, 0xfd, + 0x8d, 0x72, 0xac, 0x9a, 0xf9, 0xe8, 0x93, 0x4b, 0x89, 0x5d, 0xfc, 0x1e, 0xd9, 0x6e, 0x52, 0xbd, + 0xd6, 0xa8, 0xd7, 0xee, 0x96, 0xe3, 0xd5, 0xfc, 0x47, 0x9f, 0x5c, 0xca, 0x48, 0x98, 0x9e, 0x12, + 0x5d, 0xbb, 0x0b, 0xa5, 0xd0, 0x87, 0x09, 0xee, 0x6e, 0x04, 0xc5, 0xcd, 0xc3, 0xfd, 0x9d, 0xed, + 0xda, 0x7a, 0xb3, 0x2e, 0x1f, 0xed, 0x35, 0xeb, 0xe5, 0x38, 0x7a, 0x14, 0x96, 0x76, 0xb6, 0x5f, + 0x6b, 0x34, 0xe5, 0xda, 0xce, 0x76, 0x7d, 0xb7, 0x29, 0xaf, 0x37, 0x9b, 0xeb, 0xb5, 0xbb, 0x65, + 0xe1, 0xc6, 0xef, 0xf2, 0x50, 0x5a, 0xdf, 0xa8, 0x6d, 0x93, 0x4e, 0x50, 0x6b, 0x2b, 0x34, 0x56, + 0xd4, 0x20, 0x49, 0x21, 0xe7, 0x89, 0xf7, 0x95, 0xab, 0x93, 0x8f, 0x11, 0xd1, 0x16, 0xa4, 0x28, + 0x1a, 0x8d, 0x26, 0x5f, 0x60, 0xae, 0x4e, 0x39, 0x57, 0x24, 0x93, 0xa1, 0xdb, 0x69, 0xe2, 0x8d, + 0xe6, 0xea, 0xe4, 0x63, 0x46, 0xb4, 0x03, 0x19, 0x07, 0x2c, 0x9c, 0x76, 0x37, 0xb8, 0x3a, 0xf5, + 0xbc, 0x8e, 0x2c, 0x8d, 0x81, 0xba, 0x93, 0x2f, 0x3b, 0x57, 0xa7, 0x1c, 0x40, 0xa2, 0x6d, 0x48, + 0x73, 0x3c, 0x65, 0xca, 0x3d, 0xdf, 0xea, 0xb4, 0x73, 0x37, 0x24, 0x41, 0xce, 0x83, 0xcb, 0xa7, + 0x5f, 0xe1, 0xae, 0xce, 0x70, 0xb6, 0x8a, 0xee, 0x43, 0x21, 0x88, 0xd1, 0xcc, 0x76, 0x97, 0xb8, + 0x3a, 0xe3, 0x09, 0x1f, 0xd1, 0x1f, 0x04, 0x6c, 0x66, 0xbb, 0x5b, 0x5c, 0x9d, 0xf1, 0xc0, 0x0f, + 0xbd, 0x03, 0x8b, 0xa3, 0x80, 0xca, 0xec, 0x57, 0x8d, 0xab, 0x73, 0x1c, 0x01, 0xa2, 0x1e, 0xa0, + 0x31, 0x40, 0xcc, 0x1c, 0x37, 0x8f, 0xab, 0xf3, 0x9c, 0x08, 0x22, 0x15, 0x4a, 0x61, 0x70, 0x63, + 0xd6, 0x9b, 0xc8, 0xd5, 0x99, 0x4f, 0x07, 0xd9, 0x5b, 0x82, 0x9d, 0xfe, 0xac, 0x37, 0x93, 0xab, + 0x33, 0x1f, 0x16, 0xa2, 0x43, 0x00, 0x5f, 0xa7, 0x3a, 0xc3, 0x4d, 0xe5, 0xea, 0x2c, 0xc7, 0x86, + 0xc8, 0x80, 0xa5, 0x71, 0x1d, 0xea, 0x3c, 0x17, 0x97, 0xab, 0x73, 0x9d, 0x26, 0x12, 0x7f, 0x0e, + 0xf6, 0x9a, 0xb3, 0x5d, 0x64, 0xae, 0xce, 0x78, 0xac, 0xb8, 0x51, 0xff, 0xf4, 0x8b, 0x95, 0xf8, + 0x67, 0x5f, 0xac, 0xc4, 0xff, 0xf1, 0xc5, 0x4a, 0xfc, 0xe3, 0x2f, 0x57, 0x62, 0x9f, 0x7d, 0xb9, + 0x12, 0xfb, 0xeb, 0x97, 0x2b, 0xb1, 0x1f, 0x3d, 0x7d, 0xa2, 0xd9, 0x9d, 0x41, 0x6b, 0xad, 0xad, + 0xf7, 0xae, 0xfb, 0xff, 0xd3, 0x32, 0xee, 0x7f, 0x36, 0xad, 0x34, 0x4d, 0xa8, 0x37, 0xff, 0x13, + 0x00, 0x00, 0xff, 0xff, 0x7d, 0x8f, 0x6e, 0x29, 0x87, 0x33, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -8367,7 +8367,7 @@ func (m *ExtendedVoteInfo) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *Evidence) Marshal() (dAtA []byte, err error) { +func (m *Misbehavior) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) n, err := m.MarshalToSizedBuffer(dAtA[:size]) @@ -8377,12 +8377,12 @@ func (m *Evidence) Marshal() (dAtA []byte, err error) { return dAtA[:n], nil } -func (m *Evidence) MarshalTo(dAtA []byte) (int, error) { +func (m *Misbehavior) MarshalTo(dAtA []byte) (int, error) { size := m.Size() return m.MarshalToSizedBuffer(dAtA[:size]) } -func (m *Evidence) MarshalToSizedBuffer(dAtA []byte) (int, error) { +func (m *Misbehavior) MarshalToSizedBuffer(dAtA []byte) (int, error) { i := len(dAtA) _ = i var l int @@ -10039,7 +10039,7 @@ func (m *ExtendedVoteInfo) Size() (n int) { return n } -func (m *Evidence) Size() (n int) { +func (m *Misbehavior) Size() (n int) { if m == nil { return 0 } @@ -11643,7 +11643,7 @@ func (m *RequestBeginBlock) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.ByzantineValidators = append(m.ByzantineValidators, Evidence{}) + m.ByzantineValidators = append(m.ByzantineValidators, Misbehavior{}) if err := m.ByzantineValidators[len(m.ByzantineValidators)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } @@ -12529,7 +12529,7 @@ func (m *RequestPrepareProposal) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.ByzantineValidators = append(m.ByzantineValidators, Evidence{}) + m.ByzantineValidators = append(m.ByzantineValidators, Misbehavior{}) if err := m.ByzantineValidators[len(m.ByzantineValidators)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } @@ -12764,7 +12764,7 @@ func (m *RequestProcessProposal) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.ByzantineValidators = append(m.ByzantineValidators, Evidence{}) + m.ByzantineValidators = append(m.ByzantineValidators, Misbehavior{}) if err := m.ByzantineValidators[len(m.ByzantineValidators)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } @@ -13239,7 +13239,7 @@ func (m *RequestFinalizeBlock) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.ByzantineValidators = append(m.ByzantineValidators, Evidence{}) + m.ByzantineValidators = append(m.ByzantineValidators, Misbehavior{}) if err := m.ByzantineValidators[len(m.ByzantineValidators)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } @@ -18665,7 +18665,7 @@ func (m *ExtendedVoteInfo) Unmarshal(dAtA []byte) error { } return nil } -func (m *Evidence) Unmarshal(dAtA []byte) error { +func (m *Misbehavior) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 for iNdEx < l { @@ -18688,10 +18688,10 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { fieldNum := int32(wire >> 3) wireType := int(wire & 0x7) if wireType == 4 { - return fmt.Errorf("proto: Evidence: wiretype end group for non-group") + return fmt.Errorf("proto: Misbehavior: wiretype end group for non-group") } if fieldNum <= 0 { - return fmt.Errorf("proto: Evidence: illegal tag %d (wire type %d)", fieldNum, wire) + return fmt.Errorf("proto: Misbehavior: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { case 1: @@ -18708,7 +18708,7 @@ func (m *Evidence) Unmarshal(dAtA []byte) error { } b := dAtA[iNdEx] iNdEx++ - m.Type |= EvidenceType(b&0x7F) << shift + m.Type |= MisbehaviorType(b&0x7F) << shift if b < 0x80 { break } diff --git a/internal/state/execution_test.go b/internal/state/execution_test.go index 6d0539bc8..b90bd2718 100644 --- a/internal/state/execution_test.go +++ b/internal/state/execution_test.go @@ -216,16 +216,16 @@ func TestFinalizeBlockByzantineValidators(t *testing.T) { ev := []types.Evidence{dve, lcae} - abciEv := []abci.Evidence{ + abciMb := []abci.Misbehavior{ { - Type: abci.EvidenceType_DUPLICATE_VOTE, + Type: abci.MisbehaviorType_DUPLICATE_VOTE, Height: 3, Time: defaultEvidenceTime, Validator: types.TM2PB.Validator(state.Validators.Validators[0]), TotalVotingPower: 10, }, { - Type: abci.EvidenceType_LIGHT_CLIENT_ATTACK, + Type: abci.MisbehaviorType_LIGHT_CLIENT_ATTACK, Height: 8, Time: defaultEvidenceTime, Validator: types.TM2PB.Validator(state.Validators.Validators[0]), @@ -268,7 +268,7 @@ func TestFinalizeBlockByzantineValidators(t *testing.T) { require.NoError(t, err) // TODO check state and mempool - assert.Equal(t, abciEv, app.ByzantineValidators) + assert.Equal(t, abciMb, app.ByzantineValidators) } func TestProcessProposal(t *testing.T) { diff --git a/internal/state/helpers_test.go b/internal/state/helpers_test.go index 6e97abccb..1a926a91f 100644 --- a/internal/state/helpers_test.go +++ b/internal/state/helpers_test.go @@ -270,7 +270,7 @@ type testApp struct { abci.BaseApplication CommitVotes []abci.VoteInfo - ByzantineValidators []abci.Evidence + ByzantineValidators []abci.Misbehavior ValidatorUpdates []abci.ValidatorUpdate } diff --git a/internal/state/validation_test.go b/internal/state/validation_test.go index 5e164f447..4fd0b49bd 100644 --- a/internal/state/validation_test.go +++ b/internal/state/validation_test.go @@ -292,7 +292,7 @@ func TestValidateBlockEvidence(t *testing.T) { evpool.On("CheckEvidence", ctx, mock.AnythingOfType("types.EvidenceList")).Return(nil) evpool.On("Update", ctx, mock.AnythingOfType("state.State"), mock.AnythingOfType("types.EvidenceList")).Return() evpool.On("ABCIEvidence", mock.AnythingOfType("int64"), mock.AnythingOfType("[]types.Evidence")).Return( - []abci.Evidence{}) + []abci.Misbehavior{}) eventBus := eventbus.NewDefault(logger) require.NoError(t, eventBus.Start(ctx)) diff --git a/types/evidence.go b/types/evidence.go index 1ea53d9b5..c8ea967cf 100644 --- a/types/evidence.go +++ b/types/evidence.go @@ -23,13 +23,13 @@ import ( // Evidence represents any provable malicious activity by a validator. // Verification logic for each evidence is part of the evidence module. type Evidence interface { - ABCI() []abci.Evidence // forms individual evidence to be sent to the application - Bytes() []byte // bytes which comprise the evidence - Hash() []byte // hash of the evidence - Height() int64 // height of the infraction - String() string // string format of the evidence - Time() time.Time // time of the infraction - ValidateBasic() error // basic consistency check + ABCI() []abci.Misbehavior // forms individual evidence to be sent to the application + Bytes() []byte // bytes which comprise the evidence + Hash() []byte // hash of the evidence + Height() int64 // height of the infraction + String() string // string format of the evidence + Time() time.Time // time of the infraction + ValidateBasic() error // basic consistency check // Implementations must support tagged encoding in JSON. jsontypes.Tagged @@ -87,9 +87,9 @@ func NewDuplicateVoteEvidence(vote1, vote2 *Vote, blockTime time.Time, valSet *V } // ABCI returns the application relevant representation of the evidence -func (dve *DuplicateVoteEvidence) ABCI() []abci.Evidence { - return []abci.Evidence{{ - Type: abci.EvidenceType_DUPLICATE_VOTE, +func (dve *DuplicateVoteEvidence) ABCI() []abci.Misbehavior { + return []abci.Misbehavior{{ + Type: abci.MisbehaviorType_DUPLICATE_VOTE, Validator: abci.Validator{ Address: dve.VoteA.ValidatorAddress, Power: dve.ValidatorPower, @@ -257,12 +257,12 @@ func (*LightClientAttackEvidence) TypeTag() string { return "tendermint/LightCli var _ Evidence = &LightClientAttackEvidence{} -// ABCI forms an array of abci evidence for each byzantine validator -func (l *LightClientAttackEvidence) ABCI() []abci.Evidence { - abciEv := make([]abci.Evidence, len(l.ByzantineValidators)) +// ABCI forms an array of abci.Misbehavior for each byzantine validator +func (l *LightClientAttackEvidence) ABCI() []abci.Misbehavior { + abciEv := make([]abci.Misbehavior, len(l.ByzantineValidators)) for idx, val := range l.ByzantineValidators { - abciEv[idx] = abci.Evidence{ - Type: abci.EvidenceType_LIGHT_CLIENT_ATTACK, + abciEv[idx] = abci.Misbehavior{ + Type: abci.MisbehaviorType_LIGHT_CLIENT_ATTACK, Validator: TM2PB.Validator(val), Height: l.Height(), Time: l.Timestamp, @@ -683,8 +683,8 @@ func (evl EvidenceList) Has(evidence Evidence) bool { // ToABCI converts the evidence list to a slice of the ABCI protobuf messages // for use when communicating the evidence to an application. -func (evl EvidenceList) ToABCI() []abci.Evidence { - var el []abci.Evidence +func (evl EvidenceList) ToABCI() []abci.Misbehavior { + var el []abci.Misbehavior for _, e := range evl { el = append(el, e.ABCI()...) }