PrepareProposal-VoteExtension integration (#6915)

This commit is contained in:
mconcat
2021-11-16 13:23:48 +01:00
committed by GitHub
parent f408849112
commit 53565cb815
9 changed files with 284 additions and 188 deletions
+248 -183
View File
@@ -1324,6 +1324,9 @@ type RequestPrepareProposal struct {
BlockData [][]byte `protobuf:"bytes,1,rep,name=block_data,json=blockData,proto3" json:"block_data,omitempty"`
// If an application decides to populate block_data with extra information, they can not exceed this value.
BlockDataSize int64 `protobuf:"varint,2,opt,name=block_data_size,json=blockDataSize,proto3" json:"block_data_size,omitempty"`
// votes includes all votes from the previous block. This contains vote extension data that can be used in proposal
// preparation. The votes here will then form the last commit that gets sent in the proposed block.
Votes []*types1.Vote `protobuf:"bytes,3,rep,name=votes,proto3" json:"votes,omitempty"`
}
func (m *RequestPrepareProposal) Reset() { *m = RequestPrepareProposal{} }
@@ -1373,6 +1376,13 @@ func (m *RequestPrepareProposal) GetBlockDataSize() int64 {
return 0
}
func (m *RequestPrepareProposal) GetVotes() []*types1.Vote {
if m != nil {
return m.Votes
}
return nil
}
type Response struct {
// Types that are valid to be assigned to Value:
// *Response_Exception
@@ -3358,190 +3368,191 @@ func init() {
func init() { proto.RegisterFile("tendermint/abci/types.proto", fileDescriptor_252557cfdd89a31a) }
var fileDescriptor_252557cfdd89a31a = []byte{
// 2926 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0xcd, 0x73, 0x23, 0xd5,
0x11, 0xd7, 0xa7, 0xad, 0x69, 0x59, 0x1f, 0x7e, 0x5e, 0x16, 0x31, 0xec, 0xda, 0xcb, 0x50, 0xc0,
0xb2, 0x80, 0x1d, 0xbc, 0x05, 0x59, 0x8a, 0x24, 0x60, 0x69, 0xe5, 0xc8, 0xac, 0x63, 0x3b, 0xcf,
0xda, 0xa5, 0x48, 0x60, 0x87, 0x91, 0xe6, 0xd9, 0x1a, 0x56, 0x9a, 0x19, 0x66, 0x46, 0xc2, 0xde,
0x63, 0x2a, 0xb9, 0x50, 0x39, 0x70, 0xcc, 0x85, 0x53, 0xf2, 0x47, 0xe4, 0x94, 0x53, 0x0e, 0x1c,
0x92, 0x2a, 0x8e, 0x39, 0xa4, 0x48, 0x8a, 0xbd, 0xe5, 0x1f, 0xc8, 0x29, 0x55, 0xa9, 0xf7, 0x31,
0x5f, 0x92, 0x46, 0x1f, 0x90, 0x5b, 0x6e, 0xd3, 0xfd, 0xba, 0x7b, 0xde, 0xeb, 0xf7, 0xa6, 0xfb,
0xd7, 0x3d, 0x0f, 0x9e, 0xf5, 0x88, 0xa9, 0x13, 0x67, 0x60, 0x98, 0xde, 0x8e, 0xd6, 0xe9, 0x1a,
0x3b, 0xde, 0xa5, 0x4d, 0xdc, 0x6d, 0xdb, 0xb1, 0x3c, 0x0b, 0x55, 0xc2, 0xc1, 0x6d, 0x3a, 0x28,
0x5f, 0x8f, 0x48, 0x77, 0x9d, 0x4b, 0xdb, 0xb3, 0x76, 0x6c, 0xc7, 0xb2, 0xce, 0xb8, 0xbc, 0x7c,
0x2d, 0x32, 0xcc, 0xec, 0x44, 0xad, 0xc5, 0x46, 0x85, 0xf2, 0x23, 0x72, 0xe9, 0x8f, 0x5e, 0x9f,
0xd0, 0xb5, 0x35, 0x47, 0x1b, 0xf8, 0xc3, 0x5b, 0xe7, 0x96, 0x75, 0xde, 0x27, 0x3b, 0x8c, 0xea,
0x0c, 0xcf, 0x76, 0x3c, 0x63, 0x40, 0x5c, 0x4f, 0x1b, 0xd8, 0x42, 0xe0, 0xca, 0xb9, 0x75, 0x6e,
0xb1, 0xc7, 0x1d, 0xfa, 0xc4, 0xb9, 0xca, 0x5f, 0x25, 0x58, 0xc5, 0xe4, 0xd3, 0x21, 0x71, 0x3d,
0xb4, 0x0b, 0x39, 0xd2, 0xed, 0x59, 0xb5, 0xf4, 0x8d, 0xf4, 0xcd, 0xe2, 0xee, 0xb5, 0xed, 0xb1,
0xc5, 0x6d, 0x0b, 0xb9, 0x66, 0xb7, 0x67, 0xb5, 0x52, 0x98, 0xc9, 0xa2, 0x37, 0x20, 0x7f, 0xd6,
0x1f, 0xba, 0xbd, 0x5a, 0x86, 0x29, 0x5d, 0x4f, 0x52, 0xda, 0xa7, 0x42, 0xad, 0x14, 0xe6, 0xd2,
0xf4, 0x55, 0x86, 0x79, 0x66, 0xd5, 0xb2, 0xb3, 0x5f, 0x75, 0x60, 0x9e, 0xb1, 0x57, 0x51, 0x59,
0x54, 0x07, 0x30, 0x4c, 0xc3, 0x53, 0xbb, 0x3d, 0xcd, 0x30, 0x6b, 0x39, 0xa6, 0xf9, 0x5c, 0xb2,
0xa6, 0xe1, 0x35, 0xa8, 0x60, 0x2b, 0x85, 0x25, 0xc3, 0x27, 0xe8, 0x74, 0x3f, 0x1d, 0x12, 0xe7,
0xb2, 0x96, 0x9f, 0x3d, 0xdd, 0x9f, 0x53, 0x21, 0x3a, 0x5d, 0x26, 0x8d, 0x9a, 0x50, 0xec, 0x90,
0x73, 0xc3, 0x54, 0x3b, 0x7d, 0xab, 0xfb, 0xa8, 0xb6, 0xc2, 0x94, 0x95, 0x24, 0xe5, 0x3a, 0x15,
0xad, 0x53, 0xc9, 0x56, 0x0a, 0x43, 0x27, 0xa0, 0xd0, 0x8f, 0xa0, 0xd0, 0xed, 0x91, 0xee, 0x23,
0xd5, 0xbb, 0xa8, 0xad, 0x32, 0x1b, 0x5b, 0x49, 0x36, 0x1a, 0x54, 0xae, 0x7d, 0xd1, 0x4a, 0xe1,
0xd5, 0x2e, 0x7f, 0xa4, 0xeb, 0xd7, 0x49, 0xdf, 0x18, 0x11, 0x87, 0xea, 0x17, 0x66, 0xaf, 0xff,
0x2e, 0x97, 0x64, 0x16, 0x24, 0xdd, 0x27, 0xd0, 0x3b, 0x20, 0x11, 0x53, 0x17, 0xcb, 0x90, 0x98,
0x89, 0x1b, 0x89, 0xfb, 0x6c, 0xea, 0xfe, 0x22, 0x0a, 0x44, 0x3c, 0xa3, 0x3b, 0xb0, 0xd2, 0xb5,
0x06, 0x03, 0xc3, 0xab, 0x01, 0xd3, 0xde, 0x4c, 0x5c, 0x00, 0x93, 0x6a, 0xa5, 0xb0, 0x90, 0x47,
0x47, 0x50, 0xee, 0x1b, 0xae, 0xa7, 0xba, 0xa6, 0x66, 0xbb, 0x3d, 0xcb, 0x73, 0x6b, 0x45, 0x66,
0xe1, 0x85, 0x24, 0x0b, 0x87, 0x86, 0xeb, 0x9d, 0xfa, 0xc2, 0xad, 0x14, 0x2e, 0xf5, 0xa3, 0x0c,
0x6a, 0xcf, 0x3a, 0x3b, 0x23, 0x4e, 0x60, 0xb0, 0xb6, 0x36, 0xdb, 0xde, 0x31, 0x95, 0xf6, 0xf5,
0xa9, 0x3d, 0x2b, 0xca, 0x40, 0xbf, 0x84, 0x8d, 0xbe, 0xa5, 0xe9, 0x81, 0x39, 0xb5, 0xdb, 0x1b,
0x9a, 0x8f, 0x6a, 0x25, 0x66, 0xf4, 0xe5, 0xc4, 0x49, 0x5a, 0x9a, 0xee, 0x9b, 0x68, 0x50, 0x85,
0x56, 0x0a, 0xaf, 0xf7, 0xc7, 0x99, 0xe8, 0x21, 0x5c, 0xd1, 0x6c, 0xbb, 0x7f, 0x39, 0x6e, 0xbd,
0xcc, 0xac, 0xdf, 0x4a, 0xb2, 0xbe, 0x47, 0x75, 0xc6, 0xcd, 0x23, 0x6d, 0x82, 0x8b, 0xda, 0x50,
0xb5, 0x1d, 0x62, 0x6b, 0x0e, 0x51, 0x6d, 0xc7, 0xb2, 0x2d, 0x57, 0xeb, 0xd7, 0x2a, 0xcc, 0xf6,
0x4b, 0x49, 0xb6, 0x4f, 0xb8, 0xfc, 0x89, 0x10, 0x6f, 0xa5, 0x70, 0xc5, 0x8e, 0xb3, 0xe8, 0xb1,
0x27, 0x17, 0x54, 0x5d, 0x1d, 0x59, 0x1e, 0xa9, 0x55, 0x67, 0x1f, 0xfb, 0x26, 0x13, 0x7d, 0x60,
0x79, 0x84, 0x1e, 0x7b, 0x12, 0x50, 0x48, 0x83, 0xa7, 0x46, 0xc4, 0x31, 0xce, 0x2e, 0x99, 0x19,
0x95, 0x8d, 0xb8, 0x86, 0x65, 0xd6, 0xd6, 0x99, 0xc1, 0x57, 0x92, 0x0c, 0x3e, 0x60, 0x4a, 0xd4,
0x44, 0xd3, 0x57, 0x69, 0xa5, 0xf0, 0xc6, 0x68, 0x92, 0x5d, 0x5f, 0x85, 0xfc, 0x48, 0xeb, 0x0f,
0x89, 0xf2, 0x12, 0x14, 0x23, 0x61, 0x0a, 0xd5, 0x60, 0x75, 0x40, 0x5c, 0x57, 0x3b, 0x27, 0x2c,
0xaa, 0x49, 0xd8, 0x27, 0x95, 0x32, 0xac, 0x45, 0x43, 0x93, 0xf2, 0x45, 0x3a, 0xd0, 0xa4, 0x51,
0x87, 0x6a, 0x8e, 0x88, 0xc3, 0xa6, 0x29, 0x34, 0x05, 0x89, 0x9e, 0x87, 0x12, 0xfb, 0x7e, 0x54,
0x7f, 0x9c, 0x86, 0xbe, 0x1c, 0x5e, 0x63, 0xcc, 0x07, 0x42, 0x68, 0x0b, 0x8a, 0xf6, 0xae, 0x1d,
0x88, 0x64, 0x99, 0x08, 0xd8, 0xbb, 0xb6, 0x2f, 0xf0, 0x1c, 0xac, 0xd1, 0xb5, 0x06, 0x12, 0x39,
0xf6, 0x92, 0x22, 0xe5, 0x09, 0x11, 0xe5, 0x2f, 0x19, 0xa8, 0x8e, 0x87, 0x33, 0x74, 0x07, 0x72,
0x34, 0xb2, 0x8b, 0x20, 0x2d, 0x6f, 0xf3, 0xb0, 0xbf, 0xed, 0x87, 0xfd, 0xed, 0xb6, 0x1f, 0xf6,
0xeb, 0x85, 0xaf, 0xbe, 0xd9, 0x4a, 0x7d, 0xf1, 0x8f, 0xad, 0x34, 0x66, 0x1a, 0xe8, 0x19, 0x1a,
0x7d, 0x34, 0xc3, 0x54, 0x0d, 0x9d, 0x4d, 0x59, 0xa2, 0xa1, 0x45, 0x33, 0xcc, 0x03, 0x1d, 0x1d,
0x42, 0xb5, 0x6b, 0x99, 0x2e, 0x31, 0xdd, 0xa1, 0xab, 0xf2, 0xb4, 0x22, 0x42, 0x73, 0x2c, 0xc0,
0xf0, 0x64, 0xd5, 0xf0, 0x25, 0x4f, 0x98, 0x20, 0xae, 0x74, 0xe3, 0x0c, 0xb4, 0x0f, 0x30, 0xd2,
0xfa, 0x86, 0xae, 0x79, 0x96, 0xe3, 0xd6, 0x72, 0x37, 0xb2, 0x53, 0xa3, 0xcc, 0x03, 0x5f, 0xe4,
0xbe, 0xad, 0x6b, 0x1e, 0xa9, 0xe7, 0xe8, 0x74, 0x71, 0x44, 0x13, 0xbd, 0x08, 0x15, 0xcd, 0xb6,
0x55, 0xd7, 0xd3, 0x3c, 0xa2, 0x76, 0x2e, 0x3d, 0xe2, 0xb2, 0xb0, 0xbd, 0x86, 0x4b, 0x9a, 0x6d,
0x9f, 0x52, 0x6e, 0x9d, 0x32, 0xd1, 0x0b, 0x50, 0xa6, 0x11, 0xde, 0xd0, 0xfa, 0x6a, 0x8f, 0x18,
0xe7, 0x3d, 0x8f, 0x05, 0xe8, 0x2c, 0x2e, 0x09, 0x6e, 0x8b, 0x31, 0x15, 0x3d, 0xd8, 0x71, 0x16,
0xdd, 0x11, 0x82, 0x9c, 0xae, 0x79, 0x1a, 0xf3, 0xe4, 0x1a, 0x66, 0xcf, 0x94, 0x67, 0x6b, 0x5e,
0x4f, 0xf8, 0x87, 0x3d, 0xa3, 0xab, 0xb0, 0x22, 0xcc, 0x66, 0x99, 0x59, 0x41, 0xa1, 0x2b, 0x90,
0xb7, 0x1d, 0x6b, 0x44, 0xd8, 0xd6, 0x15, 0x30, 0x27, 0x94, 0x5f, 0x67, 0x60, 0x7d, 0x22, 0x0f,
0x50, 0xbb, 0x3d, 0xcd, 0xed, 0xf9, 0xef, 0xa2, 0xcf, 0xe8, 0x4d, 0x6a, 0x57, 0xd3, 0x89, 0x23,
0x72, 0x67, 0x6d, 0xd2, 0xd5, 0x2d, 0x36, 0x2e, 0x5c, 0x23, 0xa4, 0xd1, 0x31, 0x54, 0xfb, 0x9a,
0xeb, 0xa9, 0x3c, 0xae, 0xaa, 0x91, 0x3c, 0x3a, 0x99, 0x4d, 0x0e, 0x35, 0x3f, 0x12, 0xd3, 0x43,
0x2d, 0x0c, 0x95, 0xfb, 0x31, 0x2e, 0xc2, 0x70, 0xa5, 0x73, 0xf9, 0x58, 0x33, 0x3d, 0xc3, 0x24,
0xea, 0xc4, 0xce, 0x3d, 0x33, 0x61, 0xb4, 0x39, 0x32, 0x74, 0x62, 0x76, 0xfd, 0x2d, 0xdb, 0x08,
0x94, 0x83, 0x2d, 0x75, 0x15, 0x0c, 0xe5, 0x78, 0x26, 0x43, 0x65, 0xc8, 0x78, 0x17, 0xc2, 0x01,
0x19, 0xef, 0x02, 0xfd, 0x00, 0x72, 0x74, 0x91, 0x6c, 0xf1, 0xe5, 0x29, 0x10, 0x40, 0xe8, 0xb5,
0x2f, 0x6d, 0x82, 0x99, 0xa4, 0xa2, 0x04, 0x9f, 0x43, 0x90, 0xdd, 0xc6, 0xad, 0x2a, 0x2f, 0x43,
0x65, 0x2c, 0x7d, 0x45, 0xf6, 0x2f, 0x1d, 0xdd, 0x3f, 0xa5, 0x02, 0xa5, 0x58, 0xae, 0x52, 0xae,
0xc2, 0x95, 0x69, 0xa9, 0x47, 0xe9, 0x05, 0xfc, 0x58, 0x0a, 0x41, 0x6f, 0x40, 0x21, 0xc8, 0x3d,
0xfc, 0x73, 0x9c, 0xf4, 0x95, 0x2f, 0x8c, 0x03, 0x51, 0xfa, 0x1d, 0xd2, 0x63, 0xcd, 0xce, 0x43,
0x86, 0x4d, 0x7c, 0x55, 0xb3, 0xed, 0x96, 0xe6, 0xf6, 0x94, 0x8f, 0xa1, 0x96, 0x94, 0x57, 0xc6,
0x96, 0x91, 0x0b, 0x8e, 0xe1, 0x55, 0x58, 0x39, 0xb3, 0x9c, 0x81, 0xe6, 0x31, 0x63, 0x25, 0x2c,
0x28, 0x7a, 0x3c, 0x79, 0x8e, 0xc9, 0x32, 0x36, 0x27, 0x14, 0x15, 0x9e, 0x49, 0xcc, 0x2d, 0x54,
0xc5, 0x30, 0x75, 0xc2, 0xfd, 0x59, 0xc2, 0x9c, 0x08, 0x0d, 0xf1, 0xc9, 0x72, 0x82, 0xbe, 0xd6,
0x65, 0x6b, 0x65, 0xf6, 0x25, 0x2c, 0x28, 0xe5, 0x9d, 0xe0, 0xf8, 0x87, 0xf9, 0x00, 0xdd, 0x82,
0x1c, 0xcb, 0x20, 0xdc, 0x4b, 0x57, 0x27, 0x0f, 0x3a, 0x95, 0xc2, 0x4c, 0x46, 0x69, 0x81, 0x9c,
0x1c, 0xff, 0x97, 0xb2, 0xa4, 0xc2, 0xd5, 0xe9, 0xb9, 0x0e, 0x5d, 0x07, 0xe0, 0x21, 0x5c, 0x04,
0x80, 0xec, 0xcd, 0x35, 0x2c, 0x31, 0xce, 0x5d, 0x1a, 0x05, 0x5e, 0x84, 0x4a, 0x38, 0xac, 0xba,
0xc6, 0x63, 0x7e, 0x4a, 0xb3, 0xb8, 0x14, 0xc8, 0x9c, 0x1a, 0x8f, 0x89, 0xf2, 0x7b, 0x80, 0x02,
0x26, 0xae, 0x4d, 0xe3, 0x1f, 0xaa, 0x83, 0x44, 0x2e, 0xba, 0xc4, 0xf6, 0xfc, 0x94, 0x31, 0x3d,
0x55, 0x72, 0xe9, 0xa6, 0x2f, 0x49, 0xe1, 0x59, 0xa0, 0x86, 0x6e, 0x0b, 0x04, 0x9e, 0x0c, 0xa6,
0x85, 0x7a, 0x14, 0x82, 0xbf, 0xe9, 0x43, 0xf0, 0x6c, 0x22, 0x22, 0xe3, 0x5a, 0x63, 0x18, 0xfc,
0xb6, 0xc0, 0xe0, 0xb9, 0x39, 0x2f, 0x8b, 0x81, 0xf0, 0x46, 0x0c, 0x84, 0xe7, 0xe7, 0x2c, 0x33,
0x01, 0x85, 0xbf, 0xe9, 0xa3, 0xf0, 0x95, 0x39, 0x33, 0x1e, 0x83, 0xe1, 0xfb, 0x71, 0x18, 0xce,
0x21, 0xf4, 0xf3, 0x89, 0xda, 0x89, 0x38, 0xfc, 0xc7, 0x11, 0x1c, 0x5e, 0x48, 0x04, 0xc1, 0xdc,
0xc8, 0x14, 0x20, 0xde, 0x88, 0x01, 0x71, 0x69, 0x8e, 0x0f, 0x12, 0x90, 0xf8, 0xbb, 0x51, 0x24,
0x0e, 0x89, 0x60, 0x5e, 0xec, 0xf7, 0x34, 0x28, 0xfe, 0x56, 0x00, 0xc5, 0x8b, 0x89, 0xb5, 0x84,
0x58, 0xc3, 0x38, 0x16, 0x3f, 0x9e, 0xc0, 0xe2, 0x1c, 0x3b, 0xbf, 0x98, 0x68, 0x62, 0x0e, 0x18,
0x3f, 0x9e, 0x00, 0xe3, 0xa5, 0x39, 0x06, 0xe7, 0xa0, 0xf1, 0x0f, 0xa7, 0xa3, 0xf1, 0x64, 0xbc,
0x2c, 0xa6, 0xb9, 0x18, 0x1c, 0x57, 0x13, 0xe0, 0x78, 0x25, 0x11, 0x90, 0x72, 0xf3, 0x0b, 0xe3,
0xf1, 0xfb, 0x53, 0xf0, 0x38, 0x87, 0xcf, 0x37, 0x13, 0x8d, 0x2f, 0x00, 0xc8, 0xf7, 0xe3, 0x80,
0x7c, 0x7d, 0xce, 0x07, 0x90, 0x88, 0xc8, 0x3b, 0x49, 0x88, 0x1c, 0x31, 0x8b, 0xaf, 0x26, 0x5a,
0xfc, 0x2e, 0x90, 0xfc, 0x65, 0x9a, 0x11, 0xc6, 0xc2, 0x1e, 0x4d, 0x2a, 0xc4, 0x71, 0x2c, 0x47,
0x80, 0x6b, 0x4e, 0x28, 0x37, 0x29, 0x44, 0x0b, 0x43, 0xdc, 0x0c, 0xf8, 0xce, 0x92, 0x77, 0x24,
0xac, 0x29, 0x7f, 0x4c, 0x87, 0xba, 0x0c, 0xd5, 0x44, 0xe1, 0x9d, 0x24, 0xe0, 0x5d, 0x04, 0xd4,
0x67, 0xe2, 0xa0, 0x7e, 0x0b, 0x8a, 0x34, 0x29, 0x8f, 0xe1, 0x75, 0xcd, 0x0e, 0xf0, 0xfa, 0x2d,
0x58, 0x67, 0xa8, 0x8b, 0x27, 0x06, 0x91, 0x89, 0x73, 0x2c, 0x2b, 0x54, 0xe8, 0x00, 0xff, 0x3e,
0x79, 0x4a, 0x7e, 0x0d, 0x36, 0x22, 0xb2, 0x41, 0xb2, 0xe7, 0xe0, 0xb5, 0x1a, 0x48, 0xef, 0x89,
0xac, 0xff, 0xe7, 0x74, 0xe8, 0xa1, 0x10, 0xe8, 0x4f, 0xc3, 0xe4, 0xe9, 0xff, 0x11, 0x26, 0xcf,
0x7c, 0x67, 0x4c, 0x1e, 0x05, 0x2f, 0xd9, 0x38, 0x78, 0xf9, 0x77, 0x3a, 0xdc, 0x93, 0x00, 0x61,
0x77, 0x2d, 0x9d, 0x08, 0x38, 0xc1, 0x9e, 0x51, 0x15, 0xb2, 0x7d, 0xeb, 0x5c, 0x80, 0x06, 0xfa,
0x48, 0xa5, 0x82, 0x3c, 0x24, 0x89, 0x34, 0x13, 0x20, 0x91, 0x3c, 0xf3, 0xb0, 0x40, 0x22, 0x55,
0xc8, 0x3e, 0x22, 0x3c, 0x6b, 0xac, 0x61, 0xfa, 0x48, 0xe5, 0xd8, 0x21, 0x63, 0xb9, 0x60, 0x0d,
0x73, 0x02, 0xdd, 0x01, 0x89, 0x75, 0xdd, 0x54, 0xcb, 0x76, 0x45, 0x80, 0x7f, 0x36, 0xba, 0x56,
0xde, 0x5c, 0xdb, 0x3e, 0xa1, 0x32, 0xc7, 0xb6, 0x8b, 0x0b, 0xb6, 0x78, 0x8a, 0x80, 0x2c, 0x29,
0x86, 0xf5, 0xaf, 0x81, 0x44, 0x67, 0xef, 0xda, 0x5a, 0x97, 0xb0, 0x68, 0x2d, 0xe1, 0x90, 0xa1,
0x3c, 0x04, 0x34, 0x99, 0x73, 0x50, 0x0b, 0x56, 0xc8, 0x88, 0x98, 0x9e, 0xcb, 0x00, 0xc6, 0x18,
0x58, 0x11, 0x40, 0x9a, 0x98, 0x5e, 0xbd, 0x46, 0x9d, 0xfc, 0xaf, 0x6f, 0xb6, 0xaa, 0x5c, 0xfa,
0x55, 0x6b, 0x60, 0x78, 0x64, 0x60, 0x7b, 0x97, 0x58, 0xe8, 0x2b, 0x7f, 0xcf, 0x50, 0x54, 0x1b,
0xcb, 0x47, 0x53, 0x7d, 0xeb, 0x1f, 0xf9, 0x4c, 0xa4, 0xa2, 0x59, 0xcc, 0xdf, 0x9b, 0x00, 0xe7,
0x9a, 0xab, 0x7e, 0xa6, 0x99, 0x1e, 0xd1, 0x85, 0xd3, 0x23, 0x1c, 0x24, 0x43, 0x81, 0x52, 0x43,
0x97, 0xe8, 0xa2, 0xb8, 0x0a, 0xe8, 0xc8, 0x3a, 0x57, 0xbf, 0xdf, 0x3a, 0xe3, 0x5e, 0x2e, 0x8c,
0x79, 0x39, 0x82, 0x38, 0xa5, 0x28, 0xe2, 0xa4, 0x73, 0xb3, 0x1d, 0xc3, 0x72, 0x0c, 0xef, 0x92,
0x6d, 0x4d, 0x16, 0x07, 0x34, 0xad, 0xd5, 0x07, 0x64, 0x60, 0x5b, 0x56, 0x5f, 0xe5, 0xe1, 0xa6,
0xc8, 0x54, 0xd7, 0x04, 0xb3, 0xc9, 0xa2, 0xce, 0x6f, 0x32, 0xe1, 0xf7, 0x17, 0x56, 0x16, 0xff,
0x77, 0x0e, 0x56, 0x7e, 0xcb, 0xfa, 0x0d, 0x71, 0xc4, 0x81, 0x4e, 0x61, 0x3d, 0xf8, 0xfc, 0xd5,
0x21, 0x0b, 0x0b, 0xfe, 0x81, 0x5e, 0x34, 0x7e, 0x54, 0x47, 0x71, 0xb6, 0x8b, 0x3e, 0x80, 0xa7,
// 2941 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5a, 0x4b, 0x73, 0xe3, 0xc6,
0xf1, 0xe7, 0x53, 0x22, 0x9a, 0xe2, 0x43, 0xa3, 0xf5, 0x9a, 0x86, 0x77, 0xa5, 0x35, 0x5c, 0xb6,
0xd7, 0xeb, 0xb5, 0xf4, 0xb7, 0xb6, 0xec, 0xff, 0xba, 0x9c, 0xc4, 0x16, 0xb9, 0x54, 0x28, 0xaf,
0x22, 0x29, 0x23, 0xee, 0xba, 0x9c, 0xd8, 0x0b, 0x83, 0xc4, 0x48, 0x84, 0x97, 0x04, 0x60, 0x00,
0xa4, 0xa5, 0x3d, 0xa6, 0x92, 0x8b, 0x2b, 0xa9, 0xf2, 0x31, 0x17, 0x9f, 0x92, 0x0f, 0x91, 0x53,
0x4e, 0x39, 0xf8, 0x90, 0x54, 0xf9, 0x98, 0x43, 0xca, 0x49, 0xd9, 0xb7, 0x7c, 0x81, 0x9c, 0x52,
0x95, 0x9a, 0x07, 0x5e, 0x24, 0xc1, 0x87, 0x9d, 0x5b, 0x6e, 0xe8, 0x9e, 0xee, 0xc6, 0x4c, 0xcf,
0xa0, 0xfb, 0xd7, 0x8d, 0x81, 0x67, 0x3d, 0x62, 0xea, 0xc4, 0x19, 0x18, 0xa6, 0xb7, 0xa3, 0x75,
0xba, 0xc6, 0x8e, 0x77, 0x69, 0x13, 0x77, 0xdb, 0x76, 0x2c, 0xcf, 0x42, 0x95, 0x70, 0x70, 0x9b,
0x0e, 0xca, 0xd7, 0x23, 0xd2, 0x5d, 0xe7, 0xd2, 0xf6, 0xac, 0x1d, 0xdb, 0xb1, 0xac, 0x33, 0x2e,
0x2f, 0x5f, 0x8b, 0x0c, 0x33, 0x3b, 0x51, 0x6b, 0xb1, 0x51, 0xa1, 0xfc, 0x98, 0x5c, 0xfa, 0xa3,
0xd7, 0x27, 0x74, 0x6d, 0xcd, 0xd1, 0x06, 0xfe, 0xf0, 0xd6, 0xb9, 0x65, 0x9d, 0xf7, 0xc9, 0x0e,
0xa3, 0x3a, 0xc3, 0xb3, 0x1d, 0xcf, 0x18, 0x10, 0xd7, 0xd3, 0x06, 0xb6, 0x10, 0xb8, 0x72, 0x6e,
0x9d, 0x5b, 0xec, 0x71, 0x87, 0x3e, 0x71, 0xae, 0xf2, 0x17, 0x09, 0x56, 0x31, 0xf9, 0x64, 0x48,
0x5c, 0x0f, 0xed, 0x42, 0x8e, 0x74, 0x7b, 0x56, 0x2d, 0x7d, 0x23, 0x7d, 0xb3, 0xb8, 0x7b, 0x6d,
0x7b, 0x6c, 0x71, 0xdb, 0x42, 0xae, 0xd9, 0xed, 0x59, 0xad, 0x14, 0x66, 0xb2, 0xe8, 0x75, 0xc8,
0x9f, 0xf5, 0x87, 0x6e, 0xaf, 0x96, 0x61, 0x4a, 0xd7, 0x93, 0x94, 0xf6, 0xa9, 0x50, 0x2b, 0x85,
0xb9, 0x34, 0x7d, 0x95, 0x61, 0x9e, 0x59, 0xb5, 0xec, 0xec, 0x57, 0x1d, 0x98, 0x67, 0xec, 0x55,
0x54, 0x16, 0xd5, 0x01, 0x0c, 0xd3, 0xf0, 0xd4, 0x6e, 0x4f, 0x33, 0xcc, 0x5a, 0x8e, 0x69, 0x3e,
0x97, 0xac, 0x69, 0x78, 0x0d, 0x2a, 0xd8, 0x4a, 0x61, 0xc9, 0xf0, 0x09, 0x3a, 0xdd, 0x4f, 0x86,
0xc4, 0xb9, 0xac, 0xe5, 0x67, 0x4f, 0xf7, 0xa7, 0x54, 0x88, 0x4e, 0x97, 0x49, 0xa3, 0x26, 0x14,
0x3b, 0xe4, 0xdc, 0x30, 0xd5, 0x4e, 0xdf, 0xea, 0x3e, 0xae, 0xad, 0x30, 0x65, 0x25, 0x49, 0xb9,
0x4e, 0x45, 0xeb, 0x54, 0xb2, 0x95, 0xc2, 0xd0, 0x09, 0x28, 0xf4, 0x03, 0x28, 0x74, 0x7b, 0xa4,
0xfb, 0x58, 0xf5, 0x2e, 0x6a, 0xab, 0xcc, 0xc6, 0x56, 0x92, 0x8d, 0x06, 0x95, 0x6b, 0x5f, 0xb4,
0x52, 0x78, 0xb5, 0xcb, 0x1f, 0xe9, 0xfa, 0x75, 0xd2, 0x37, 0x46, 0xc4, 0xa1, 0xfa, 0x85, 0xd9,
0xeb, 0xbf, 0xc7, 0x25, 0x99, 0x05, 0x49, 0xf7, 0x09, 0xf4, 0x36, 0x48, 0xc4, 0xd4, 0xc5, 0x32,
0x24, 0x66, 0xe2, 0x46, 0xe2, 0x3e, 0x9b, 0xba, 0xbf, 0x88, 0x02, 0x11, 0xcf, 0xe8, 0x2e, 0xac,
0x74, 0xad, 0xc1, 0xc0, 0xf0, 0x6a, 0xc0, 0xb4, 0x37, 0x13, 0x17, 0xc0, 0xa4, 0x5a, 0x29, 0x2c,
0xe4, 0xd1, 0x11, 0x94, 0xfb, 0x86, 0xeb, 0xa9, 0xae, 0xa9, 0xd9, 0x6e, 0xcf, 0xf2, 0xdc, 0x5a,
0x91, 0x59, 0x78, 0x21, 0xc9, 0xc2, 0xa1, 0xe1, 0x7a, 0xa7, 0xbe, 0x70, 0x2b, 0x85, 0x4b, 0xfd,
0x28, 0x83, 0xda, 0xb3, 0xce, 0xce, 0x88, 0x13, 0x18, 0xac, 0xad, 0xcd, 0xb6, 0x77, 0x4c, 0xa5,
0x7d, 0x7d, 0x6a, 0xcf, 0x8a, 0x32, 0xd0, 0xcf, 0x61, 0xa3, 0x6f, 0x69, 0x7a, 0x60, 0x4e, 0xed,
0xf6, 0x86, 0xe6, 0xe3, 0x5a, 0x89, 0x19, 0x7d, 0x39, 0x71, 0x92, 0x96, 0xa6, 0xfb, 0x26, 0x1a,
0x54, 0xa1, 0x95, 0xc2, 0xeb, 0xfd, 0x71, 0x26, 0x7a, 0x04, 0x57, 0x34, 0xdb, 0xee, 0x5f, 0x8e,
0x5b, 0x2f, 0x33, 0xeb, 0xb7, 0x92, 0xac, 0xef, 0x51, 0x9d, 0x71, 0xf3, 0x48, 0x9b, 0xe0, 0xa2,
0x36, 0x54, 0x6d, 0x87, 0xd8, 0x9a, 0x43, 0x54, 0xdb, 0xb1, 0x6c, 0xcb, 0xd5, 0xfa, 0xb5, 0x0a,
0xb3, 0xfd, 0x52, 0x92, 0xed, 0x13, 0x2e, 0x7f, 0x22, 0xc4, 0x5b, 0x29, 0x5c, 0xb1, 0xe3, 0x2c,
0x7a, 0xec, 0xc9, 0x05, 0x55, 0x57, 0x47, 0x96, 0x47, 0x6a, 0xd5, 0xd9, 0xc7, 0xbe, 0xc9, 0x44,
0x1f, 0x5a, 0x1e, 0xa1, 0xc7, 0x9e, 0x04, 0x14, 0xd2, 0xe0, 0xa9, 0x11, 0x71, 0x8c, 0xb3, 0x4b,
0x66, 0x46, 0x65, 0x23, 0xae, 0x61, 0x99, 0xb5, 0x75, 0x66, 0xf0, 0x95, 0x24, 0x83, 0x0f, 0x99,
0x12, 0x35, 0xd1, 0xf4, 0x55, 0x5a, 0x29, 0xbc, 0x31, 0x9a, 0x64, 0xd7, 0x57, 0x21, 0x3f, 0xd2,
0xfa, 0x43, 0xa2, 0xbc, 0x04, 0xc5, 0x48, 0x98, 0x42, 0x35, 0x58, 0x1d, 0x10, 0xd7, 0xd5, 0xce,
0x09, 0x8b, 0x6a, 0x12, 0xf6, 0x49, 0xa5, 0x0c, 0x6b, 0xd1, 0xd0, 0xa4, 0x7c, 0x9e, 0x0e, 0x34,
0x69, 0xd4, 0xa1, 0x9a, 0x23, 0xe2, 0xb0, 0x69, 0x0a, 0x4d, 0x41, 0xa2, 0xe7, 0xa1, 0xc4, 0xbe,
0x1f, 0xd5, 0x1f, 0xa7, 0xa1, 0x2f, 0x87, 0xd7, 0x18, 0xf3, 0xa1, 0x10, 0xda, 0x82, 0xa2, 0xbd,
0x6b, 0x07, 0x22, 0x59, 0x26, 0x02, 0xf6, 0xae, 0xed, 0x0b, 0x3c, 0x07, 0x6b, 0x74, 0xad, 0x81,
0x44, 0x8e, 0xbd, 0xa4, 0x48, 0x79, 0x42, 0x44, 0xf9, 0x73, 0x06, 0xaa, 0xe3, 0xe1, 0x0c, 0xdd,
0x85, 0x1c, 0x8d, 0xec, 0x22, 0x48, 0xcb, 0xdb, 0x3c, 0xec, 0x6f, 0xfb, 0x61, 0x7f, 0xbb, 0xed,
0x87, 0xfd, 0x7a, 0xe1, 0xcb, 0xaf, 0xb7, 0x52, 0x9f, 0xff, 0x7d, 0x2b, 0x8d, 0x99, 0x06, 0x7a,
0x86, 0x46, 0x1f, 0xcd, 0x30, 0x55, 0x43, 0x67, 0x53, 0x96, 0x68, 0x68, 0xd1, 0x0c, 0xf3, 0x40,
0x47, 0x87, 0x50, 0xed, 0x5a, 0xa6, 0x4b, 0x4c, 0x77, 0xe8, 0xaa, 0x3c, 0xad, 0x88, 0xd0, 0x1c,
0x0b, 0x30, 0x3c, 0x59, 0x35, 0x7c, 0xc9, 0x13, 0x26, 0x88, 0x2b, 0xdd, 0x38, 0x03, 0xed, 0x03,
0x8c, 0xb4, 0xbe, 0xa1, 0x6b, 0x9e, 0xe5, 0xb8, 0xb5, 0xdc, 0x8d, 0xec, 0xd4, 0x28, 0xf3, 0xd0,
0x17, 0x79, 0x60, 0xeb, 0x9a, 0x47, 0xea, 0x39, 0x3a, 0x5d, 0x1c, 0xd1, 0x44, 0x2f, 0x42, 0x45,
0xb3, 0x6d, 0xd5, 0xf5, 0x34, 0x8f, 0xa8, 0x9d, 0x4b, 0x8f, 0xb8, 0x2c, 0x6c, 0xaf, 0xe1, 0x92,
0x66, 0xdb, 0xa7, 0x94, 0x5b, 0xa7, 0x4c, 0xf4, 0x02, 0x94, 0x69, 0x84, 0x37, 0xb4, 0xbe, 0xda,
0x23, 0xc6, 0x79, 0xcf, 0x63, 0x01, 0x3a, 0x8b, 0x4b, 0x82, 0xdb, 0x62, 0x4c, 0x45, 0x0f, 0x76,
0x9c, 0x45, 0x77, 0x84, 0x20, 0xa7, 0x6b, 0x9e, 0xc6, 0x3c, 0xb9, 0x86, 0xd9, 0x33, 0xe5, 0xd9,
0x9a, 0xd7, 0x13, 0xfe, 0x61, 0xcf, 0xe8, 0x2a, 0xac, 0x08, 0xb3, 0x59, 0x66, 0x56, 0x50, 0xe8,
0x0a, 0xe4, 0x6d, 0xc7, 0x1a, 0x11, 0xb6, 0x75, 0x05, 0xcc, 0x09, 0xe5, 0x97, 0x19, 0x58, 0x9f,
0xc8, 0x03, 0xd4, 0x6e, 0x4f, 0x73, 0x7b, 0xfe, 0xbb, 0xe8, 0x33, 0x7a, 0x83, 0xda, 0xd5, 0x74,
0xe2, 0x88, 0xdc, 0x59, 0x9b, 0x74, 0x75, 0x8b, 0x8d, 0x0b, 0xd7, 0x08, 0x69, 0x74, 0x0c, 0xd5,
0xbe, 0xe6, 0x7a, 0x2a, 0x8f, 0xab, 0x6a, 0x24, 0x8f, 0x4e, 0x66, 0x93, 0x43, 0xcd, 0x8f, 0xc4,
0xf4, 0x50, 0x0b, 0x43, 0xe5, 0x7e, 0x8c, 0x8b, 0x30, 0x5c, 0xe9, 0x5c, 0x3e, 0xd1, 0x4c, 0xcf,
0x30, 0x89, 0x3a, 0xb1, 0x73, 0xcf, 0x4c, 0x18, 0x6d, 0x8e, 0x0c, 0x9d, 0x98, 0x5d, 0x7f, 0xcb,
0x36, 0x02, 0xe5, 0x60, 0x4b, 0x5d, 0x05, 0x43, 0x39, 0x9e, 0xc9, 0x50, 0x19, 0x32, 0xde, 0x85,
0x70, 0x40, 0xc6, 0xbb, 0x40, 0xff, 0x07, 0x39, 0xba, 0x48, 0xb6, 0xf8, 0xf2, 0x14, 0x08, 0x20,
0xf4, 0xda, 0x97, 0x36, 0xc1, 0x4c, 0x52, 0x51, 0x82, 0xcf, 0x21, 0xc8, 0x6e, 0xe3, 0x56, 0x95,
0x97, 0xa1, 0x32, 0x96, 0xbe, 0x22, 0xfb, 0x97, 0x8e, 0xee, 0x9f, 0x52, 0x81, 0x52, 0x2c, 0x57,
0x29, 0x57, 0xe1, 0xca, 0xb4, 0xd4, 0xa3, 0xf4, 0x02, 0x7e, 0x2c, 0x85, 0xa0, 0xd7, 0xa1, 0x10,
0xe4, 0x1e, 0xfe, 0x39, 0x4e, 0xfa, 0xca, 0x17, 0xc6, 0x81, 0x28, 0xfd, 0x0e, 0xe9, 0xb1, 0x66,
0xe7, 0x21, 0xc3, 0x26, 0xbe, 0xaa, 0xd9, 0x76, 0x4b, 0x73, 0x7b, 0xca, 0x47, 0x50, 0x4b, 0xca,
0x2b, 0x63, 0xcb, 0xc8, 0x05, 0xc7, 0xf0, 0x2a, 0xac, 0x9c, 0x59, 0xce, 0x40, 0xf3, 0x98, 0xb1,
0x12, 0x16, 0x14, 0x3d, 0x9e, 0x3c, 0xc7, 0x64, 0x19, 0x9b, 0x13, 0x8a, 0x0a, 0xcf, 0x24, 0xe6,
0x16, 0xaa, 0x62, 0x98, 0x3a, 0xe1, 0xfe, 0x2c, 0x61, 0x4e, 0x84, 0x86, 0xf8, 0x64, 0x39, 0x41,
0x5f, 0xeb, 0xb2, 0xb5, 0x32, 0xfb, 0x12, 0x16, 0x94, 0xf2, 0x76, 0x70, 0xfc, 0xc3, 0x7c, 0x80,
0x6e, 0x41, 0x8e, 0x65, 0x10, 0xee, 0xa5, 0xab, 0x93, 0x07, 0x9d, 0x4a, 0x61, 0x26, 0xa3, 0xb4,
0x40, 0x4e, 0x8e, 0xff, 0x4b, 0x59, 0xfa, 0x4d, 0x1a, 0xae, 0x4e, 0x4f, 0x76, 0xe8, 0x3a, 0x00,
0x8f, 0xe1, 0x22, 0x02, 0x64, 0x6f, 0xae, 0x61, 0x89, 0x71, 0xee, 0xd1, 0x30, 0xf0, 0x22, 0x54,
0xc2, 0x61, 0xd5, 0x35, 0x9e, 0xf0, 0x63, 0x9a, 0xc5, 0xa5, 0x40, 0xe6, 0xd4, 0x78, 0x42, 0xd0,
0x6d, 0xc8, 0xd3, 0x37, 0xd1, 0x60, 0x99, 0x9d, 0x31, 0x1d, 0x2e, 0xa4, 0xfc, 0x0e, 0xa0, 0x80,
0x89, 0x6b, 0xd3, 0x70, 0x89, 0xea, 0x20, 0x91, 0x8b, 0x2e, 0xb1, 0x3d, 0x3f, 0xc3, 0x4c, 0xcf,
0xac, 0x5c, 0xba, 0xe9, 0x4b, 0x52, 0x34, 0x17, 0xa8, 0xa1, 0x3b, 0x02, 0xb0, 0x27, 0x63, 0x6f,
0xa1, 0x1e, 0x45, 0xec, 0x6f, 0xf8, 0x88, 0x3d, 0x9b, 0x08, 0xe0, 0xb8, 0xd6, 0x18, 0x64, 0xbf,
0x23, 0x20, 0x7b, 0x6e, 0xce, 0xcb, 0x62, 0x98, 0xbd, 0x11, 0xc3, 0xec, 0xf9, 0x39, 0xcb, 0x4c,
0x00, 0xed, 0x6f, 0xf8, 0xa0, 0x7d, 0x65, 0xce, 0x8c, 0xc7, 0x50, 0xfb, 0x7e, 0x1c, 0xb5, 0x73,
0xc4, 0xfd, 0x7c, 0xa2, 0x76, 0x22, 0x6c, 0xff, 0x61, 0x04, 0xb6, 0x17, 0x12, 0x31, 0x33, 0x37,
0x32, 0x05, 0xb7, 0x37, 0x62, 0xb8, 0x5d, 0x9a, 0xe3, 0x83, 0x04, 0xe0, 0xfe, 0x4e, 0x14, 0xb8,
0x43, 0x22, 0xf6, 0x17, 0xfb, 0x3d, 0x0d, 0xb9, 0xbf, 0x19, 0x20, 0xf7, 0x62, 0x62, 0xe9, 0x21,
0xd6, 0x30, 0x0e, 0xdd, 0x8f, 0x27, 0xa0, 0x3b, 0x87, 0xda, 0x2f, 0x26, 0x9a, 0x98, 0x83, 0xdd,
0x8f, 0x27, 0xb0, 0x7b, 0x69, 0x8e, 0xc1, 0x39, 0xe0, 0xfd, 0x83, 0xe9, 0xe0, 0x3d, 0x19, 0x5e,
0x8b, 0x69, 0x2e, 0x86, 0xde, 0xd5, 0x04, 0xf4, 0x5e, 0x49, 0xc4, 0xaf, 0xdc, 0xfc, 0xc2, 0xf0,
0xfd, 0xc1, 0x14, 0xf8, 0xce, 0xd1, 0xf6, 0xcd, 0x44, 0xe3, 0x0b, 0xe0, 0xf7, 0xfd, 0x38, 0x7e,
0x5f, 0x9f, 0xf3, 0x01, 0x24, 0x02, 0xf8, 0x4e, 0x12, 0x80, 0x47, 0xcc, 0xe2, 0xed, 0x44, 0x8b,
0xdf, 0x05, 0xc1, 0xbf, 0x4c, 0x13, 0xc8, 0x58, 0xd8, 0xa3, 0x39, 0x88, 0x38, 0x8e, 0xe5, 0x08,
0x2c, 0xce, 0x09, 0xe5, 0x26, 0x45, 0x74, 0x61, 0x88, 0x9b, 0x81, 0xf6, 0x59, 0xae, 0x8f, 0x84,
0x35, 0xe5, 0x0f, 0xe9, 0x50, 0x97, 0x81, 0xa0, 0x28, 0x1a, 0x94, 0x04, 0x1a, 0x8c, 0xd4, 0x00,
0x99, 0x78, 0x0d, 0xb0, 0x05, 0x45, 0x9a, 0xc3, 0xc7, 0xe0, 0xbd, 0x66, 0x07, 0xf0, 0xfe, 0x16,
0xac, 0x33, 0x90, 0xc6, 0xd3, 0x88, 0x48, 0xdc, 0x39, 0x96, 0x43, 0x2a, 0x74, 0x80, 0x7f, 0x9f,
0x3c, 0x83, 0xbf, 0x0a, 0x1b, 0x11, 0xd9, 0x00, 0x1b, 0x70, 0xac, 0x5b, 0x0d, 0xa4, 0xf7, 0x04,
0x48, 0xf8, 0x53, 0x3a, 0xf4, 0x50, 0x58, 0x17, 0x4c, 0x83, 0xf0, 0xe9, 0xff, 0x12, 0x84, 0xcf,
0x7c, 0x67, 0x08, 0x1f, 0xc5, 0x3a, 0xd9, 0x38, 0xd6, 0xf9, 0x57, 0x3a, 0xdc, 0x93, 0x00, 0x90,
0x77, 0x2d, 0x9d, 0x08, 0xf4, 0xc1, 0x9e, 0x51, 0x15, 0xb2, 0x7d, 0xeb, 0x5c, 0x60, 0x0c, 0xfa,
0x48, 0xa5, 0x82, 0x3c, 0x24, 0x89, 0x34, 0x13, 0x00, 0x97, 0x3c, 0xf3, 0xb0, 0x00, 0x2e, 0x55,
0xc8, 0x3e, 0x26, 0x3c, 0x6b, 0xac, 0x61, 0xfa, 0x48, 0xe5, 0xd8, 0x21, 0x63, 0xb9, 0x60, 0x0d,
0x73, 0x02, 0xdd, 0x05, 0x89, 0x35, 0xe9, 0x54, 0xcb, 0x76, 0x45, 0x80, 0x7f, 0x36, 0xba, 0x56,
0xde, 0x8b, 0xdb, 0x3e, 0xa1, 0x32, 0xc7, 0xb6, 0x8b, 0x0b, 0xb6, 0x78, 0x8a, 0x60, 0x32, 0x29,
0x56, 0x1a, 0x5c, 0x03, 0x89, 0xce, 0xde, 0xb5, 0xb5, 0x2e, 0x61, 0xd1, 0x5a, 0xc2, 0x21, 0x43,
0x79, 0x04, 0x68, 0x32, 0xe7, 0xa0, 0x16, 0xac, 0x90, 0x11, 0x31, 0x3d, 0x97, 0xc1, 0x91, 0x31,
0x30, 0x21, 0x70, 0x37, 0x31, 0xbd, 0x7a, 0x8d, 0x3a, 0xf9, 0x9f, 0x5f, 0x6f, 0x55, 0xb9, 0xf4,
0x6d, 0x6b, 0x60, 0x78, 0x64, 0x60, 0x7b, 0x97, 0x58, 0xe8, 0x2b, 0x7f, 0xcb, 0x50, 0x10, 0x1c,
0xcb, 0x47, 0x53, 0x7d, 0xeb, 0x1f, 0xf9, 0x4c, 0xa4, 0x00, 0x5a, 0xcc, 0xdf, 0x9b, 0x00, 0xe7,
0x9a, 0xab, 0x7e, 0xaa, 0x99, 0x1e, 0xd1, 0x85, 0xd3, 0x23, 0x1c, 0x24, 0x43, 0x81, 0x52, 0x43,
0x97, 0xe8, 0xa2, 0x16, 0x0b, 0xe8, 0xc8, 0x3a, 0x57, 0xbf, 0xdf, 0x3a, 0xe3, 0x5e, 0x2e, 0x8c,
0x79, 0x39, 0x02, 0x50, 0xa5, 0x28, 0x40, 0xa5, 0x73, 0xb3, 0x1d, 0xc3, 0x72, 0x0c, 0xef, 0x92,
0x6d, 0x4d, 0x16, 0x07, 0x34, 0x2d, 0xed, 0x07, 0x64, 0x60, 0x5b, 0x56, 0x5f, 0xe5, 0xe1, 0xa6,
0xc8, 0x54, 0xd7, 0x04, 0xb3, 0xc9, 0xa2, 0xce, 0xaf, 0x32, 0xe1, 0xf7, 0x17, 0x16, 0x22, 0xff,
0x73, 0x0e, 0x56, 0x7e, 0xcd, 0xda, 0x13, 0x71, 0xc4, 0x81, 0x4e, 0x61, 0x3d, 0xf8, 0xfc, 0xd5,
0x21, 0x0b, 0x0b, 0xfe, 0x81, 0x5e, 0x34, 0x7e, 0x54, 0x47, 0x71, 0xb6, 0x8b, 0xde, 0x87, 0xa7,
0xc7, 0x62, 0x5b, 0x60, 0x3a, 0xb3, 0x68, 0x88, 0x7b, 0x2a, 0x1e, 0xe2, 0x7c, 0xd3, 0xa1, 0xb3,
0xb2, 0xdf, 0xf3, 0xab, 0x3b, 0xa0, 0x25, 0x6c, 0x14, 0x40, 0x4d, 0xdd, 0xfe, 0xe7, 0xa1, 0xe4,
0x10, 0x4f, 0x33, 0x4c, 0x35, 0xd6, 0x24, 0x58, 0xe3, 0x4c, 0xd1, 0x7a, 0x38, 0x81, 0xa7, 0xa6,
0x02, 0x29, 0xf4, 0x43, 0x90, 0x42, 0x0c, 0x96, 0x4e, 0xa8, 0xb7, 0x83, 0x1a, 0x32, 0x94, 0x55,
0xfe, 0x94, 0x0e, 0x4d, 0xc6, 0xab, 0xd2, 0x26, 0xac, 0x38, 0xc4, 0x1d, 0xf6, 0x79, 0x9d, 0x58,
0xde, 0x7d, 0x6d, 0x31, 0x08, 0x46, 0xb9, 0xc3, 0xbe, 0x87, 0x85, 0xb2, 0xf2, 0x10, 0x56, 0x38,
0x07, 0x15, 0x61, 0xf5, 0xfe, 0xd1, 0xbd, 0xa3, 0xe3, 0xf7, 0x8f, 0xaa, 0x29, 0x04, 0xb0, 0xb2,
0xd7, 0x68, 0x34, 0x4f, 0xda, 0xd5, 0x34, 0x92, 0x20, 0xbf, 0x57, 0x3f, 0xc6, 0xed, 0x6a, 0x86,
0xb2, 0x71, 0xf3, 0xbd, 0x66, 0xa3, 0x5d, 0xcd, 0xa2, 0x75, 0x28, 0xf1, 0x67, 0x75, 0xff, 0x18,
0xff, 0x6c, 0xaf, 0x5d, 0xcd, 0x45, 0x58, 0xa7, 0xcd, 0xa3, 0xbb, 0x4d, 0x5c, 0xcd, 0x2b, 0xaf,
0xd3, 0x42, 0x34, 0x01, 0xb4, 0x85, 0x25, 0x67, 0x3a, 0x52, 0x72, 0x2a, 0xbf, 0xcb, 0xd0, 0xd2,
0x30, 0x09, 0x89, 0xa1, 0xf7, 0xc6, 0x16, 0xbe, 0xbb, 0x04, 0x8c, 0x1b, 0x5b, 0x3d, 0x7a, 0x01,
0xca, 0x0e, 0x39, 0x23, 0x5e, 0xb7, 0xc7, 0x91, 0x21, 0x4f, 0x99, 0x25, 0x5c, 0x12, 0x5c, 0xa6,
0xe4, 0x72, 0xb1, 0x4f, 0x48, 0xd7, 0x53, 0x79, 0x2c, 0xe2, 0x87, 0x4e, 0xa2, 0x62, 0x94, 0x7b,
0xca, 0x99, 0xca, 0xc7, 0x4b, 0xf9, 0x52, 0x82, 0x3c, 0x6e, 0xb6, 0xf1, 0x07, 0xd5, 0x2c, 0x42,
0x50, 0x66, 0x8f, 0xea, 0xe9, 0xd1, 0xde, 0xc9, 0x69, 0xeb, 0x98, 0xfa, 0x72, 0x03, 0x2a, 0xbe,
0x2f, 0x7d, 0x66, 0x5e, 0xf9, 0x30, 0xcc, 0x40, 0x91, 0xb2, 0x7b, 0x1f, 0xca, 0x63, 0xf8, 0x2e,
0x3d, 0x59, 0x29, 0x84, 0x65, 0x73, 0x80, 0xdd, 0x70, 0x69, 0x14, 0x25, 0x95, 0x3f, 0xa4, 0xe1,
0xd9, 0x19, 0x08, 0x10, 0xdd, 0x1b, 0xf3, 0xfc, 0xed, 0x65, 0xf0, 0xe3, 0xf8, 0xc1, 0xbb, 0xb3,
0x90, 0xb3, 0x4e, 0x0f, 0xf7, 0x4e, 0x5b, 0xf1, 0x83, 0xa7, 0xdc, 0x81, 0xa7, 0x13, 0xb0, 0xf4,
0x9c, 0x82, 0x5f, 0xf9, 0x08, 0xca, 0xf1, 0x4e, 0x19, 0x3d, 0x81, 0x8e, 0x35, 0x34, 0x75, 0xb6,
0xa2, 0x3c, 0xe6, 0x04, 0x7a, 0x03, 0xf2, 0xd4, 0x33, 0x3e, 0x80, 0x9a, 0xfc, 0x54, 0xe9, 0xca,
0x22, 0x9d, 0x36, 0x2e, 0xad, 0x3c, 0x86, 0x3c, 0x0b, 0x3a, 0x34, 0x80, 0xb0, 0x9e, 0x97, 0xc0,
0xa4, 0xf4, 0x19, 0x7d, 0x04, 0xa0, 0x79, 0x9e, 0x63, 0x74, 0x86, 0xa1, 0xe1, 0xad, 0xe9, 0x41,
0x6b, 0xcf, 0x97, 0xab, 0x5f, 0x13, 0xd1, 0xeb, 0x4a, 0xa8, 0x1a, 0x89, 0x60, 0x11, 0x83, 0xca,
0x11, 0x94, 0xe3, 0xba, 0x3e, 0x8a, 0xe2, 0x73, 0x88, 0xa3, 0x28, 0x0e, 0x8a, 0x05, 0x8a, 0x0a,
0x30, 0x58, 0x96, 0xf7, 0x37, 0x19, 0xa1, 0x7c, 0x9e, 0x86, 0x42, 0xfb, 0x42, 0xec, 0x50, 0x42,
0x6b, 0x2d, 0x54, 0xcd, 0x44, 0x1b, 0x49, 0xbc, 0x57, 0x97, 0x0d, 0x3a, 0x80, 0xef, 0x06, 0xc7,
0x26, 0xb7, 0x68, 0x0d, 0xed, 0xb7, 0x42, 0xc5, 0x59, 0x79, 0x1b, 0xa4, 0x20, 0xe5, 0x50, 0x70,
0xaf, 0xe9, 0xba, 0x43, 0x5c, 0x57, 0x84, 0x0d, 0x9f, 0x64, 0x9d, 0x5a, 0xeb, 0x33, 0xd1, 0xaa,
0xca, 0x62, 0x4e, 0x28, 0x3a, 0x54, 0xc6, 0xf2, 0x15, 0x7a, 0x1b, 0x56, 0xed, 0x61, 0x47, 0xf5,
0xdd, 0x33, 0xf6, 0x67, 0xd2, 0x87, 0x8d, 0xc3, 0x4e, 0xdf, 0xe8, 0xde, 0x23, 0x97, 0xfe, 0x64,
0xec, 0x61, 0xe7, 0x1e, 0xf7, 0x22, 0x7f, 0x4b, 0x26, 0xfa, 0x96, 0x11, 0x14, 0xfc, 0x43, 0x81,
0x7e, 0x02, 0x52, 0x90, 0x0a, 0x83, 0x06, 0x7e, 0x62, 0x0e, 0x15, 0xe6, 0x43, 0x15, 0x5a, 0x83,
0xb8, 0xc6, 0xb9, 0x49, 0x74, 0x35, 0x2c, 0x2f, 0xd8, 0xdb, 0x0a, 0xb8, 0xc2, 0x07, 0x0e, 0xfd,
0xda, 0x42, 0xf9, 0x4f, 0x1a, 0x0a, 0x7e, 0xa3, 0x16, 0xbd, 0x1e, 0x39, 0x77, 0xe5, 0x29, 0xad,
0x1e, 0x5f, 0x30, 0x6c, 0xb6, 0xc6, 0xe7, 0x9a, 0x59, 0x7e, 0xae, 0x49, 0x5d, 0x73, 0xff, 0xff,
0x45, 0x6e, 0xe9, 0xff, 0x17, 0xaf, 0x02, 0xf2, 0x2c, 0x4f, 0xeb, 0xd3, 0x9a, 0xd5, 0x30, 0xcf,
0x55, 0xee, 0x6c, 0x0e, 0xa5, 0xaa, 0x6c, 0xe4, 0x01, 0x1b, 0x38, 0x61, 0x7e, 0xff, 0x55, 0x1a,
0x0a, 0x41, 0x4e, 0x5c, 0xb6, 0x77, 0x7a, 0x15, 0x56, 0x44, 0xd8, 0xe7, 0xcd, 0x53, 0x41, 0x05,
0x6d, 0xfc, 0x5c, 0xa4, 0x8d, 0x2f, 0x43, 0x61, 0x40, 0x3c, 0x8d, 0x05, 0x16, 0x5e, 0xe1, 0x05,
0xf4, 0xad, 0xb7, 0xa0, 0x18, 0x69, 0x63, 0xd3, 0x2f, 0xef, 0xa8, 0xf9, 0x7e, 0x35, 0x25, 0xaf,
0x7e, 0xfe, 0xe5, 0x8d, 0xec, 0x11, 0xf9, 0x8c, 0x9e, 0x59, 0xdc, 0x6c, 0xb4, 0x9a, 0x8d, 0x7b,
0xd5, 0xb4, 0x5c, 0xfc, 0xfc, 0xcb, 0x1b, 0xab, 0x98, 0xb0, 0x36, 0xd3, 0xad, 0x16, 0xac, 0x45,
0x77, 0x25, 0x1e, 0x0c, 0x11, 0x94, 0xef, 0xde, 0x3f, 0x39, 0x3c, 0x68, 0xec, 0xb5, 0x9b, 0xea,
0x83, 0xe3, 0x76, 0xb3, 0x9a, 0x46, 0x4f, 0xc3, 0xc6, 0xe1, 0xc1, 0x4f, 0x5b, 0x6d, 0xb5, 0x71,
0x78, 0xd0, 0x3c, 0x6a, 0xab, 0x7b, 0xed, 0xf6, 0x5e, 0xe3, 0x5e, 0x35, 0xb3, 0xfb, 0x4d, 0x11,
0x2a, 0x7b, 0xf5, 0xc6, 0x01, 0xcd, 0x7a, 0x46, 0x57, 0x63, 0xe5, 0x77, 0x03, 0x72, 0xac, 0xc0,
0x9e, 0xf9, 0x93, 0x5f, 0x9e, 0xdd, 0x80, 0x44, 0xfb, 0x90, 0x67, 0xb5, 0x37, 0x9a, 0xfd, 0xd7,
0x5f, 0x9e, 0xd3, 0x91, 0xa4, 0x93, 0x61, 0x9f, 0xc7, 0xcc, 0x6b, 0x00, 0xf2, 0xec, 0x06, 0x25,
0xc2, 0x20, 0x85, 0xd8, 0x7d, 0xfe, 0x6f, 0x71, 0x79, 0x81, 0x60, 0x83, 0x0e, 0x61, 0xd5, 0x2f,
0xb7, 0xe6, 0xfd, 0xa8, 0x97, 0xe7, 0x76, 0x10, 0xa9, 0xbb, 0x78, 0x59, 0x3c, 0xfb, 0xd6, 0x81,
0x3c, 0xa7, 0x1d, 0x8a, 0x0e, 0x60, 0x45, 0xe0, 0xd1, 0x39, 0x3f, 0xdf, 0xe5, 0x79, 0x1d, 0x41,
0xea, 0xb4, 0xb0, 0xe1, 0x30, 0xff, 0x2e, 0x85, 0xbc, 0x40, 0xa7, 0x17, 0xdd, 0x07, 0x88, 0x14,
0xc1, 0x0b, 0x5c, 0x92, 0x90, 0x17, 0xe9, 0xe0, 0xa2, 0x63, 0x28, 0x04, 0x35, 0xc9, 0xdc, 0x2b,
0x0b, 0xf2, 0xfc, 0x56, 0x2a, 0x7a, 0x08, 0xa5, 0x38, 0x16, 0x5f, 0xec, 0x22, 0x82, 0xbc, 0x60,
0x8f, 0x94, 0xda, 0x8f, 0x03, 0xf3, 0xc5, 0x2e, 0x26, 0xc8, 0x0b, 0xb6, 0x4c, 0xd1, 0x27, 0xb0,
0x3e, 0x09, 0x9c, 0x17, 0xbf, 0xa7, 0x20, 0x2f, 0xd1, 0x44, 0x45, 0x03, 0x40, 0x53, 0x00, 0xf7,
0x12, 0xd7, 0x16, 0xe4, 0x65, 0x7a, 0xaa, 0xf4, 0x08, 0x45, 0x50, 0xec, 0x02, 0x17, 0x0e, 0xe4,
0x45, 0x7a, 0xa0, 0xc8, 0x86, 0x8d, 0x69, 0xe8, 0x75, 0x99, 0xfb, 0x07, 0xf2, 0x52, 0xad, 0x51,
0xa4, 0x43, 0x65, 0x1c, 0x89, 0x2e, 0x7a, 0x1f, 0x43, 0x5e, 0xb8, 0x51, 0x5c, 0x6f, 0x7e, 0xf5,
0xed, 0x66, 0xfa, 0xeb, 0x6f, 0x37, 0xd3, 0xff, 0xfc, 0x76, 0x33, 0xfd, 0xc5, 0x93, 0xcd, 0xd4,
0xd7, 0x4f, 0x36, 0x53, 0x7f, 0x7b, 0xb2, 0x99, 0xfa, 0xc5, 0x2b, 0xe7, 0x86, 0xd7, 0x1b, 0x76,
0xb6, 0xbb, 0xd6, 0x60, 0x27, 0x7a, 0x7d, 0x6c, 0xda, 0x95, 0xb6, 0xce, 0x0a, 0xcb, 0xc1, 0xb7,
0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x91, 0xe7, 0x05, 0x4d, 0xf2, 0x26, 0x00, 0x00,
0xb2, 0xdf, 0xf3, 0xab, 0x3b, 0xa0, 0x15, 0x6f, 0x14, 0x40, 0x4d, 0xdd, 0xfe, 0xe7, 0xa1, 0xe4,
0x10, 0x4f, 0x33, 0x4c, 0x35, 0xd6, 0x53, 0x58, 0xe3, 0x4c, 0xd1, 0xa9, 0x38, 0x81, 0xa7, 0xa6,
0x02, 0x29, 0xf4, 0xff, 0x20, 0x85, 0x18, 0x2c, 0x9d, 0x50, 0x9e, 0x07, 0x25, 0x67, 0x28, 0xab,
0xfc, 0x31, 0x1d, 0x9a, 0x8c, 0x17, 0xb1, 0x4d, 0x58, 0x71, 0x88, 0x3b, 0xec, 0xf3, 0xb2, 0xb2,
0xbc, 0xfb, 0xea, 0x62, 0x10, 0x8c, 0x72, 0x87, 0x7d, 0x0f, 0x0b, 0x65, 0xe5, 0x11, 0xac, 0x70,
0x0e, 0x2a, 0xc2, 0xea, 0x83, 0xa3, 0xfb, 0x47, 0xc7, 0xef, 0x1d, 0x55, 0x53, 0x08, 0x60, 0x65,
0xaf, 0xd1, 0x68, 0x9e, 0xb4, 0xab, 0x69, 0x24, 0x41, 0x7e, 0xaf, 0x7e, 0x8c, 0xdb, 0xd5, 0x0c,
0x65, 0xe3, 0xe6, 0xbb, 0xcd, 0x46, 0xbb, 0x9a, 0x45, 0xeb, 0x50, 0xe2, 0xcf, 0xea, 0xfe, 0x31,
0xfe, 0xc9, 0x5e, 0xbb, 0x9a, 0x8b, 0xb0, 0x4e, 0x9b, 0x47, 0xf7, 0x9a, 0xb8, 0x9a, 0x57, 0x5e,
0xa3, 0x75, 0x6b, 0x02, 0x68, 0x0b, 0x2b, 0xd4, 0x74, 0xa4, 0x42, 0x55, 0x7e, 0x9b, 0xa1, 0x95,
0x64, 0x12, 0x12, 0x43, 0xef, 0x8e, 0x2d, 0x7c, 0x77, 0x09, 0x18, 0x37, 0xb6, 0x7a, 0xf4, 0x02,
0x94, 0x1d, 0x72, 0x46, 0xbc, 0x6e, 0x8f, 0x23, 0x43, 0x9e, 0x32, 0x4b, 0xb8, 0x24, 0xb8, 0x4c,
0xc9, 0xe5, 0x62, 0x1f, 0x93, 0xae, 0xa7, 0xf2, 0x58, 0xc4, 0x0f, 0x9d, 0x44, 0xc5, 0x28, 0xf7,
0x94, 0x33, 0x95, 0x8f, 0x96, 0xf2, 0xa5, 0x04, 0x79, 0xdc, 0x6c, 0xe3, 0xf7, 0xab, 0x59, 0x84,
0xa0, 0xcc, 0x1e, 0xd5, 0xd3, 0xa3, 0xbd, 0x93, 0xd3, 0xd6, 0x31, 0xf5, 0xe5, 0x06, 0x54, 0x7c,
0x5f, 0xfa, 0xcc, 0xbc, 0xf2, 0x41, 0x98, 0x81, 0x22, 0x55, 0xfa, 0x3e, 0x94, 0xc7, 0xf0, 0x5d,
0x7a, 0xb2, 0x52, 0x08, 0xcb, 0xda, 0x00, 0xbb, 0xe1, 0xd2, 0x28, 0x4a, 0x2a, 0xbf, 0x4f, 0xc3,
0xb3, 0x33, 0x10, 0x20, 0xba, 0x3f, 0xe6, 0xf9, 0x3b, 0xcb, 0xe0, 0xc7, 0xf1, 0x83, 0x77, 0x77,
0x21, 0x67, 0x9d, 0x1e, 0xee, 0x9d, 0xb6, 0xe2, 0x07, 0x4f, 0xb9, 0x0b, 0x4f, 0x27, 0x60, 0xe9,
0x39, 0xed, 0x01, 0xe5, 0x43, 0x28, 0xc7, 0x1b, 0x6b, 0xf4, 0x04, 0x3a, 0xd6, 0xd0, 0xd4, 0xd9,
0x8a, 0xf2, 0x98, 0x13, 0xe8, 0x75, 0xbf, 0x3d, 0x90, 0x49, 0xf8, 0x54, 0xe9, 0xca, 0x22, 0x8d,
0x39, 0xd1, 0x27, 0x78, 0x02, 0x79, 0x16, 0x74, 0x68, 0x00, 0x61, 0x2d, 0x32, 0x81, 0x49, 0xe9,
0x33, 0xfa, 0x10, 0x40, 0xf3, 0x3c, 0xc7, 0xe8, 0x0c, 0x43, 0xc3, 0x5b, 0xd3, 0x83, 0xd6, 0x9e,
0x2f, 0x57, 0xbf, 0x26, 0xa2, 0xd7, 0x95, 0x50, 0x35, 0x12, 0xc1, 0x22, 0x06, 0x95, 0x23, 0x28,
0xc7, 0x75, 0x7d, 0x14, 0xc5, 0xe7, 0x10, 0x47, 0x51, 0x1c, 0x14, 0x0b, 0x14, 0x15, 0x60, 0xb0,
0x2c, 0x6f, 0x87, 0x32, 0x42, 0xf9, 0x2c, 0x0d, 0x85, 0xf6, 0x85, 0xd8, 0xa1, 0x84, 0x4e, 0x5c,
0xa8, 0x9a, 0x89, 0xf6, 0x9d, 0x78, 0x6b, 0x2f, 0x1b, 0x34, 0x0c, 0xdf, 0x09, 0x8e, 0x4d, 0x6e,
0xd1, 0x1a, 0xda, 0xef, 0x9c, 0x8a, 0xb3, 0xf2, 0x16, 0x48, 0x41, 0xca, 0xa1, 0xe0, 0x5e, 0xd3,
0x75, 0x87, 0xb8, 0xae, 0x08, 0x1b, 0x3e, 0xc9, 0x1a, 0xbb, 0xd6, 0xa7, 0xa2, 0xb3, 0x95, 0xc5,
0x9c, 0x50, 0x74, 0xa8, 0x8c, 0xe5, 0x2b, 0xf4, 0x16, 0xac, 0xda, 0xc3, 0x8e, 0xea, 0xbb, 0x67,
0xec, 0x47, 0xa6, 0x0f, 0x1b, 0x87, 0x9d, 0xbe, 0xd1, 0xbd, 0x4f, 0x2e, 0xfd, 0xc9, 0xd8, 0xc3,
0xce, 0x7d, 0xee, 0x45, 0xfe, 0x96, 0x4c, 0xf4, 0x2d, 0x23, 0x28, 0xf8, 0x87, 0x02, 0xfd, 0x08,
0xa4, 0x20, 0x15, 0x06, 0xfd, 0xfe, 0xc4, 0x1c, 0x2a, 0xcc, 0x87, 0x2a, 0xb4, 0x06, 0x71, 0x8d,
0x73, 0x93, 0xe8, 0x6a, 0x58, 0x5e, 0xb0, 0xb7, 0x15, 0x70, 0x85, 0x0f, 0x1c, 0xfa, 0xb5, 0x85,
0xf2, 0xef, 0x34, 0x14, 0xfc, 0xbe, 0x2e, 0x7a, 0x2d, 0x72, 0xee, 0xca, 0x53, 0x5a, 0x3d, 0xbe,
0x60, 0xd8, 0x9b, 0x8d, 0xcf, 0x35, 0xb3, 0xfc, 0x5c, 0x93, 0x9a, 0xec, 0xfe, 0xef, 0x8e, 0xdc,
0xd2, 0xbf, 0x3b, 0x6e, 0x03, 0xf2, 0x2c, 0x4f, 0xeb, 0xd3, 0x9a, 0xd5, 0x30, 0xcf, 0x55, 0xee,
0x6c, 0x0e, 0xa5, 0xaa, 0x6c, 0xe4, 0x21, 0x1b, 0x38, 0x61, 0x7e, 0xff, 0x45, 0x1a, 0x0a, 0x41,
0x4e, 0x5c, 0xb6, 0xd5, 0x7a, 0x15, 0x56, 0x44, 0xd8, 0xe7, 0xbd, 0x56, 0x41, 0x05, 0x5d, 0xff,
0x5c, 0xa4, 0xeb, 0x2f, 0x43, 0x61, 0x40, 0x3c, 0x8d, 0x05, 0x16, 0x5e, 0xe1, 0x05, 0xf4, 0xad,
0x37, 0xa1, 0x18, 0xe9, 0x7a, 0xd3, 0x2f, 0xef, 0xa8, 0xf9, 0x5e, 0x35, 0x25, 0xaf, 0x7e, 0xf6,
0xc5, 0x8d, 0xec, 0x11, 0xf9, 0x94, 0x9e, 0x59, 0xdc, 0x6c, 0xb4, 0x9a, 0x8d, 0xfb, 0xd5, 0xb4,
0x5c, 0xfc, 0xec, 0x8b, 0x1b, 0xab, 0x98, 0xb0, 0x36, 0xd3, 0xad, 0x16, 0xac, 0x45, 0x77, 0x25,
0x1e, 0x0c, 0x11, 0x94, 0xef, 0x3d, 0x38, 0x39, 0x3c, 0x68, 0xec, 0xb5, 0x9b, 0xea, 0xc3, 0xe3,
0x76, 0xb3, 0x9a, 0x46, 0x4f, 0xc3, 0xc6, 0xe1, 0xc1, 0x8f, 0x5b, 0x6d, 0xb5, 0x71, 0x78, 0xd0,
0x3c, 0x6a, 0xab, 0x7b, 0xed, 0xf6, 0x5e, 0xe3, 0x7e, 0x35, 0xb3, 0xfb, 0x75, 0x11, 0x2a, 0x7b,
0xf5, 0xc6, 0x01, 0xcd, 0x7a, 0x46, 0x57, 0x63, 0xe5, 0x77, 0x03, 0x72, 0xac, 0xc0, 0x9e, 0x79,
0x27, 0x40, 0x9e, 0xdd, 0x80, 0x44, 0xfb, 0x90, 0x67, 0xb5, 0x37, 0x9a, 0x7d, 0x49, 0x40, 0x9e,
0xd3, 0x91, 0xa4, 0x93, 0x61, 0x9f, 0xc7, 0xcc, 0x5b, 0x03, 0xf2, 0xec, 0x06, 0x25, 0xc2, 0x20,
0x85, 0xd8, 0x7d, 0xfe, 0x5f, 0x74, 0x79, 0x81, 0x60, 0x83, 0x0e, 0x61, 0xd5, 0x2f, 0xb7, 0xe6,
0xfd, 0xd7, 0x97, 0xe7, 0x76, 0x10, 0xa9, 0xbb, 0x78, 0x59, 0x3c, 0xfb, 0x92, 0x82, 0x3c, 0xa7,
0x1d, 0x8a, 0x0e, 0x60, 0x45, 0xe0, 0xd1, 0x39, 0xff, 0xea, 0xe5, 0x79, 0x1d, 0x41, 0xea, 0xb4,
0xb0, 0xe1, 0x30, 0xff, 0xea, 0x85, 0xbc, 0x40, 0xa7, 0x17, 0x3d, 0x00, 0x88, 0x14, 0xc1, 0x0b,
0xdc, 0xa9, 0x90, 0x17, 0xe9, 0xe0, 0xa2, 0x63, 0x28, 0x04, 0x35, 0xc9, 0xdc, 0x1b, 0x0e, 0xf2,
0xfc, 0x56, 0x2a, 0x7a, 0x04, 0xa5, 0x38, 0x16, 0x5f, 0xec, 0xde, 0x82, 0xbc, 0x60, 0x8f, 0x94,
0xda, 0x8f, 0x03, 0xf3, 0xc5, 0xee, 0x31, 0xc8, 0x0b, 0xb6, 0x4c, 0xd1, 0xc7, 0xb0, 0x3e, 0x09,
0x9c, 0x17, 0xbf, 0xd6, 0x20, 0x2f, 0xd1, 0x44, 0x45, 0x03, 0x40, 0x53, 0x00, 0xf7, 0x12, 0xb7,
0x1c, 0xe4, 0x65, 0x7a, 0xaa, 0xf4, 0x08, 0x45, 0x50, 0xec, 0x02, 0xf7, 0x13, 0xe4, 0x45, 0x7a,
0xa0, 0xc8, 0x86, 0x8d, 0x69, 0xe8, 0x75, 0x99, 0xeb, 0x0a, 0xf2, 0x52, 0xad, 0x51, 0xa4, 0x43,
0x65, 0x1c, 0x89, 0x2e, 0x7a, 0x7d, 0x43, 0x5e, 0xb8, 0x51, 0x5c, 0x6f, 0x7e, 0xf9, 0xcd, 0x66,
0xfa, 0xab, 0x6f, 0x36, 0xd3, 0xff, 0xf8, 0x66, 0x33, 0xfd, 0xf9, 0xb7, 0x9b, 0xa9, 0xaf, 0xbe,
0xdd, 0x4c, 0xfd, 0xf5, 0xdb, 0xcd, 0xd4, 0xcf, 0x5e, 0x39, 0x37, 0xbc, 0xde, 0xb0, 0xb3, 0xdd,
0xb5, 0x06, 0x3b, 0xd1, 0xdb, 0x66, 0xd3, 0x6e, 0xc0, 0x75, 0x56, 0x58, 0x0e, 0xbe, 0xf3, 0x9f,
0x00, 0x00, 0x00, 0xff, 0xff, 0x87, 0x38, 0xb8, 0xe3, 0x21, 0x27, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@@ -5236,6 +5247,20 @@ func (m *RequestPrepareProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
_ = i
var l int
_ = l
if len(m.Votes) > 0 {
for iNdEx := len(m.Votes) - 1; iNdEx >= 0; iNdEx-- {
{
size, err := m.Votes[iNdEx].MarshalToSizedBuffer(dAtA[:i])
if err != nil {
return 0, err
}
i -= size
i = encodeVarintTypes(dAtA, i, uint64(size))
}
i--
dAtA[i] = 0x1a
}
}
if m.BlockDataSize != 0 {
i = encodeVarintTypes(dAtA, i, uint64(m.BlockDataSize))
i--
@@ -7418,6 +7443,12 @@ func (m *RequestPrepareProposal) Size() (n int) {
if m.BlockDataSize != 0 {
n += 1 + sovTypes(uint64(m.BlockDataSize))
}
if len(m.Votes) > 0 {
for _, e := range m.Votes {
l = e.Size()
n += 1 + l + sovTypes(uint64(l))
}
}
return n
}
@@ -10680,6 +10711,40 @@ func (m *RequestPrepareProposal) Unmarshal(dAtA []byte) error {
break
}
}
case 3:
if wireType != 2 {
return fmt.Errorf("proto: wrong wireType = %d for field Votes", wireType)
}
var msglen int
for shift := uint(0); ; shift += 7 {
if shift >= 64 {
return ErrIntOverflowTypes
}
if iNdEx >= l {
return io.ErrUnexpectedEOF
}
b := dAtA[iNdEx]
iNdEx++
msglen |= int(b&0x7F) << shift
if b < 0x80 {
break
}
}
if msglen < 0 {
return ErrInvalidLengthTypes
}
postIndex := iNdEx + msglen
if postIndex < 0 {
return ErrInvalidLengthTypes
}
if postIndex > l {
return io.ErrUnexpectedEOF
}
m.Votes = append(m.Votes, &types1.Vote{})
if err := m.Votes[len(m.Votes)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
return err
}
iNdEx = postIndex
default:
iNdEx = preIndex
skippy, err := skipTypes(dAtA[iNdEx:])
+3 -1
View File
@@ -168,6 +168,7 @@ func TestByzantinePrevoteEquivocation(t *testing.T) {
require.NotNil(t, lazyNodeState.privValidator)
var commit *types.Commit
var votes []*types.Vote
switch {
case lazyNodeState.Height == lazyNodeState.state.InitialHeight:
// We're creating a proposal for the first block.
@@ -176,6 +177,7 @@ func TestByzantinePrevoteEquivocation(t *testing.T) {
case lazyNodeState.LastCommit.HasTwoThirdsMajority():
// Make the commit from LastCommit
commit = lazyNodeState.LastCommit.MakeCommit()
votes = lazyNodeState.LastCommit.GetVotes()
default: // This shouldn't happen.
lazyNodeState.Logger.Error("enterPropose: Cannot propose anything: No commit for the previous block")
return
@@ -193,7 +195,7 @@ func TestByzantinePrevoteEquivocation(t *testing.T) {
proposerAddr := lazyNodeState.privValidatorPubKey.Address()
block, blockParts := lazyNodeState.blockExec.CreateProposalBlock(
lazyNodeState.Height, lazyNodeState.state, commit, proposerAddr,
lazyNodeState.Height, lazyNodeState.state, commit, proposerAddr, votes,
)
// Flush the WAL. Otherwise, we may not recompute the same proposal to sign,
+3 -1
View File
@@ -1236,6 +1236,7 @@ func (cs *State) createProposalBlock() (block *types.Block, blockParts *types.Pa
}
var commit *types.Commit
var votes []*types.Vote
switch {
case cs.Height == cs.state.InitialHeight:
// We're creating a proposal for the first block.
@@ -1245,6 +1246,7 @@ func (cs *State) createProposalBlock() (block *types.Block, blockParts *types.Pa
case cs.LastCommit.HasTwoThirdsMajority():
// Make the commit from LastCommit
commit = cs.LastCommit.MakeCommit()
votes = cs.LastCommit.GetVotes()
default: // This shouldn't happen.
cs.Logger.Error("propose step; cannot propose anything without commit for the previous block")
@@ -1260,7 +1262,7 @@ func (cs *State) createProposalBlock() (block *types.Block, blockParts *types.Pa
proposerAddr := cs.privValidatorPubKey.Address()
return cs.blockExec.CreateProposalBlock(cs.Height, cs.state, commit, proposerAddr)
return cs.blockExec.CreateProposalBlock(cs.Height, cs.state, commit, proposerAddr, votes)
}
// Enter: `timeoutPropose` after entering Propose.
+3
View File
@@ -289,6 +289,7 @@ func TestCreateProposalBlock(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
// check that the part set does not exceed the maximum block size
@@ -358,6 +359,7 @@ func TestMaxTxsProposalBlockSize(t *testing.T) {
height,
state, commit,
proposerAddr,
nil,
)
pb, err := block.ToProto()
@@ -465,6 +467,7 @@ func TestMaxProposalBlockSize(t *testing.T) {
math.MaxInt64,
state, commit,
proposerAddr,
nil,
)
// this ensures that the header is at max size
+3
View File
@@ -137,6 +137,9 @@ message RequestPrepareProposal {
repeated bytes block_data = 1;
// If an application decides to populate block_data with extra information, they can not exceed this value.
int64 block_data_size = 2;
// votes includes all votes from the previous block. This contains vote extension data that can be used in proposal
// preparation. The votes here will then form the last commit that gets sent in the proposed block.
repeated types.Vote votes = 3;
}
//----------------------------------------
+6 -2
View File
@@ -105,6 +105,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
height int64,
state State, commit *types.Commit,
proposerAddr []byte,
votes []*types.Vote,
) (*types.Block, *types.PartSet) {
maxBytes := state.ConsensusParams.Block.MaxBytes
@@ -119,7 +120,11 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
preparedProposal, err := blockExec.proxyApp.PrepareProposalSync(
context.Background(),
abci.RequestPrepareProposal{BlockData: txs.ToSliceOfBytes(), BlockDataSize: maxDataBytes},
abci.RequestPrepareProposal{
BlockData: txs.ToSliceOfBytes(),
BlockDataSize: maxDataBytes,
Votes: types.VotesToProto(votes),
},
)
if err != nil {
// The App MUST ensure that only valid (and hence 'processable') transactions
@@ -275,7 +280,6 @@ func (blockExec *BlockExecutor) ExtendVote(vote *types.Vote) (types.VoteExtensio
if err != nil {
return types.VoteExtension{}, err
}
return types.VoteExtensionFromProto(resp.VoteExtension), nil
}
+2 -1
View File
@@ -518,7 +518,8 @@ func (h *Header) StringIndented(indent string) string {
indent, h.LastResultsHash,
indent, h.EvidenceHash,
indent, h.ProposerAddress,
indent, h.Hash())
indent, h.Hash(),
)
}
// ToProto converts Header to protobuf
+12
View File
@@ -326,6 +326,18 @@ func (vote *Vote) ToProto() *tmproto.Vote {
}
}
func VotesToProto(votes []*Vote) (res []*tmproto.Vote) {
if votes == nil {
return nil
}
res = make([]*tmproto.Vote, len(votes))
for i, vote := range votes {
res[i] = vote.ToProto()
}
return
}
func VoteExtensionFromProto(pext *tmproto.VoteExtension) VoteExtension {
ext := VoteExtension{}
if pext != nil {
+4
View File
@@ -226,6 +226,10 @@ func (voteSet *VoteSet) getVote(valIndex int32, blockKey string) (vote *Vote, ok
return nil, false
}
func (voteSet *VoteSet) GetVotes() []*Vote {
return voteSet.votes
}
// Assumes signature is valid.
// If conflicting vote exists, returns it.
func (voteSet *VoteSet) addVerifiedVote(