Compare commits

...

2 Commits

Author SHA1 Message Date
Sergio Mena
ff8fd2731d Fix execution.go 2022-04-05 11:09:35 +02:00
Sergio Mena
05dd2f8519 Remove header -- only needed fields 2022-04-05 11:09:35 +02:00
3 changed files with 377 additions and 231 deletions

View File

@@ -761,9 +761,12 @@ func (m *RequestQuery) GetProve() bool {
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 LastCommitInfo `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"`
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"`
ProposerAddress []byte `protobuf:"bytes,8,opt,name=proposer_address,json=proposerAddress,proto3" json:"proposer_address,omitempty"`
}
func (m *RequestBeginBlock) Reset() { *m = RequestBeginBlock{} }
@@ -806,13 +809,6 @@ func (m *RequestBeginBlock) GetHash() []byte {
return nil
}
func (m *RequestBeginBlock) GetHeader() types1.Header {
if m != nil {
return m.Header
}
return types1.Header{}
}
func (m *RequestBeginBlock) GetLastCommitInfo() LastCommitInfo {
if m != nil {
return m.LastCommitInfo
@@ -827,6 +823,34 @@ func (m *RequestBeginBlock) GetByzantineValidators() []Evidence {
return nil
}
func (m *RequestBeginBlock) GetHeight() int64 {
if m != nil {
return m.Height
}
return 0
}
func (m *RequestBeginBlock) GetTime() time.Time {
if m != nil {
return m.Time
}
return time.Time{}
}
func (m *RequestBeginBlock) GetNextValidatorsHash() []byte {
if m != nil {
return m.NextValidatorsHash
}
return nil
}
func (m *RequestBeginBlock) GetProposerAddress() []byte {
if m != nil {
return m.ProposerAddress
}
return nil
}
type RequestCheckTx struct {
Tx []byte `protobuf:"bytes,1,opt,name=tx,proto3" json:"tx,omitempty"`
Type CheckTxType `protobuf:"varint,2,opt,name=type,proto3,enum=tendermint.abci.CheckTxType" json:"type,omitempty"`
@@ -3199,179 +3223,181 @@ func init() {
func init() { proto.RegisterFile("tendermint/abci/types.proto", fileDescriptor_252557cfdd89a31a) }
var fileDescriptor_252557cfdd89a31a = []byte{
// 2741 bytes of a gzipped FileDescriptorProto
// 2769 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x4b, 0x73, 0x1b, 0xc7,
0x11, 0xc6, 0xfb, 0xd1, 0x24, 0x1e, 0x1c, 0xd1, 0x12, 0xb4, 0x92, 0x48, 0x79, 0x55, 0x72, 0x2c,
0xd9, 0x26, 0x63, 0xaa, 0xa4, 0x48, 0xb1, 0x13, 0x9b, 0x80, 0x20, 0x83, 0x26, 0x4d, 0x30, 0x4b,
0x48, 0xce, 0xcb, 0x5a, 0x2f, 0xb0, 0x43, 0x60, 0x2d, 0x60, 0x77, 0x8d, 0x1d, 0x50, 0xa4, 0x8f,
0x71, 0x72, 0x51, 0x2e, 0xce, 0x2d, 0x17, 0xff, 0x8f, 0x9c, 0x72, 0xc9, 0xc5, 0x55, 0xb9, 0xf8,
0x98, 0x93, 0x93, 0x92, 0x2a, 0x97, 0xfc, 0x81, 0x9c, 0x52, 0x49, 0xcd, 0x63, 0x5f, 0x00, 0x16,
0x00, 0xed, 0xdc, 0x7c, 0x9b, 0x99, 0xed, 0xee, 0xc5, 0xf4, 0x4e, 0x7f, 0xfd, 0x75, 0x0f, 0xe0,
0x12, 0xc1, 0xa6, 0x8e, 0x87, 0x03, 0xc3, 0x24, 0x9b, 0x5a, 0xbb, 0x63, 0x6c, 0x92, 0x53, 0x1b,
0x3b, 0x1b, 0xf6, 0xd0, 0x22, 0x16, 0x2a, 0xf9, 0x0f, 0x37, 0xe8, 0x43, 0xe9, 0x4a, 0x40, 0xba,
0x33, 0x3c, 0xb5, 0x89, 0xb5, 0x69, 0x0f, 0x2d, 0xeb, 0x88, 0xcb, 0x4b, 0x97, 0x03, 0x8f, 0x99,
0x9d, 0xa0, 0xb5, 0xd0, 0x53, 0xa1, 0xfc, 0x04, 0x9f, 0xba, 0x4f, 0xaf, 0x4c, 0xe8, 0xda, 0xda,
0x50, 0x1b, 0xb8, 0x8f, 0xd7, 0xbb, 0x96, 0xd5, 0xed, 0xe3, 0x4d, 0x36, 0x6b, 0x8f, 0x8e, 0x36,
0x89, 0x31, 0xc0, 0x0e, 0xd1, 0x06, 0xb6, 0x10, 0x58, 0xed, 0x5a, 0x5d, 0x8b, 0x0d, 0x37, 0xe9,
0x88, 0xaf, 0xca, 0x7f, 0xc8, 0x41, 0x56, 0xc1, 0x9f, 0x8e, 0xb0, 0x43, 0xd0, 0x16, 0xa4, 0x70,
0xa7, 0x67, 0x55, 0xe2, 0x57, 0xe3, 0xaf, 0x2e, 0x6d, 0x5d, 0xde, 0x18, 0xdb, 0xdc, 0x86, 0x90,
0xab, 0x77, 0x7a, 0x56, 0x23, 0xa6, 0x30, 0x59, 0x74, 0x1b, 0xd2, 0x47, 0xfd, 0x91, 0xd3, 0xab,
0x24, 0x98, 0xd2, 0x95, 0x28, 0xa5, 0x07, 0x54, 0xa8, 0x11, 0x53, 0xb8, 0x34, 0x7d, 0x95, 0x61,
0x1e, 0x59, 0x95, 0xe4, 0xec, 0x57, 0xed, 0x98, 0x47, 0xec, 0x55, 0x54, 0x16, 0x55, 0x01, 0x1c,
0x4c, 0x54, 0xcb, 0x26, 0x86, 0x65, 0x56, 0x52, 0x4c, 0xf3, 0xe5, 0x28, 0xcd, 0x43, 0x4c, 0x9a,
0x4c, 0xb0, 0x11, 0x53, 0xf2, 0x8e, 0x3b, 0xa1, 0x36, 0x0c, 0xd3, 0x20, 0x6a, 0xa7, 0xa7, 0x19,
0x66, 0x25, 0x3d, 0xdb, 0xc6, 0x8e, 0x69, 0x90, 0x1a, 0x15, 0xa4, 0x36, 0x0c, 0x77, 0x42, 0xb7,
0xfc, 0xe9, 0x08, 0x0f, 0x4f, 0x2b, 0x99, 0xd9, 0x5b, 0xfe, 0x19, 0x15, 0xa2, 0x5b, 0x66, 0xd2,
0xa8, 0x0e, 0x4b, 0x6d, 0xdc, 0x35, 0x4c, 0xb5, 0xdd, 0xb7, 0x3a, 0x4f, 0x2a, 0x59, 0xa6, 0x2c,
0x47, 0x29, 0x57, 0xa9, 0x68, 0x95, 0x4a, 0x36, 0x62, 0x0a, 0xb4, 0xbd, 0x19, 0x7a, 0x1b, 0x72,
0x9d, 0x1e, 0xee, 0x3c, 0x51, 0xc9, 0x49, 0x25, 0xc7, 0x6c, 0xac, 0x47, 0xd9, 0xa8, 0x51, 0xb9,
0xd6, 0x49, 0x23, 0xa6, 0x64, 0x3b, 0x7c, 0x48, 0xf7, 0xaf, 0xe3, 0xbe, 0x71, 0x8c, 0x87, 0x54,
0x3f, 0x3f, 0x7b, 0xff, 0xf7, 0xb9, 0x24, 0xb3, 0x90, 0xd7, 0xdd, 0x09, 0x7a, 0x07, 0xf2, 0xd8,
0xd4, 0xc5, 0x36, 0x80, 0x99, 0xb8, 0x1a, 0x79, 0x56, 0x4c, 0xdd, 0xdd, 0x44, 0x0e, 0x8b, 0x31,
0xba, 0x0b, 0x99, 0x8e, 0x35, 0x18, 0x18, 0xa4, 0xb2, 0xc4, 0xb4, 0xd7, 0x22, 0x37, 0xc0, 0xa4,
0x1a, 0x31, 0x45, 0xc8, 0xa3, 0x7d, 0x28, 0xf6, 0x0d, 0x87, 0xa8, 0x8e, 0xa9, 0xd9, 0x4e, 0xcf,
0x22, 0x4e, 0x65, 0x99, 0x59, 0xb8, 0x1e, 0x65, 0x61, 0xcf, 0x70, 0xc8, 0xa1, 0x2b, 0xdc, 0x88,
0x29, 0x85, 0x7e, 0x70, 0x81, 0xda, 0xb3, 0x8e, 0x8e, 0xf0, 0xd0, 0x33, 0x58, 0x29, 0xcc, 0xb6,
0xd7, 0xa4, 0xd2, 0xae, 0x3e, 0xb5, 0x67, 0x05, 0x17, 0xd0, 0xaf, 0xe0, 0x5c, 0xdf, 0xd2, 0x74,
0xcf, 0x9c, 0xda, 0xe9, 0x8d, 0xcc, 0x27, 0x95, 0x22, 0x33, 0x7a, 0x23, 0xf2, 0x47, 0x5a, 0x9a,
0xee, 0x9a, 0xa8, 0x51, 0x85, 0x46, 0x4c, 0x59, 0xe9, 0x8f, 0x2f, 0xa2, 0xc7, 0xb0, 0xaa, 0xd9,
0x76, 0xff, 0x74, 0xdc, 0x7a, 0x89, 0x59, 0xbf, 0x19, 0x65, 0x7d, 0x9b, 0xea, 0x8c, 0x9b, 0x47,
0xda, 0xc4, 0x6a, 0x35, 0x0b, 0xe9, 0x63, 0xad, 0x3f, 0xc2, 0xf2, 0x0f, 0x60, 0x29, 0x10, 0xea,
0xa8, 0x02, 0xd9, 0x01, 0x76, 0x1c, 0xad, 0x8b, 0x19, 0x32, 0xe4, 0x15, 0x77, 0x2a, 0x17, 0x61,
0x39, 0x18, 0xde, 0xf2, 0xc0, 0x53, 0xa4, 0x81, 0x4b, 0x15, 0x8f, 0xf1, 0xd0, 0xa1, 0xd1, 0x2a,
0x14, 0xc5, 0x14, 0x5d, 0x83, 0x02, 0x3b, 0x3e, 0xaa, 0xfb, 0x9c, 0xa2, 0x47, 0x4a, 0x59, 0x66,
0x8b, 0x8f, 0x84, 0xd0, 0x3a, 0x2c, 0xd9, 0x5b, 0xb6, 0x27, 0x92, 0x64, 0x22, 0x60, 0x6f, 0xd9,
0x42, 0x40, 0xfe, 0x31, 0x94, 0xc7, 0xa3, 0x1d, 0x95, 0x21, 0xf9, 0x04, 0x9f, 0x8a, 0xf7, 0xd1,
0x21, 0x5a, 0x15, 0xdb, 0x62, 0xef, 0xc8, 0x2b, 0x62, 0x8f, 0x7f, 0x4d, 0x78, 0xca, 0x5e, 0x98,
0xa3, 0xbb, 0x90, 0xa2, 0xa8, 0x29, 0x00, 0x50, 0xda, 0xe0, 0x90, 0xba, 0xe1, 0x42, 0xea, 0x46,
0xcb, 0x85, 0xd4, 0x6a, 0xee, 0xab, 0x6f, 0xd6, 0x63, 0x5f, 0xfc, 0x7d, 0x3d, 0xae, 0x30, 0x0d,
0x74, 0x91, 0x46, 0xa5, 0x66, 0x98, 0xaa, 0xa1, 0x8b, 0xf7, 0x64, 0xd9, 0x7c, 0x47, 0x47, 0xbb,
0x50, 0xee, 0x58, 0xa6, 0x83, 0x4d, 0x67, 0xe4, 0xa8, 0x1c, 0xb2, 0x05, 0xec, 0x4d, 0x46, 0x4d,
0xcd, 0x15, 0x3c, 0x60, 0x72, 0x4a, 0xa9, 0x13, 0x5e, 0x40, 0x0f, 0x00, 0x8e, 0xb5, 0xbe, 0xa1,
0x6b, 0xc4, 0x1a, 0x3a, 0x95, 0xd4, 0xd5, 0xe4, 0x54, 0x33, 0x8f, 0x5c, 0x91, 0x87, 0xb6, 0xae,
0x11, 0x5c, 0x4d, 0xd1, 0x5f, 0xab, 0x04, 0x34, 0xd1, 0x2b, 0x50, 0xd2, 0x6c, 0x5b, 0x75, 0x88,
0x46, 0xb0, 0xda, 0x3e, 0x25, 0xd8, 0x61, 0x60, 0xb8, 0xac, 0x14, 0x34, 0xdb, 0x3e, 0xa4, 0xab,
0x55, 0xba, 0x88, 0xae, 0x43, 0x91, 0x02, 0x9f, 0xa1, 0xf5, 0xd5, 0x1e, 0x36, 0xba, 0x3d, 0xc2,
0x40, 0x2f, 0xa9, 0x14, 0xc4, 0x6a, 0x83, 0x2d, 0xca, 0xba, 0x77, 0x10, 0x18, 0xe8, 0x21, 0x04,
0x29, 0x5d, 0x23, 0x1a, 0x73, 0xe4, 0xb2, 0xc2, 0xc6, 0x74, 0xcd, 0xd6, 0x48, 0x4f, 0xb8, 0x87,
0x8d, 0xd1, 0x79, 0xc8, 0x08, 0xb3, 0x49, 0x66, 0x56, 0xcc, 0xe8, 0x37, 0xb3, 0x87, 0xd6, 0x31,
0x66, 0x28, 0x9f, 0x53, 0xf8, 0x44, 0xfe, 0x6d, 0x02, 0x56, 0x26, 0xe0, 0x91, 0xda, 0xed, 0x69,
0x4e, 0xcf, 0x7d, 0x17, 0x1d, 0xa3, 0x3b, 0xd4, 0xae, 0xa6, 0xe3, 0xa1, 0x48, 0x4b, 0x95, 0xa0,
0x8b, 0x78, 0xca, 0x6d, 0xb0, 0xe7, 0xc2, 0x35, 0x42, 0x1a, 0x35, 0xa1, 0xdc, 0xd7, 0x1c, 0xa2,
0x72, 0xb8, 0x51, 0x03, 0x29, 0x6a, 0x12, 0x64, 0xf7, 0x34, 0x17, 0xa0, 0xe8, 0x61, 0x17, 0x86,
0x8a, 0xfd, 0xd0, 0x2a, 0x52, 0x60, 0xb5, 0x7d, 0xfa, 0x99, 0x66, 0x12, 0xc3, 0xc4, 0xea, 0xc4,
0x97, 0xbb, 0x38, 0x61, 0xb4, 0x7e, 0x6c, 0xe8, 0xd8, 0xec, 0xb8, 0x9f, 0xec, 0x9c, 0xa7, 0xec,
0x7d, 0x52, 0x47, 0x56, 0xa0, 0x18, 0x06, 0x78, 0x54, 0x84, 0x04, 0x39, 0x11, 0x0e, 0x48, 0x90,
0x13, 0xf4, 0x43, 0x48, 0xd1, 0x4d, 0xb2, 0xcd, 0x17, 0xa7, 0x64, 0x57, 0xa1, 0xd7, 0x3a, 0xb5,
0xb1, 0xc2, 0x24, 0x65, 0xd9, 0x8b, 0x06, 0x0f, 0xf4, 0xc7, 0xad, 0xca, 0x37, 0xa0, 0x34, 0x86,
0xea, 0x81, 0xef, 0x17, 0x0f, 0x7e, 0x3f, 0xb9, 0x04, 0x85, 0x10, 0x84, 0xcb, 0xe7, 0x61, 0x75,
0x1a, 0x22, 0xcb, 0x3d, 0x6f, 0x3d, 0x84, 0xac, 0xe8, 0x36, 0xe4, 0x3c, 0x48, 0xe6, 0xd1, 0x38,
0xe9, 0x2b, 0x57, 0x58, 0xf1, 0x44, 0x69, 0x18, 0xd2, 0x63, 0xcd, 0xce, 0x43, 0x82, 0xfd, 0xf0,
0xac, 0x66, 0xdb, 0x0d, 0xcd, 0xe9, 0xc9, 0x1f, 0x43, 0x25, 0x0a, 0x6e, 0xc7, 0xb6, 0x91, 0xf2,
0x8e, 0xe1, 0x79, 0xc8, 0x1c, 0x59, 0xc3, 0x81, 0x46, 0x98, 0xb1, 0x82, 0x22, 0x66, 0xf4, 0x78,
0x72, 0xe8, 0x4d, 0xb2, 0x65, 0x3e, 0x91, 0x55, 0xb8, 0x18, 0x09, 0xb9, 0x54, 0xc5, 0x30, 0x75,
0xcc, 0xfd, 0x59, 0x50, 0xf8, 0xc4, 0x37, 0xc4, 0x7f, 0x2c, 0x9f, 0xd0, 0xd7, 0x3a, 0x6c, 0xaf,
0xcc, 0x7e, 0x5e, 0x11, 0x33, 0xf9, 0x9f, 0x39, 0xc8, 0x29, 0xd8, 0xb1, 0x29, 0x26, 0xa0, 0x2a,
0xe4, 0xf1, 0x49, 0x07, 0x73, 0x32, 0x14, 0x8f, 0x24, 0x13, 0x5c, 0xba, 0xee, 0x4a, 0xd2, 0x4c,
0xee, 0xa9, 0xa1, 0x5b, 0x82, 0xf0, 0x45, 0x73, 0x37, 0xa1, 0x1e, 0x64, 0x7c, 0x77, 0x5c, 0xc6,
0x97, 0x8c, 0x4c, 0xde, 0x5c, 0x6b, 0x8c, 0xf2, 0xdd, 0x12, 0x94, 0x2f, 0x35, 0xe7, 0x65, 0x21,
0xce, 0x57, 0x0b, 0x71, 0xbe, 0xf4, 0x9c, 0x6d, 0x46, 0x90, 0xbe, 0x5a, 0x88, 0xf4, 0x65, 0xe6,
0x18, 0x89, 0x60, 0x7d, 0x77, 0x5c, 0xd6, 0x97, 0x9d, 0xb3, 0xed, 0x31, 0xda, 0xf7, 0x20, 0x4c,
0xfb, 0x38, 0x65, 0xbb, 0x16, 0xa9, 0x1d, 0xc9, 0xfb, 0x7e, 0x12, 0xe0, 0x7d, 0xf9, 0x48, 0xd2,
0xc5, 0x8d, 0x4c, 0x21, 0x7e, 0xb5, 0x10, 0xf1, 0x83, 0x39, 0x3e, 0x88, 0x60, 0x7e, 0xef, 0x06,
0x99, 0xdf, 0x52, 0x24, 0x79, 0x14, 0x87, 0x66, 0x1a, 0xf5, 0xbb, 0xe7, 0x51, 0xbf, 0xe5, 0x48,
0xee, 0x2a, 0xf6, 0x30, 0xce, 0xfd, 0x9a, 0x13, 0xdc, 0x8f, 0x73, 0xb5, 0x57, 0x22, 0x4d, 0xcc,
0x21, 0x7f, 0xcd, 0x09, 0xf2, 0x57, 0x9c, 0x63, 0x70, 0x0e, 0xfb, 0xfb, 0xf5, 0x74, 0xf6, 0x17,
0xcd, 0xcf, 0xc4, 0xcf, 0x5c, 0x8c, 0xfe, 0xa9, 0x11, 0xf4, 0xaf, 0xcc, 0xcc, 0xbf, 0x16, 0x69,
0xfe, 0xec, 0xfc, 0xef, 0x06, 0x4d, 0xb3, 0x63, 0xc0, 0x41, 0xa1, 0x0a, 0x0f, 0x87, 0xd6, 0x50,
0x50, 0x2b, 0x3e, 0x91, 0x5f, 0xa5, 0x89, 0xdf, 0x07, 0x89, 0x19, 0x5c, 0x91, 0xa5, 0x84, 0x00,
0x30, 0xc8, 0x7f, 0x8a, 0xfb, 0xba, 0x2c, 0x57, 0x06, 0x49, 0x43, 0x5e, 0x90, 0x86, 0x00, 0x85,
0x4c, 0x84, 0x29, 0xe4, 0x3a, 0x2c, 0x51, 0xa8, 0x1f, 0x63, 0x87, 0x9a, 0xed, 0xb2, 0x43, 0x74,
0x13, 0x56, 0x58, 0x2e, 0xe7, 0x44, 0x53, 0xe0, 0x7b, 0x8a, 0xa5, 0xa9, 0x12, 0x7d, 0xc0, 0x0f,
0x27, 0x07, 0xfa, 0x37, 0xe0, 0x5c, 0x40, 0xd6, 0x4b, 0x21, 0x9c, 0x12, 0x95, 0x3d, 0xe9, 0x6d,
0x91, 0x4b, 0x3e, 0xf0, 0x1d, 0xe4, 0x33, 0x4f, 0x04, 0xa9, 0x8e, 0xa5, 0x63, 0x01, 0xf0, 0x6c,
0x4c, 0xd9, 0x68, 0xdf, 0xea, 0x0a, 0x18, 0xa7, 0x43, 0x2a, 0xe5, 0xa1, 0x60, 0x9e, 0x83, 0x9c,
0xfc, 0x97, 0xb8, 0x6f, 0xcf, 0x27, 0xa3, 0xd3, 0x78, 0x63, 0xfc, 0xff, 0xc3, 0x1b, 0x13, 0xdf,
0x9a, 0x37, 0x06, 0x13, 0x6c, 0x32, 0x9c, 0x60, 0xff, 0x1d, 0xf7, 0xbf, 0xb0, 0xc7, 0x02, 0xbf,
0x9d, 0x47, 0xfc, 0x6c, 0x99, 0x66, 0xdf, 0x4b, 0x64, 0x4b, 0xc1, 0xed, 0x33, 0xec, 0xbd, 0x61,
0x6e, 0x9f, 0xe5, 0xf9, 0x93, 0x4d, 0xd0, 0x5d, 0xc8, 0xb3, 0xa6, 0x8b, 0x6a, 0xd9, 0x8e, 0x00,
0xdc, 0x4b, 0xc1, 0xbd, 0xf2, 0xde, 0xca, 0xc6, 0x01, 0x95, 0x69, 0xda, 0x8e, 0x92, 0xb3, 0xc5,
0x28, 0x40, 0x04, 0xf2, 0x21, 0x3e, 0x7a, 0x19, 0xf2, 0xf4, 0xd7, 0x3b, 0xb6, 0xd6, 0xc1, 0x0c,
0x3c, 0xf3, 0x8a, 0xbf, 0x20, 0x3f, 0x06, 0x34, 0x09, 0xdf, 0xa8, 0x01, 0x19, 0x7c, 0x8c, 0x4d,
0x42, 0xbf, 0x1a, 0x75, 0xf7, 0xf9, 0x29, 0x64, 0x0f, 0x9b, 0xa4, 0x5a, 0xa1, 0x4e, 0xfe, 0xd7,
0x37, 0xeb, 0x65, 0x2e, 0xfd, 0xba, 0x35, 0x30, 0x08, 0x1e, 0xd8, 0xe4, 0x54, 0x11, 0xfa, 0xf2,
0xe7, 0x09, 0xca, 0xbc, 0x42, 0xd0, 0x3e, 0xd5, 0xb7, 0x6e, 0x00, 0x25, 0x02, 0xac, 0x7b, 0x31,
0x7f, 0xaf, 0x01, 0x74, 0x35, 0x47, 0x7d, 0xaa, 0x99, 0x04, 0xeb, 0xc2, 0xe9, 0x81, 0x15, 0x24,
0x41, 0x8e, 0xce, 0x46, 0x0e, 0xd6, 0x45, 0x01, 0xe0, 0xcd, 0x03, 0xfb, 0xcc, 0x7e, 0xb7, 0x7d,
0x86, 0xbd, 0x9c, 0x1b, 0xf7, 0xf2, 0xef, 0x12, 0x7e, 0x94, 0xf8, 0x24, 0xf5, 0xfb, 0xe7, 0x87,
0xdf, 0xb3, 0xca, 0x35, 0x9c, 0x63, 0xd1, 0x21, 0xac, 0x78, 0x51, 0xaa, 0x8e, 0x58, 0xf4, 0xba,
0xe7, 0x6e, 0xd1, 0x30, 0x2f, 0x1f, 0x87, 0x97, 0x1d, 0xf4, 0x73, 0xb8, 0x30, 0x86, 0x40, 0x9e,
0xe9, 0xc4, 0x82, 0x40, 0xf4, 0x52, 0x18, 0x88, 0x5c, 0xcb, 0xbe, 0xaf, 0x92, 0xdf, 0x31, 0x36,
0x76, 0x68, 0x31, 0x14, 0x64, 0x0c, 0x53, 0xbf, 0xfe, 0x35, 0x28, 0x0c, 0x31, 0xa1, 0xf5, 0x79,
0xa8, 0xdc, 0x5c, 0xe6, 0x8b, 0xa2, 0x88, 0x3d, 0x80, 0x97, 0xa6, 0x32, 0x07, 0xf4, 0x23, 0xc8,
0xfb, 0xa4, 0x23, 0x1e, 0x51, 0xb9, 0x79, 0xd5, 0x88, 0x2f, 0x2b, 0xff, 0x39, 0xee, 0x9b, 0x0c,
0xd7, 0x37, 0x75, 0xc8, 0x0c, 0xb1, 0x33, 0xea, 0xf3, 0x8a, 0xa3, 0xb8, 0xf5, 0xc6, 0x62, 0x9c,
0x83, 0xae, 0x8e, 0xfa, 0x44, 0x11, 0xca, 0xf2, 0x63, 0xc8, 0xf0, 0x15, 0xb4, 0x04, 0xd9, 0x87,
0xfb, 0xbb, 0xfb, 0xcd, 0x0f, 0xf7, 0xcb, 0x31, 0x04, 0x90, 0xd9, 0xae, 0xd5, 0xea, 0x07, 0xad,
0x72, 0x1c, 0xe5, 0x21, 0xbd, 0x5d, 0x6d, 0x2a, 0xad, 0x72, 0x82, 0x2e, 0x2b, 0xf5, 0xf7, 0xeb,
0xb5, 0x56, 0x39, 0x89, 0x56, 0xa0, 0xc0, 0xc7, 0xea, 0x83, 0xa6, 0xf2, 0xc1, 0x76, 0xab, 0x9c,
0x0a, 0x2c, 0x1d, 0xd6, 0xf7, 0xef, 0xd7, 0x95, 0x72, 0x5a, 0x7e, 0x93, 0x96, 0x34, 0x11, 0x2c,
0xc5, 0x2f, 0x5e, 0xe2, 0x81, 0xe2, 0x45, 0xfe, 0x63, 0x02, 0xa4, 0x68, 0xea, 0x81, 0xde, 0x1f,
0xdb, 0xf8, 0xd6, 0x19, 0x78, 0xcb, 0xd8, 0xee, 0xd1, 0x75, 0x28, 0x0e, 0xf1, 0x11, 0x26, 0x9d,
0x1e, 0xa7, 0x42, 0x3c, 0xb1, 0x15, 0x94, 0x82, 0x58, 0x65, 0x4a, 0x0e, 0x17, 0xfb, 0x04, 0x77,
0x88, 0xca, 0xeb, 0x28, 0x7e, 0xe8, 0xf2, 0x54, 0x8c, 0xae, 0x1e, 0xf2, 0x45, 0xf9, 0xe3, 0x33,
0xf9, 0x32, 0x0f, 0x69, 0xa5, 0xde, 0x52, 0x7e, 0x51, 0x4e, 0x22, 0x04, 0x45, 0x36, 0x54, 0x0f,
0xf7, 0xb7, 0x0f, 0x0e, 0x1b, 0x4d, 0xea, 0xcb, 0x73, 0x50, 0x72, 0x7d, 0xe9, 0x2e, 0xa6, 0xe5,
0xff, 0xc6, 0xa1, 0x34, 0x16, 0x20, 0x68, 0x0b, 0xd2, 0x9c, 0x4e, 0x47, 0x35, 0xdd, 0x59, 0x7c,
0x8b, 0x68, 0xe2, 0xa2, 0xe8, 0x6d, 0xc8, 0x61, 0xd1, 0x27, 0x98, 0x16, 0x88, 0xbc, 0xbf, 0xe1,
0x76, 0x12, 0x84, 0xaa, 0xa7, 0x81, 0xde, 0x81, 0xbc, 0x17, 0xe9, 0xa2, 0x86, 0x7b, 0x79, 0x52,
0xdd, 0xc3, 0x08, 0xa1, 0xef, 0xeb, 0xa0, 0x7b, 0x3e, 0x27, 0x4b, 0x4d, 0x92, 0x78, 0xa1, 0xce,
0x05, 0x84, 0xb2, 0x2b, 0x2f, 0xd7, 0x60, 0x29, 0xb0, 0x1f, 0x74, 0x09, 0xf2, 0x03, 0xed, 0x44,
0xf4, 0x9f, 0x78, 0x07, 0x21, 0x37, 0xd0, 0x4e, 0x78, 0xeb, 0xe9, 0x02, 0x64, 0xe9, 0xc3, 0xae,
0xc6, 0xd1, 0x26, 0xa9, 0x64, 0x06, 0xda, 0xc9, 0x7b, 0x9a, 0x23, 0x7f, 0x04, 0xc5, 0x70, 0xef,
0x85, 0x9e, 0xc4, 0xa1, 0x35, 0x32, 0x75, 0x66, 0x23, 0xad, 0xf0, 0x09, 0xba, 0x0d, 0xe9, 0x63,
0x8b, 0x83, 0xd5, 0xf4, 0x90, 0x7d, 0x64, 0x11, 0x1c, 0xe8, 0xdd, 0x70, 0x69, 0xf9, 0x33, 0x48,
0x33, 0xf0, 0xa1, 0x40, 0xc2, 0xba, 0x28, 0x82, 0x8f, 0xd2, 0x31, 0xfa, 0x08, 0x40, 0x23, 0x64,
0x68, 0xb4, 0x47, 0xbe, 0xe1, 0xf5, 0xe9, 0xe0, 0xb5, 0xed, 0xca, 0x55, 0x2f, 0x0b, 0x14, 0x5b,
0xf5, 0x55, 0x03, 0x48, 0x16, 0x30, 0x28, 0xef, 0x43, 0x31, 0xac, 0x1b, 0xec, 0x67, 0x2e, 0x4f,
0xe9, 0x67, 0x7a, 0x9c, 0xc7, 0x63, 0x4c, 0x49, 0xde, 0x31, 0x63, 0x13, 0xf9, 0x59, 0x1c, 0x72,
0xad, 0x13, 0x71, 0xac, 0x23, 0x9a, 0x35, 0xbe, 0x6a, 0x22, 0xd8, 0x9a, 0xe0, 0xdd, 0x9f, 0xa4,
0xd7, 0x53, 0x7a, 0xd7, 0x0b, 0xdc, 0xd4, 0xa2, 0xc5, 0xa3, 0xdb, 0x5c, 0x13, 0x60, 0xf5, 0x16,
0xe4, 0xbd, 0x53, 0x45, 0x89, 0xbd, 0xa6, 0xeb, 0x43, 0xec, 0x38, 0x62, 0x6f, 0xee, 0x94, 0xf5,
0xfe, 0xac, 0xa7, 0xa2, 0xf9, 0x91, 0x54, 0xf8, 0x44, 0xd6, 0xa1, 0x34, 0x96, 0xb6, 0xd0, 0x5b,
0x90, 0xb5, 0x47, 0x6d, 0xd5, 0x75, 0xcf, 0x58, 0xf0, 0xb8, 0x24, 0x6f, 0xd4, 0xee, 0x1b, 0x9d,
0x5d, 0x7c, 0xea, 0xfe, 0x18, 0x7b, 0xd4, 0xde, 0xe5, 0x5e, 0xe4, 0x6f, 0x49, 0x04, 0xdf, 0x72,
0x0c, 0x39, 0xf7, 0x50, 0xa0, 0x9f, 0x06, 0xe3, 0xc4, 0xed, 0x08, 0x47, 0xa6, 0x52, 0x61, 0x3e,
0x10, 0x26, 0x37, 0x61, 0xc5, 0x31, 0xba, 0x26, 0xd6, 0x55, 0xbf, 0xb4, 0x60, 0x6f, 0xcb, 0x29,
0x25, 0xfe, 0x60, 0xcf, 0xad, 0x2b, 0xe4, 0xff, 0xc4, 0x21, 0xe7, 0x06, 0x2c, 0x7a, 0x33, 0x70,
0xee, 0x8a, 0x53, 0x1a, 0x25, 0xae, 0xa0, 0xdf, 0xbe, 0x0b, 0xff, 0xd6, 0xc4, 0xd9, 0x7f, 0x6b,
0x54, 0x1f, 0xd6, 0x6d, 0x88, 0xa7, 0xce, 0xdc, 0x10, 0x7f, 0x1d, 0x10, 0xb1, 0x88, 0xd6, 0x57,
0x8f, 0x2d, 0x62, 0x98, 0x5d, 0x95, 0x3b, 0x9b, 0x33, 0xaa, 0x32, 0x7b, 0xf2, 0x88, 0x3d, 0x38,
0x60, 0x7e, 0xff, 0x4d, 0x1c, 0x72, 0x5e, 0x6e, 0x3c, 0x6b, 0x37, 0xee, 0x3c, 0x64, 0x04, 0xfc,
0xf3, 0x76, 0x9c, 0x98, 0x79, 0x8d, 0xe1, 0x54, 0xa0, 0x31, 0x2c, 0x41, 0x6e, 0x80, 0x89, 0xc6,
0x08, 0x02, 0xaf, 0xee, 0xbc, 0xf9, 0xcd, 0x7b, 0xb0, 0x14, 0x68, 0x8c, 0xd2, 0xc8, 0xdb, 0xaf,
0x7f, 0x58, 0x8e, 0x49, 0xd9, 0x67, 0x5f, 0x5e, 0x4d, 0xee, 0xe3, 0xa7, 0xf4, 0xcc, 0x2a, 0xf5,
0x5a, 0xa3, 0x5e, 0xdb, 0x2d, 0xc7, 0xa5, 0xa5, 0x67, 0x5f, 0x5e, 0xcd, 0x2a, 0x98, 0xf5, 0x57,
0x6e, 0x36, 0x60, 0x39, 0xf8, 0x55, 0xc2, 0x19, 0x04, 0x41, 0xf1, 0xfe, 0xc3, 0x83, 0xbd, 0x9d,
0xda, 0x76, 0xab, 0xae, 0x3e, 0x6a, 0xb6, 0xea, 0xe5, 0x38, 0xba, 0x00, 0xe7, 0xf6, 0x76, 0xde,
0x6b, 0xb4, 0xd4, 0xda, 0xde, 0x4e, 0x7d, 0xbf, 0xa5, 0x6e, 0xb7, 0x5a, 0xdb, 0xb5, 0xdd, 0x72,
0x62, 0xeb, 0x73, 0x80, 0xd2, 0x76, 0xb5, 0xb6, 0x43, 0xb3, 0x9f, 0xd1, 0xd1, 0x44, 0xff, 0x2a,
0xc5, 0x8a, 0xeb, 0x99, 0x37, 0xb2, 0xd2, 0xec, 0xf6, 0x1d, 0x7a, 0x00, 0x69, 0x56, 0x77, 0xa3,
0xd9, 0x57, 0xb4, 0xd2, 0x9c, 0x7e, 0x1e, 0xfd, 0x31, 0x2c, 0x3c, 0x66, 0xde, 0xd9, 0x4a, 0xb3,
0xdb, 0x7b, 0x48, 0x81, 0xbc, 0x5f, 0x38, 0xcf, 0xbf, 0xc3, 0x95, 0x16, 0x68, 0xf9, 0x51, 0x9b,
0x7e, 0x59, 0x30, 0xff, 0x4e, 0x53, 0x5a, 0x00, 0xc0, 0xd0, 0x1e, 0x64, 0xdd, 0x82, 0x6b, 0xde,
0x2d, 0xab, 0x34, 0xb7, 0x1d, 0x47, 0x3f, 0x01, 0x2f, 0x8c, 0x67, 0x5f, 0x19, 0x4b, 0x73, 0x7a,
0x8b, 0x68, 0x07, 0x32, 0x82, 0xeb, 0xce, 0xb9, 0x39, 0x95, 0xe6, 0xb5, 0xd7, 0xa8, 0xd3, 0xfc,
0x8e, 0xc3, 0xfc, 0x8b, 0x70, 0x69, 0x81, 0xb6, 0x29, 0x7a, 0x08, 0x10, 0x28, 0x83, 0x17, 0xb8,
0xe1, 0x96, 0x16, 0x69, 0x87, 0xa2, 0x26, 0xe4, 0xbc, 0x72, 0x67, 0xee, 0x7d, 0xb3, 0x34, 0xbf,
0x2f, 0x89, 0x1e, 0x43, 0x21, 0xcc, 0xf3, 0x17, 0xbb, 0x45, 0x96, 0x16, 0x6c, 0x38, 0x52, 0xfb,
0x61, 0xd2, 0xbf, 0xd8, 0xad, 0xb2, 0xb4, 0x60, 0xff, 0x11, 0x7d, 0x02, 0x2b, 0x93, 0xa4, 0x7c,
0xf1, 0x4b, 0x66, 0xe9, 0x0c, 0x1d, 0x49, 0x34, 0x00, 0x34, 0x85, 0xcc, 0x9f, 0xe1, 0xce, 0x59,
0x3a, 0x4b, 0x83, 0xb2, 0x5a, 0xff, 0xea, 0xf9, 0x5a, 0xfc, 0xeb, 0xe7, 0x6b, 0xf1, 0x7f, 0x3c,
0x5f, 0x8b, 0x7f, 0xf1, 0x62, 0x2d, 0xf6, 0xf5, 0x8b, 0xb5, 0xd8, 0xdf, 0x5e, 0xac, 0xc5, 0x7e,
0xf9, 0x5a, 0xd7, 0x20, 0xbd, 0x51, 0x7b, 0xa3, 0x63, 0x0d, 0x36, 0x83, 0x7f, 0x88, 0x99, 0xf6,
0x27, 0x9d, 0x76, 0x86, 0x25, 0xaa, 0x5b, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x3b, 0xae, 0x48,
0xb4, 0xc4, 0x23, 0x00, 0x00,
0x11, 0xc6, 0xfb, 0xd1, 0x24, 0x1e, 0x1c, 0xd1, 0x32, 0x0c, 0xcb, 0xa4, 0xbc, 0x2e, 0x39, 0x96,
0x6c, 0x93, 0x36, 0x55, 0x72, 0xa4, 0xd8, 0x89, 0x0d, 0x40, 0x90, 0x41, 0x93, 0x26, 0x98, 0x21,
0x44, 0xe7, 0x65, 0xad, 0x17, 0xc0, 0x10, 0x58, 0x0b, 0xd8, 0x5d, 0x63, 0x07, 0x14, 0xe9, 0x63,
0x5c, 0xb9, 0x28, 0x17, 0xe7, 0x96, 0x8b, 0xff, 0x47, 0x4e, 0xb9, 0xe4, 0xe2, 0xaa, 0x5c, 0x7c,
0xcc, 0xc9, 0x49, 0x49, 0x95, 0x4b, 0xfe, 0x40, 0x0e, 0xa9, 0x54, 0x52, 0xf3, 0xd8, 0x17, 0x80,
0x05, 0x40, 0x3b, 0xb7, 0xdc, 0x76, 0x7a, 0xbb, 0x7b, 0x76, 0x1a, 0xd3, 0xdf, 0x7c, 0xdd, 0x03,
0x78, 0x9e, 0x12, 0xa3, 0x4b, 0x46, 0x43, 0xdd, 0xa0, 0xdb, 0x5a, 0xbb, 0xa3, 0x6f, 0xd3, 0x73,
0x8b, 0xd8, 0x5b, 0xd6, 0xc8, 0xa4, 0x26, 0x2a, 0x78, 0x2f, 0xb7, 0xd8, 0xcb, 0xf2, 0x0b, 0x3e,
0xed, 0xce, 0xe8, 0xdc, 0xa2, 0xe6, 0xb6, 0x35, 0x32, 0xcd, 0x13, 0xa1, 0x5f, 0xbe, 0x32, 0xfd,
0xfa, 0x21, 0x39, 0x97, 0xde, 0x02, 0xc6, 0x7c, 0x96, 0x6d, 0x4b, 0x1b, 0x69, 0x43, 0xe7, 0xf5,
0x66, 0xcf, 0x34, 0x7b, 0x03, 0xb2, 0xcd, 0x47, 0xed, 0xf1, 0xc9, 0x36, 0xd5, 0x87, 0xc4, 0xa6,
0xda, 0xd0, 0x92, 0x0a, 0xeb, 0x3d, 0xb3, 0x67, 0xf2, 0xc7, 0x6d, 0xf6, 0x24, 0xa4, 0xca, 0xef,
0x32, 0x90, 0xc6, 0xe4, 0xb3, 0x31, 0xb1, 0x29, 0xda, 0x81, 0x04, 0xe9, 0xf4, 0xcd, 0x52, 0xf4,
0x6a, 0xf4, 0x95, 0x95, 0x9d, 0x2b, 0x5b, 0x13, 0x9f, 0xbf, 0x25, 0xf5, 0xea, 0x9d, 0xbe, 0xd9,
0x88, 0x60, 0xae, 0x8b, 0x6e, 0x41, 0xf2, 0x64, 0x30, 0xb6, 0xfb, 0xa5, 0x18, 0x37, 0x7a, 0x21,
0xcc, 0xe8, 0x1e, 0x53, 0x6a, 0x44, 0xb0, 0xd0, 0x66, 0x53, 0xe9, 0xc6, 0x89, 0x59, 0x8a, 0xcf,
0x9f, 0x6a, 0xd7, 0x38, 0xe1, 0x53, 0x31, 0x5d, 0x54, 0x05, 0xb0, 0x09, 0x55, 0x4d, 0x8b, 0xea,
0xa6, 0x51, 0x4a, 0x70, 0xcb, 0x17, 0xc3, 0x2c, 0x8f, 0x08, 0x6d, 0x72, 0xc5, 0x46, 0x04, 0x67,
0x6d, 0x67, 0xc0, 0x7c, 0xe8, 0x86, 0x4e, 0xd5, 0x4e, 0x5f, 0xd3, 0x8d, 0x52, 0x72, 0xbe, 0x8f,
0x5d, 0x43, 0xa7, 0x35, 0xa6, 0xc8, 0x7c, 0xe8, 0xce, 0x80, 0x2d, 0xf9, 0xb3, 0x31, 0x19, 0x9d,
0x97, 0x52, 0xf3, 0x97, 0xfc, 0x53, 0xa6, 0xc4, 0x96, 0xcc, 0xb5, 0x51, 0x1d, 0x56, 0xda, 0xa4,
0xa7, 0x1b, 0x6a, 0x7b, 0x60, 0x76, 0x1e, 0x96, 0xd2, 0xdc, 0x58, 0x09, 0x33, 0xae, 0x32, 0xd5,
0x2a, 0xd3, 0x6c, 0x44, 0x30, 0xb4, 0xdd, 0x11, 0x7a, 0x07, 0x32, 0x9d, 0x3e, 0xe9, 0x3c, 0x54,
0xe9, 0x59, 0x29, 0xc3, 0x7d, 0x6c, 0x86, 0xf9, 0xa8, 0x31, 0xbd, 0xd6, 0x59, 0x23, 0x82, 0xd3,
0x1d, 0xf1, 0xc8, 0xd6, 0xdf, 0x25, 0x03, 0xfd, 0x94, 0x8c, 0x98, 0x7d, 0x76, 0xfe, 0xfa, 0xef,
0x0a, 0x4d, 0xee, 0x21, 0xdb, 0x75, 0x06, 0xe8, 0x5d, 0xc8, 0x12, 0xa3, 0x2b, 0x97, 0x01, 0xdc,
0xc5, 0xd5, 0xd0, 0xbd, 0x62, 0x74, 0x9d, 0x45, 0x64, 0x88, 0x7c, 0x46, 0xb7, 0x21, 0xd5, 0x31,
0x87, 0x43, 0x9d, 0x96, 0x56, 0xb8, 0xf5, 0x46, 0xe8, 0x02, 0xb8, 0x56, 0x23, 0x82, 0xa5, 0x3e,
0x3a, 0x80, 0xfc, 0x40, 0xb7, 0xa9, 0x6a, 0x1b, 0x9a, 0x65, 0xf7, 0x4d, 0x6a, 0x97, 0x56, 0xb9,
0x87, 0x6b, 0x61, 0x1e, 0xf6, 0x75, 0x9b, 0x1e, 0x39, 0xca, 0x8d, 0x08, 0xce, 0x0d, 0xfc, 0x02,
0xe6, 0xcf, 0x3c, 0x39, 0x21, 0x23, 0xd7, 0x61, 0x29, 0x37, 0xdf, 0x5f, 0x93, 0x69, 0x3b, 0xf6,
0xcc, 0x9f, 0xe9, 0x17, 0xa0, 0x5f, 0xc2, 0xa5, 0x81, 0xa9, 0x75, 0x5d, 0x77, 0x6a, 0xa7, 0x3f,
0x36, 0x1e, 0x96, 0xf2, 0xdc, 0xe9, 0xf5, 0xd0, 0x8f, 0x34, 0xb5, 0xae, 0xe3, 0xa2, 0xc6, 0x0c,
0x1a, 0x11, 0xbc, 0x36, 0x98, 0x14, 0xa2, 0x07, 0xb0, 0xae, 0x59, 0xd6, 0xe0, 0x7c, 0xd2, 0x7b,
0x81, 0x7b, 0xbf, 0x11, 0xe6, 0xbd, 0xc2, 0x6c, 0x26, 0xdd, 0x23, 0x6d, 0x4a, 0x5a, 0x4d, 0x43,
0xf2, 0x54, 0x1b, 0x8c, 0x89, 0xf2, 0x03, 0x58, 0xf1, 0xa5, 0x3a, 0x2a, 0x41, 0x7a, 0x48, 0x6c,
0x5b, 0xeb, 0x11, 0x8e, 0x0c, 0x59, 0xec, 0x0c, 0x95, 0x3c, 0xac, 0xfa, 0xd3, 0x5b, 0x19, 0xba,
0x86, 0x2c, 0x71, 0x99, 0xe1, 0x29, 0x19, 0xd9, 0x2c, 0x5b, 0xa5, 0xa1, 0x1c, 0xa2, 0x97, 0x20,
0xc7, 0xb7, 0x8f, 0xea, 0xbc, 0x67, 0xe8, 0x91, 0xc0, 0xab, 0x5c, 0x78, 0x2c, 0x95, 0x36, 0x61,
0xc5, 0xda, 0xb1, 0x5c, 0x95, 0x38, 0x57, 0x01, 0x6b, 0xc7, 0x92, 0x0a, 0xca, 0x8f, 0xa0, 0x38,
0x99, 0xed, 0xa8, 0x08, 0xf1, 0x87, 0xe4, 0x5c, 0xce, 0xc7, 0x1e, 0xd1, 0xba, 0x5c, 0x16, 0x9f,
0x23, 0x8b, 0xe5, 0x1a, 0xff, 0x1c, 0x73, 0x8d, 0xdd, 0x34, 0x47, 0xb7, 0x21, 0xc1, 0x50, 0x53,
0x02, 0x60, 0x79, 0x4b, 0x40, 0xea, 0x96, 0x03, 0xa9, 0x5b, 0x2d, 0x07, 0x52, 0xab, 0x99, 0xaf,
0xbf, 0xdd, 0x8c, 0x7c, 0xf9, 0xd7, 0xcd, 0x28, 0xe6, 0x16, 0xe8, 0x39, 0x96, 0x95, 0x9a, 0x6e,
0xa8, 0x7a, 0x57, 0xce, 0x93, 0xe6, 0xe3, 0xdd, 0x2e, 0xda, 0x83, 0x62, 0xc7, 0x34, 0x6c, 0x62,
0xd8, 0x63, 0x5b, 0x15, 0x90, 0x2d, 0x61, 0x6f, 0x3a, 0x6b, 0x6a, 0x8e, 0xe2, 0x21, 0xd7, 0xc3,
0x85, 0x4e, 0x50, 0x80, 0xee, 0x01, 0x9c, 0x6a, 0x03, 0xbd, 0xab, 0x51, 0x73, 0x64, 0x97, 0x12,
0x57, 0xe3, 0x33, 0xdd, 0x1c, 0x3b, 0x2a, 0xf7, 0xad, 0xae, 0x46, 0x49, 0x35, 0xc1, 0xbe, 0x16,
0xfb, 0x2c, 0xd1, 0xcb, 0x50, 0xd0, 0x2c, 0x4b, 0xb5, 0xa9, 0x46, 0x89, 0xda, 0x3e, 0xa7, 0xc4,
0xe6, 0x60, 0xb8, 0x8a, 0x73, 0x9a, 0x65, 0x1d, 0x31, 0x69, 0x95, 0x09, 0xd1, 0x35, 0xc8, 0x33,
0xe0, 0xd3, 0xb5, 0x81, 0xda, 0x27, 0x7a, 0xaf, 0x4f, 0x39, 0xe8, 0xc5, 0x71, 0x4e, 0x4a, 0x1b,
0x5c, 0xa8, 0x74, 0xdd, 0x8d, 0xc0, 0x41, 0x0f, 0x21, 0x48, 0x74, 0x35, 0xaa, 0xf1, 0x40, 0xae,
0x62, 0xfe, 0xcc, 0x64, 0x96, 0x46, 0xfb, 0x32, 0x3c, 0xfc, 0x19, 0x5d, 0x86, 0x94, 0x74, 0x1b,
0xe7, 0x6e, 0xe5, 0x88, 0xfd, 0x66, 0xd6, 0xc8, 0x3c, 0x25, 0x1c, 0xe5, 0x33, 0x58, 0x0c, 0x94,
0x7f, 0xc5, 0x60, 0x6d, 0x0a, 0x1e, 0x99, 0xdf, 0xbe, 0x66, 0xf7, 0x9d, 0xb9, 0xd8, 0x33, 0x6a,
0x42, 0x71, 0xa0, 0xd9, 0x54, 0x15, 0xb0, 0xa1, 0xfa, 0x8e, 0x9a, 0x69, 0xb0, 0xdc, 0xd7, 0x1c,
0xa0, 0x61, 0x9b, 0x56, 0xc6, 0x2a, 0x3f, 0x08, 0x48, 0x11, 0x86, 0xf5, 0xf6, 0xf9, 0xe7, 0x9a,
0x41, 0x75, 0x83, 0xa8, 0x53, 0xbf, 0xc0, 0x73, 0x53, 0x4e, 0xeb, 0xa7, 0x7a, 0x97, 0x18, 0x1d,
0x27, 0xf4, 0x97, 0x5c, 0xe3, 0x63, 0xef, 0x37, 0xf0, 0x16, 0x9f, 0x0c, 0x2c, 0xde, 0xd9, 0x85,
0xa9, 0x0b, 0xef, 0xc2, 0x37, 0x60, 0xdd, 0x20, 0x67, 0xd4, 0xf7, 0x81, 0x2a, 0x0f, 0x4d, 0x9a,
0x87, 0x06, 0xb1, 0x77, 0xde, 0xfc, 0x0d, 0x16, 0xa8, 0xeb, 0x50, 0xb4, 0x46, 0xa6, 0x65, 0xda,
0x64, 0xa4, 0x6a, 0xdd, 0xee, 0x88, 0xd8, 0x36, 0x3f, 0x55, 0x56, 0x71, 0xc1, 0x91, 0x57, 0x84,
0x58, 0xc1, 0x90, 0x0f, 0x9e, 0x2b, 0x28, 0x0f, 0x31, 0x7a, 0x26, 0xe3, 0x1e, 0xa3, 0x67, 0xe8,
0x0d, 0x48, 0x30, 0x62, 0xc2, 0x7f, 0xe1, 0xfc, 0x8c, 0x43, 0x5d, 0xda, 0xb5, 0xce, 0x2d, 0x82,
0xb9, 0xa6, 0xa2, 0xb8, 0x49, 0xe8, 0x9e, 0x35, 0x93, 0x5e, 0x95, 0xeb, 0x50, 0x98, 0x38, 0x4c,
0x7c, 0x91, 0x8b, 0xfa, 0x23, 0xa7, 0x14, 0x20, 0x17, 0x38, 0x39, 0x94, 0xcb, 0xb0, 0x3e, 0xeb,
0x20, 0x50, 0xfa, 0xae, 0x3c, 0x00, 0xe8, 0xe8, 0x16, 0x64, 0xdc, 0x93, 0x40, 0x80, 0xc0, 0xf4,
0x4f, 0xeb, 0x28, 0x63, 0x57, 0x95, 0x65, 0x3f, 0xcb, 0x26, 0x1e, 0xeb, 0x18, 0xff, 0xf0, 0xb4,
0x66, 0x59, 0x2c, 0xc0, 0xca, 0x27, 0x50, 0x0a, 0x43, 0xf9, 0x89, 0x65, 0x24, 0xdc, 0x0d, 0x70,
0x19, 0x52, 0x27, 0xe6, 0x68, 0xa8, 0x51, 0xee, 0x2c, 0x87, 0xe5, 0x88, 0x65, 0x85, 0x40, 0xfc,
0x38, 0x17, 0x8b, 0x81, 0xa2, 0xc2, 0x73, 0xa1, 0x48, 0xcf, 0x4c, 0x74, 0xa3, 0x4b, 0x44, 0x3c,
0x73, 0x58, 0x0c, 0x3c, 0x47, 0xe2, 0x63, 0xc5, 0x80, 0x4d, 0x6b, 0xf3, 0xb5, 0x72, 0xff, 0x59,
0x2c, 0x47, 0xca, 0xdf, 0x33, 0x90, 0xc1, 0xc4, 0xb6, 0x18, 0x14, 0xa1, 0x2a, 0x64, 0xc9, 0x59,
0x87, 0x08, 0x0e, 0x16, 0x0d, 0xe5, 0x30, 0x42, 0xbb, 0xee, 0x68, 0x32, 0x02, 0xe1, 0x9a, 0xa1,
0x9b, 0x92, 0x67, 0x86, 0x53, 0x46, 0x69, 0xee, 0x27, 0x9a, 0x6f, 0x39, 0x44, 0x33, 0x1e, 0xca,
0x19, 0x84, 0xd5, 0x04, 0xd3, 0xbc, 0x29, 0x99, 0x66, 0x62, 0xc1, 0x64, 0x01, 0xaa, 0x59, 0x0b,
0x50, 0xcd, 0xe4, 0x82, 0x65, 0x86, 0x70, 0xcd, 0x5a, 0x80, 0x6b, 0xa6, 0x16, 0x38, 0x09, 0x21,
0x9b, 0x6f, 0x39, 0x64, 0x33, 0xbd, 0x60, 0xd9, 0x13, 0x6c, 0xf3, 0x5e, 0x90, 0x6d, 0x0a, 0xa6,
0xf8, 0x52, 0xa8, 0x75, 0x28, 0xdd, 0xfc, 0xb1, 0x8f, 0x6e, 0x66, 0x43, 0xb9, 0x9e, 0x70, 0x32,
0x83, 0x6f, 0xd6, 0x02, 0x7c, 0x13, 0x16, 0xc4, 0x20, 0x84, 0x70, 0xbe, 0xe7, 0x27, 0x9c, 0x2b,
0xa1, 0x9c, 0x55, 0x6e, 0x9a, 0x59, 0x8c, 0xf3, 0x8e, 0xcb, 0x38, 0x57, 0x43, 0x29, 0xb3, 0x5c,
0xc3, 0x24, 0xe5, 0x6c, 0x4e, 0x51, 0x4e, 0x41, 0x11, 0x5f, 0x0e, 0x75, 0xb1, 0x80, 0x73, 0x36,
0xa7, 0x38, 0x67, 0x7e, 0x81, 0xc3, 0x05, 0xa4, 0xf3, 0x57, 0xb3, 0x49, 0x67, 0x38, 0x2d, 0x94,
0x9f, 0xb9, 0x1c, 0xeb, 0x54, 0x43, 0x58, 0x67, 0x91, 0xbb, 0x7f, 0x35, 0xd4, 0xfd, 0xc5, 0x69,
0xe7, 0x75, 0x76, 0xba, 0x4f, 0x00, 0x07, 0x83, 0x2a, 0x32, 0x1a, 0x99, 0x23, 0xc9, 0xe8, 0xc4,
0x40, 0x79, 0x85, 0xf1, 0x0d, 0x0f, 0x24, 0xe6, 0x50, 0x54, 0x7e, 0x24, 0xf8, 0x80, 0x41, 0xf9,
0x43, 0xd4, 0xb3, 0xe5, 0x47, 0xbb, 0x9f, 0xab, 0x64, 0x25, 0x57, 0xf1, 0x31, 0xd7, 0x58, 0x90,
0xb9, 0x6e, 0xc2, 0x0a, 0x83, 0xfa, 0x09, 0x52, 0xaa, 0x59, 0x0e, 0x29, 0x45, 0x37, 0x60, 0x8d,
0x53, 0x0f, 0xc1, 0x6f, 0x25, 0xbe, 0x27, 0xf8, 0x31, 0x55, 0x60, 0x2f, 0xc4, 0xe6, 0x14, 0x40,
0xff, 0x3a, 0x5c, 0xf2, 0xe9, 0xba, 0x47, 0x88, 0x60, 0x62, 0x45, 0x57, 0xbb, 0x22, 0xcf, 0x92,
0x0f, 0xbd, 0x00, 0x79, 0x84, 0x17, 0x41, 0xa2, 0x63, 0x76, 0x89, 0x04, 0x78, 0xfe, 0xcc, 0x48,
0xf0, 0xc0, 0xec, 0x49, 0x18, 0x67, 0x8f, 0x4c, 0xcb, 0x45, 0xc1, 0xac, 0x00, 0x39, 0xe5, 0x4f,
0x51, 0xcf, 0x9f, 0xc7, 0x81, 0x67, 0xd1, 0xd5, 0xe8, 0xff, 0x86, 0xae, 0xc6, 0xbe, 0x33, 0x5d,
0xf5, 0x1f, 0xb0, 0xf1, 0xe0, 0x01, 0xfb, 0xcf, 0xa8, 0xf7, 0x0b, 0xbb, 0xe4, 0xf3, 0xbb, 0x45,
0xc4, 0x3b, 0x2d, 0x05, 0x21, 0x93, 0xa7, 0xa5, 0x2c, 0x29, 0x52, 0x7c, 0xde, 0x60, 0x49, 0x21,
0x88, 0x95, 0x18, 0xa0, 0xdb, 0x90, 0xe5, 0xdd, 0x1c, 0xd5, 0xb4, 0x6c, 0x09, 0xb8, 0xcf, 0xfb,
0xd7, 0x2a, 0x5a, 0x3a, 0x5b, 0x87, 0x4c, 0xa7, 0x69, 0xd9, 0x38, 0x63, 0xc9, 0x27, 0x1f, 0x11,
0xc8, 0x06, 0x98, 0xe0, 0x15, 0xc8, 0xb2, 0xaf, 0xb7, 0x2d, 0xad, 0x43, 0x38, 0x78, 0x66, 0xb1,
0x27, 0x50, 0x1e, 0x00, 0x9a, 0x86, 0x6f, 0xd4, 0x80, 0x14, 0x39, 0x25, 0x06, 0x65, 0xbf, 0x1a,
0x0b, 0xf7, 0xe5, 0x19, 0xdc, 0x94, 0x18, 0xb4, 0x5a, 0x62, 0x41, 0xfe, 0xc7, 0xb7, 0x9b, 0x45,
0xa1, 0xfd, 0x9a, 0x39, 0xd4, 0x29, 0x19, 0x5a, 0xf4, 0x1c, 0x4b, 0x7b, 0xe5, 0x8b, 0x18, 0x63,
0x5e, 0x01, 0x68, 0x9f, 0x19, 0x5b, 0x27, 0x81, 0x62, 0x3e, 0xb2, 0xbf, 0x5c, 0xbc, 0x37, 0x00,
0x7a, 0x9a, 0xad, 0x3e, 0xd2, 0x0c, 0x4a, 0xba, 0x32, 0xe8, 0x3e, 0x09, 0x2a, 0x43, 0x86, 0x8d,
0xc6, 0x36, 0xe9, 0xca, 0xba, 0xc3, 0x1d, 0xfb, 0xd6, 0x99, 0xfe, 0x7e, 0xeb, 0x0c, 0x46, 0x39,
0x33, 0x19, 0xe5, 0xdf, 0xc4, 0xbc, 0x2c, 0xf1, 0x48, 0xea, 0xff, 0x5f, 0x1c, 0x7e, 0xcb, 0x0b,
0xe6, 0xe0, 0x19, 0x8b, 0x8e, 0x60, 0xcd, 0xcd, 0x52, 0x75, 0xcc, 0xb3, 0xd7, 0xd9, 0x77, 0xcb,
0xa6, 0x79, 0xf1, 0x34, 0x28, 0xb6, 0xd1, 0xcf, 0xe0, 0xd9, 0x09, 0x04, 0x72, 0x5d, 0xc7, 0x96,
0x04, 0xa2, 0x67, 0x82, 0x40, 0xe4, 0x78, 0xf6, 0x62, 0x15, 0xff, 0x9e, 0xb9, 0xb1, 0xcb, 0x8a,
0x21, 0x3f, 0x63, 0x98, 0xf9, 0xeb, 0xbf, 0x04, 0xb9, 0x11, 0xa1, 0x9a, 0x6e, 0xa8, 0x81, 0x2a,
0x77, 0x55, 0x08, 0x65, 0xed, 0x7c, 0x08, 0xcf, 0xcc, 0x64, 0x0e, 0xe8, 0x87, 0x90, 0xf5, 0x48,
0x47, 0x34, 0xa4, 0xd0, 0x74, 0xab, 0x11, 0x4f, 0x57, 0xf9, 0x63, 0xd4, 0x73, 0x19, 0xac, 0x6f,
0xea, 0x90, 0x1a, 0x11, 0x7b, 0x3c, 0x10, 0x15, 0x47, 0x7e, 0xe7, 0xf5, 0xe5, 0x38, 0x07, 0x93,
0x8e, 0x07, 0x14, 0x4b, 0x63, 0xe5, 0x01, 0xa4, 0x84, 0x04, 0xad, 0x40, 0xfa, 0xfe, 0xc1, 0xde,
0x41, 0xf3, 0xa3, 0x83, 0x62, 0x04, 0x01, 0xa4, 0x2a, 0xb5, 0x5a, 0xfd, 0xb0, 0x55, 0x8c, 0xa2,
0x2c, 0x24, 0x2b, 0xd5, 0x26, 0x6e, 0x15, 0x63, 0x4c, 0x8c, 0xeb, 0x1f, 0xd4, 0x6b, 0xad, 0x62,
0x1c, 0xad, 0x41, 0x4e, 0x3c, 0xab, 0xf7, 0x9a, 0xf8, 0xc3, 0x4a, 0xab, 0x98, 0xf0, 0x89, 0x8e,
0xea, 0x07, 0x77, 0xeb, 0xb8, 0x98, 0x54, 0xde, 0x64, 0x25, 0x4d, 0x08, 0x4b, 0xf1, 0x8a, 0x97,
0xa8, 0xaf, 0x78, 0x51, 0x7e, 0x1f, 0x83, 0x72, 0x38, 0xf5, 0x40, 0x1f, 0x4c, 0x2c, 0x7c, 0xe7,
0x02, 0xbc, 0x65, 0x62, 0xf5, 0xe8, 0x1a, 0xe4, 0x47, 0xe4, 0x84, 0xd0, 0x4e, 0x5f, 0x50, 0x21,
0x71, 0xb0, 0xe5, 0x70, 0x4e, 0x4a, 0xb9, 0x91, 0x2d, 0xd4, 0x3e, 0x25, 0x1d, 0xaa, 0x8a, 0x3a,
0x4a, 0x6c, 0xba, 0x2c, 0x53, 0x63, 0xd2, 0x23, 0x21, 0x54, 0x3e, 0xb9, 0x50, 0x2c, 0xb3, 0x90,
0xc4, 0xf5, 0x16, 0xfe, 0x79, 0x31, 0x8e, 0x10, 0xe4, 0xf9, 0xa3, 0x7a, 0x74, 0x50, 0x39, 0x3c,
0x6a, 0x34, 0x59, 0x2c, 0x2f, 0x41, 0xc1, 0x89, 0xa5, 0x23, 0x4c, 0x2a, 0xff, 0x89, 0x42, 0x61,
0x22, 0x41, 0xd0, 0x0e, 0x24, 0x05, 0x9d, 0x0e, 0xeb, 0xf5, 0xf3, 0xfc, 0x96, 0xd9, 0x24, 0x54,
0xd1, 0x3b, 0x90, 0x21, 0xb2, 0xad, 0x31, 0x2b, 0x11, 0xc5, 0xcd, 0x87, 0xd3, 0xf8, 0x90, 0xa6,
0xae, 0x05, 0x7a, 0x17, 0xb2, 0x6e, 0xa6, 0xcb, 0x1a, 0xee, 0xc5, 0x69, 0x73, 0x17, 0x23, 0xa4,
0xbd, 0x67, 0x83, 0xee, 0x78, 0x9c, 0x2c, 0x31, 0x4d, 0xe2, 0xa5, 0xb9, 0x50, 0x90, 0xc6, 0x8e,
0xbe, 0x52, 0x83, 0x15, 0xdf, 0x7a, 0xd0, 0xf3, 0x90, 0x1d, 0x6a, 0x67, 0xb2, 0xed, 0x25, 0x3a,
0x08, 0x99, 0xa1, 0x76, 0x26, 0x3a, 0x5e, 0xcf, 0x42, 0x9a, 0xbd, 0xec, 0x69, 0x02, 0x6d, 0xe2,
0x38, 0x35, 0xd4, 0xce, 0xde, 0xd7, 0x6c, 0xe5, 0x63, 0xc8, 0x07, 0x5b, 0x45, 0x6c, 0x27, 0x8e,
0xcc, 0xb1, 0xd1, 0xe5, 0x3e, 0x92, 0x58, 0x0c, 0xd0, 0x2d, 0x48, 0x9e, 0x9a, 0x02, 0xac, 0x66,
0xa7, 0xec, 0xb1, 0x49, 0x89, 0xaf, 0xd5, 0x24, 0xb4, 0x95, 0xcf, 0x21, 0xc9, 0xc1, 0x87, 0x01,
0x09, 0xef, 0xa2, 0x48, 0x3e, 0xca, 0x9e, 0xd1, 0xc7, 0x00, 0x1a, 0xa5, 0x23, 0xbd, 0x3d, 0xf6,
0x1c, 0x6f, 0xce, 0x06, 0xaf, 0x8a, 0xa3, 0x57, 0xbd, 0x22, 0x51, 0x6c, 0xdd, 0x33, 0xf5, 0x21,
0x99, 0xcf, 0xa1, 0x72, 0x00, 0xf9, 0xa0, 0xad, 0xbf, 0x8d, 0xba, 0x3a, 0xa3, 0x8d, 0xea, 0x72,
0x1e, 0x97, 0x31, 0xc5, 0x45, 0xa3, 0x8e, 0x0f, 0x94, 0xc7, 0x51, 0xc8, 0xb4, 0xce, 0xe4, 0xb6,
0x0e, 0x69, 0xd6, 0x78, 0xa6, 0x31, 0x7f, 0x6b, 0x42, 0x74, 0x7f, 0xe2, 0x6e, 0x4f, 0xe9, 0x3d,
0x37, 0x71, 0x13, 0xcb, 0x16, 0x8f, 0x32, 0xae, 0x0e, 0x58, 0xbd, 0x0d, 0x59, 0x77, 0x57, 0x31,
0x62, 0xef, 0xb4, 0xb9, 0xa2, 0x92, 0x47, 0x8a, 0x21, 0x6f, 0x39, 0x9a, 0x8f, 0x64, 0xf3, 0x23,
0x8e, 0xc5, 0x40, 0xe9, 0x42, 0x61, 0xe2, 0xd8, 0x42, 0x6f, 0x43, 0xda, 0x1a, 0xb7, 0x55, 0x27,
0x3c, 0x13, 0xc9, 0xe3, 0x90, 0xbc, 0x71, 0x7b, 0xa0, 0x77, 0xf6, 0xc8, 0xb9, 0xf3, 0x31, 0xd6,
0xb8, 0xbd, 0x27, 0xa2, 0x28, 0x66, 0x89, 0xf9, 0x67, 0x39, 0x85, 0x8c, 0xb3, 0x29, 0xd0, 0x4f,
0xfc, 0x79, 0xe2, 0x34, 0xa2, 0x43, 0x8f, 0x52, 0xe9, 0xde, 0x97, 0x26, 0x37, 0x60, 0xcd, 0xd6,
0x7b, 0x06, 0xe9, 0xaa, 0x5e, 0x69, 0xc1, 0x67, 0xcb, 0xe0, 0x82, 0x78, 0xb1, 0xef, 0xd4, 0x15,
0xca, 0xbf, 0xa3, 0x90, 0x71, 0x12, 0x16, 0xbd, 0xe9, 0xdb, 0x77, 0xf9, 0x19, 0x8d, 0x12, 0x47,
0xd1, 0x6b, 0xdf, 0x05, 0xbf, 0x35, 0x76, 0xf1, 0x6f, 0x0d, 0x6b, 0xff, 0x3a, 0x1d, 0xd0, 0xc4,
0x85, 0x3b, 0xa0, 0xaf, 0x01, 0xa2, 0x26, 0xd5, 0x06, 0xea, 0xa9, 0x49, 0x75, 0xa3, 0xa7, 0x8a,
0x60, 0x0b, 0x46, 0x55, 0xe4, 0x6f, 0x8e, 0xf9, 0x8b, 0x43, 0x1e, 0xf7, 0x5f, 0x47, 0x21, 0xe3,
0x9e, 0x8d, 0x17, 0xed, 0xc6, 0x5d, 0x86, 0x94, 0x84, 0x7f, 0xd1, 0x8e, 0x93, 0x23, 0xb7, 0x1f,
0x9d, 0xf0, 0xf5, 0xa3, 0xcb, 0x90, 0x19, 0x12, 0xaa, 0x71, 0x82, 0x20, 0xaa, 0x3b, 0x77, 0x7c,
0xe3, 0x0e, 0xac, 0xf8, 0x1a, 0xa3, 0x2c, 0xf3, 0x0e, 0xea, 0x1f, 0x15, 0x23, 0xe5, 0xf4, 0xe3,
0xaf, 0xae, 0xc6, 0x0f, 0xc8, 0x23, 0xb6, 0x67, 0x71, 0xbd, 0xd6, 0xa8, 0xd7, 0xf6, 0x8a, 0xd1,
0xf2, 0xca, 0xe3, 0xaf, 0xae, 0xa6, 0x31, 0xe1, 0xfd, 0x95, 0x1b, 0x0d, 0x58, 0xf5, 0xff, 0x2a,
0xc1, 0x13, 0x04, 0x41, 0xfe, 0xee, 0xfd, 0xc3, 0xfd, 0xdd, 0x5a, 0xa5, 0x55, 0x57, 0x8f, 0x9b,
0xad, 0x7a, 0x31, 0x8a, 0x9e, 0x85, 0x4b, 0xfb, 0xbb, 0xef, 0x37, 0x5a, 0x6a, 0x6d, 0x7f, 0xb7,
0x7e, 0xd0, 0x52, 0x2b, 0xad, 0x56, 0xa5, 0xb6, 0x57, 0x8c, 0xed, 0x7c, 0x01, 0x50, 0xa8, 0x54,
0x6b, 0xbb, 0xec, 0xf4, 0xd3, 0x3b, 0x9a, 0xec, 0x5f, 0x25, 0x78, 0x71, 0x3d, 0xf7, 0x22, 0xb8,
0x3c, 0xbf, 0x7d, 0x87, 0xee, 0x41, 0x92, 0xd7, 0xdd, 0x68, 0xfe, 0xcd, 0x70, 0x79, 0x41, 0x3f,
0x8f, 0x7d, 0x0c, 0x4f, 0x8f, 0xb9, 0x57, 0xc5, 0xe5, 0xf9, 0xed, 0x3d, 0x84, 0x21, 0xeb, 0x15,
0xce, 0x8b, 0xaf, 0x8e, 0xcb, 0x4b, 0xb4, 0xfc, 0x98, 0x4f, 0xaf, 0x2c, 0x58, 0x7c, 0x95, 0x5a,
0x5e, 0x02, 0xc0, 0xd0, 0x3e, 0xa4, 0x9d, 0x82, 0x6b, 0xd1, 0xe5, 0x6e, 0x79, 0x61, 0x3b, 0x8e,
0xfd, 0x04, 0xa2, 0x30, 0x9e, 0x7f, 0x53, 0x5d, 0x5e, 0xd0, 0x5b, 0x44, 0xbb, 0x90, 0x92, 0x5c,
0x77, 0xc1, 0x85, 0x6d, 0x79, 0x51, 0x7b, 0x8d, 0x05, 0xcd, 0xeb, 0x38, 0x2c, 0xbe, 0x7f, 0x2f,
0x2f, 0xd1, 0x36, 0x45, 0xf7, 0x01, 0x7c, 0x65, 0xf0, 0x12, 0x17, 0xeb, 0xe5, 0x65, 0xda, 0xa1,
0xa8, 0x09, 0x19, 0xb7, 0xdc, 0x59, 0x78, 0xcd, 0x5d, 0x5e, 0xdc, 0x97, 0x44, 0x0f, 0x20, 0x17,
0xe4, 0xf9, 0xcb, 0x5d, 0x5e, 0x97, 0x97, 0x6c, 0x38, 0x32, 0xff, 0x41, 0xd2, 0xbf, 0xdc, 0x65,
0x76, 0x79, 0xc9, 0xfe, 0x23, 0xfa, 0x14, 0xd6, 0xa6, 0x49, 0xf9, 0xf2, 0x77, 0xdb, 0xe5, 0x0b,
0x74, 0x24, 0xd1, 0x10, 0xd0, 0x0c, 0x32, 0x7f, 0x81, 0xab, 0xee, 0xf2, 0x45, 0x1a, 0x94, 0xd5,
0xfa, 0xd7, 0x4f, 0x36, 0xa2, 0xdf, 0x3c, 0xd9, 0x88, 0xfe, 0xed, 0xc9, 0x46, 0xf4, 0xcb, 0xa7,
0x1b, 0x91, 0x6f, 0x9e, 0x6e, 0x44, 0xfe, 0xf2, 0x74, 0x23, 0xf2, 0x8b, 0x57, 0x7b, 0x3a, 0xed,
0x8f, 0xdb, 0x5b, 0x1d, 0x73, 0xb8, 0xed, 0xff, 0x1f, 0xce, 0xac, 0x7f, 0xff, 0xb4, 0x53, 0xfc,
0xa0, 0xba, 0xf9, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xba, 0x12, 0xce, 0x82, 0x1d, 0x24, 0x00,
0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@@ -4583,6 +4609,33 @@ func (m *RequestBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) {
_ = i
var l int
_ = l
if len(m.ProposerAddress) > 0 {
i -= len(m.ProposerAddress)
copy(dAtA[i:], m.ProposerAddress)
i = encodeVarintTypes(dAtA, i, uint64(len(m.ProposerAddress)))
i--
dAtA[i] = 0x42
}
if len(m.NextValidatorsHash) > 0 {
i -= len(m.NextValidatorsHash)
copy(dAtA[i:], m.NextValidatorsHash)
i = encodeVarintTypes(dAtA, i, uint64(len(m.NextValidatorsHash)))
i--
dAtA[i] = 0x3a
}
n18, err18 := github_com_gogo_protobuf_types.StdTimeMarshalTo(m.Time, dAtA[i-github_com_gogo_protobuf_types.SizeOfStdTime(m.Time):])
if err18 != nil {
return 0, err18
}
i -= n18
i = encodeVarintTypes(dAtA, i, uint64(n18))
i--
dAtA[i] = 0x32
if m.Height != 0 {
i = encodeVarintTypes(dAtA, i, uint64(m.Height))
i--
dAtA[i] = 0x28
}
if len(m.ByzantineValidators) > 0 {
for iNdEx := len(m.ByzantineValidators) - 1; iNdEx >= 0; iNdEx-- {
{
@@ -4607,16 +4660,6 @@ func (m *RequestBeginBlock) MarshalToSizedBuffer(dAtA []byte) (int, error) {
}
i--
dAtA[i] = 0x1a
{
size, err := m.Header.MarshalToSizedBuffer(dAtA[:i])
if err != nil {
return 0, err
}
i -= size
i = encodeVarintTypes(dAtA, i, uint64(size))
}
i--
dAtA[i] = 0x12
if len(m.Hash) > 0 {
i -= len(m.Hash)
copy(dAtA[i:], m.Hash)
@@ -6860,8 +6903,6 @@ func (m *RequestBeginBlock) Size() (n int) {
if l > 0 {
n += 1 + l + sovTypes(uint64(l))
}
l = m.Header.Size()
n += 1 + l + sovTypes(uint64(l))
l = m.LastCommitInfo.Size()
n += 1 + l + sovTypes(uint64(l))
if len(m.ByzantineValidators) > 0 {
@@ -6870,6 +6911,19 @@ func (m *RequestBeginBlock) Size() (n int) {
n += 1 + l + sovTypes(uint64(l))
}
}
if m.Height != 0 {
n += 1 + sovTypes(uint64(m.Height))
}
l = github_com_gogo_protobuf_types.SizeOfStdTime(m.Time)
n += 1 + l + sovTypes(uint64(l))
l = len(m.NextValidatorsHash)
if l > 0 {
n += 1 + l + sovTypes(uint64(l))
}
l = len(m.ProposerAddress)
if l > 0 {
n += 1 + l + sovTypes(uint64(l))
}
return n
}
@@ -9152,39 +9206,6 @@ func (m *RequestBeginBlock) Unmarshal(dAtA []byte) error {
m.Hash = []byte{}
}
iNdEx = postIndex
case 2:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Header", 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.Header.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field LastCommitInfo", wireType)
@@ -9252,6 +9273,126 @@ func (m *RequestBeginBlock) Unmarshal(dAtA []byte) error {
return err
}
iNdEx = postIndex
case 5:
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 6:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Time", 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 := github_com_gogo_protobuf_types.StdTimeUnmarshal(&m.Time, dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
case 7:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field NextValidatorsHash", 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.NextValidatorsHash = append(m.NextValidatorsHash[:0], dAtA[iNdEx:postIndex]...)
if m.NextValidatorsHash == nil {
m.NextValidatorsHash = []byte{}
}
iNdEx = postIndex
case 8:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field ProposerAddress", 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.ProposerAddress = append(m.ProposerAddress[:0], dAtA[iNdEx:postIndex]...)
if m.ProposerAddress == nil {
m.ProposerAddress = []byte{}
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipTypes(dAtA[iNdEx:])

View File

@@ -6,7 +6,6 @@ option go_package = "github.com/tendermint/tendermint/abci/types";
// For more information on gogo.proto, see:
// https://github.com/gogo/protobuf/blob/master/extensions.md
import "tendermint/crypto/proof.proto";
import "tendermint/types/types.proto";
import "tendermint/crypto/keys.proto";
import "tendermint/types/params.proto";
import "google/protobuf/timestamp.proto";
@@ -75,10 +74,13 @@ message RequestQuery {
}
message RequestBeginBlock {
bytes hash = 1;
tendermint.types.Header header = 2 [(gogoproto.nullable) = false];
LastCommitInfo last_commit_info = 3 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 4 [(gogoproto.nullable) = false];
bytes hash = 1;
LastCommitInfo last_commit_info = 3 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 4 [(gogoproto.nullable) = false];
int64 height = 5;
google.protobuf.Timestamp time = 6 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true];
bytes next_validators_hash = 7; // validators for the next block
bytes proposer_address = 8;
}
enum CheckTxType {

View File

@@ -306,9 +306,12 @@ func execBlockOnProxyApp(
abciResponses.BeginBlock, err = proxyAppConn.BeginBlockSync(abci.RequestBeginBlock{
Hash: block.Hash(),
Header: *pbh,
LastCommitInfo: commitInfo,
ByzantineValidators: byzVals,
Height: pbh.Height,
Time: pbh.Time,
NextValidatorsHash: pbh.NextValidatorsHash,
ProposerAddress: pbh.ProposerAddress,
})
if err != nil {
logger.Error("error in proxyAppConn.BeginBlock", "err", err)