add proposer field to abci

This commit is contained in:
William Banfield
2022-04-06 21:56:30 -04:00
parent 35fa6da248
commit 8824867501
4 changed files with 400 additions and 221 deletions
+383 -219
View File
@@ -1350,8 +1350,10 @@ type RequestPrepareProposal struct {
Txs [][]byte `protobuf:"bytes,4,rep,name=txs,proto3" json:"txs,omitempty"`
LocalLastCommit ExtendedCommitInfo `protobuf:"bytes,5,opt,name=local_last_commit,json=localLastCommit,proto3" json:"local_last_commit"`
ByzantineValidators []Evidence `protobuf:"bytes,6,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"`
// address of the public key of the node receiving this PrepareProposal request.
ProposerAddress []byte `protobuf:"bytes,7,opt,name=proposer_address,json=proposerAddress,proto3" json:"proposer_address,omitempty"`
// the modified transactions cannot exceed this size.
MaxTxBytes int64 `protobuf:"varint,7,opt,name=max_tx_bytes,json=maxTxBytes,proto3" json:"max_tx_bytes,omitempty"`
MaxTxBytes int64 `protobuf:"varint,8,opt,name=max_tx_bytes,json=maxTxBytes,proto3" json:"max_tx_bytes,omitempty"`
}
func (m *RequestPrepareProposal) Reset() { *m = RequestPrepareProposal{} }
@@ -1429,6 +1431,13 @@ func (m *RequestPrepareProposal) GetByzantineValidators() []Evidence {
return nil
}
func (m *RequestPrepareProposal) GetProposerAddress() []byte {
if m != nil {
return m.ProposerAddress
}
return nil
}
func (m *RequestPrepareProposal) GetMaxTxBytes() int64 {
if m != nil {
return m.MaxTxBytes
@@ -1443,6 +1452,8 @@ type RequestProcessProposal struct {
Txs [][]byte `protobuf:"bytes,4,rep,name=txs,proto3" json:"txs,omitempty"`
ProposedLastCommit CommitInfo `protobuf:"bytes,5,opt,name=proposed_last_commit,json=proposedLastCommit,proto3" json:"proposed_last_commit"`
ByzantineValidators []Evidence `protobuf:"bytes,6,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"`
// address of the public key of the original proposer of the block.
ProposerAddress []byte `protobuf:"bytes,7,opt,name=proposer_address,json=proposerAddress,proto3" json:"proposer_address,omitempty"`
}
func (m *RequestProcessProposal) Reset() { *m = RequestProcessProposal{} }
@@ -1520,6 +1531,13 @@ func (m *RequestProcessProposal) GetByzantineValidators() []Evidence {
return nil
}
func (m *RequestProcessProposal) GetProposerAddress() []byte {
if m != nil {
return m.ProposerAddress
}
return nil
}
// Extends a vote with application-side injection
type RequestExtendVote struct {
Vote *types1.Vote `protobuf:"bytes,1,opt,name=vote,proto3" json:"vote,omitempty"`
@@ -1617,6 +1635,8 @@ type RequestFinalizeBlock struct {
Txs [][]byte `protobuf:"bytes,4,rep,name=txs,proto3" json:"txs,omitempty"`
DecidedLastCommit CommitInfo `protobuf:"bytes,5,opt,name=decided_last_commit,json=decidedLastCommit,proto3" json:"decided_last_commit"`
ByzantineValidators []Evidence `protobuf:"bytes,6,rep,name=byzantine_validators,json=byzantineValidators,proto3" json:"byzantine_validators"`
// address of the public key of the original proposer of the block.
ProposerAddress []byte `protobuf:"bytes,7,opt,name=proposer_address,json=proposerAddress,proto3" json:"proposer_address,omitempty"`
}
func (m *RequestFinalizeBlock) Reset() { *m = RequestFinalizeBlock{} }
@@ -1694,6 +1714,13 @@ func (m *RequestFinalizeBlock) GetByzantineValidators() []Evidence {
return nil
}
func (m *RequestFinalizeBlock) GetProposerAddress() []byte {
if m != nil {
return m.ProposerAddress
}
return nil
}
type Response struct {
// Types that are valid to be assigned to Value:
// *Response_Exception
@@ -4185,223 +4212,225 @@ func init() {
func init() { proto.RegisterFile("tendermint/abci/types.proto", fileDescriptor_252557cfdd89a31a) }
var fileDescriptor_252557cfdd89a31a = []byte{
// 3456 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0xcd, 0x73, 0x1b, 0xd7,
0x91, 0xc7, 0xf7, 0x47, 0xe3, 0x6b, 0xf8, 0x48, 0xcb, 0x10, 0x2c, 0x91, 0xf2, 0xa8, 0xfc, 0x25,
0xdb, 0xd4, 0x5a, 0x2a, 0xd9, 0xd2, 0xda, 0x5e, 0x17, 0x09, 0x82, 0x06, 0x25, 0x8a, 0xa4, 0x87,
0xa0, 0x5c, 0xde, 0xf5, 0x6a, 0x3c, 0xc4, 0x3c, 0x02, 0x63, 0x01, 0x98, 0xf1, 0xcc, 0x80, 0x06,
0x7d, 0xda, 0xda, 0x2a, 0x5f, 0x5c, 0x5b, 0xb5, 0xbe, 0x25, 0x17, 0xdf, 0x92, 0xaa, 0xfc, 0x03,
0xa9, 0x4a, 0x2e, 0x39, 0xe5, 0xe0, 0x43, 0x0e, 0xbe, 0x25, 0x95, 0xaa, 0x38, 0x29, 0xfb, 0x96,
0x7f, 0x20, 0xa7, 0x38, 0xa9, 0xf7, 0x31, 0x9f, 0xc0, 0xe0, 0xc3, 0x92, 0xec, 0x43, 0x6e, 0xf3,
0x1a, 0xdd, 0x3d, 0xf3, 0xfa, 0xbd, 0xd7, 0xdd, 0xbf, 0xee, 0x07, 0x78, 0xca, 0xc6, 0x03, 0x15,
0x9b, 0x7d, 0x6d, 0x60, 0x5f, 0x55, 0x8e, 0xdb, 0xda, 0x55, 0xfb, 0xcc, 0xc0, 0xd6, 0xba, 0x61,
0xea, 0xb6, 0x8e, 0x2a, 0xde, 0x8f, 0xeb, 0xe4, 0xc7, 0xda, 0x45, 0x1f, 0x77, 0xdb, 0x3c, 0x33,
0x6c, 0xfd, 0xaa, 0x61, 0xea, 0xfa, 0x09, 0xe3, 0xaf, 0x5d, 0xf0, 0xfd, 0x4c, 0xf5, 0xf8, 0xb5,
0x05, 0x7e, 0xe5, 0xc2, 0x0f, 0xf0, 0x99, 0xf3, 0xeb, 0xc5, 0x31, 0x59, 0x43, 0x31, 0x95, 0xbe,
0xf3, 0xf3, 0x5a, 0x47, 0xd7, 0x3b, 0x3d, 0x7c, 0x95, 0x8e, 0x8e, 0x87, 0x27, 0x57, 0x6d, 0xad,
0x8f, 0x2d, 0x5b, 0xe9, 0x1b, 0x9c, 0x61, 0xa5, 0xa3, 0x77, 0x74, 0xfa, 0x78, 0x95, 0x3c, 0x31,
0xaa, 0xf8, 0x0f, 0x80, 0xac, 0x84, 0x3f, 0x1a, 0x62, 0xcb, 0x46, 0xd7, 0x20, 0x85, 0xdb, 0x5d,
0xbd, 0x1a, 0xbf, 0x14, 0x7f, 0xbe, 0x70, 0xed, 0xc2, 0x7a, 0x68, 0x72, 0xeb, 0x9c, 0xaf, 0xd1,
0xee, 0xea, 0xcd, 0x98, 0x44, 0x79, 0xd1, 0x0d, 0x48, 0x9f, 0xf4, 0x86, 0x56, 0xb7, 0x9a, 0xa0,
0x42, 0x17, 0xa3, 0x84, 0xb6, 0x09, 0x53, 0x33, 0x26, 0x31, 0x6e, 0xf2, 0x2a, 0x6d, 0x70, 0xa2,
0x57, 0x93, 0xd3, 0x5f, 0xb5, 0x33, 0x38, 0xa1, 0xaf, 0x22, 0xbc, 0x68, 0x13, 0x40, 0x1b, 0x68,
0xb6, 0xdc, 0xee, 0x2a, 0xda, 0xa0, 0x9a, 0xa2, 0x92, 0x4f, 0x47, 0x4b, 0x6a, 0x76, 0x9d, 0x30,
0x36, 0x63, 0x52, 0x5e, 0x73, 0x06, 0xe4, 0x73, 0x3f, 0x1a, 0x62, 0xf3, 0xac, 0x9a, 0x9e, 0xfe,
0xb9, 0xef, 0x10, 0x26, 0xf2, 0xb9, 0x94, 0x1b, 0xed, 0x40, 0xe1, 0x18, 0x77, 0xb4, 0x81, 0x7c,
0xdc, 0xd3, 0xdb, 0x0f, 0xaa, 0x19, 0x2a, 0x2c, 0x46, 0x09, 0x6f, 0x12, 0xd6, 0x4d, 0xc2, 0xb9,
0x99, 0xa8, 0xc6, 0x9b, 0x31, 0x09, 0x8e, 0x5d, 0x0a, 0x7a, 0x03, 0x72, 0xed, 0x2e, 0x6e, 0x3f,
0x90, 0xed, 0x51, 0x35, 0x4b, 0xf5, 0xac, 0x45, 0xe9, 0xa9, 0x13, 0xbe, 0xd6, 0xa8, 0x19, 0x93,
0xb2, 0x6d, 0xf6, 0x88, 0xb6, 0x01, 0x54, 0xdc, 0xd3, 0x4e, 0xb1, 0x49, 0xe4, 0x73, 0xd3, 0x6d,
0xb0, 0xc5, 0x38, 0x5b, 0x23, 0xfe, 0x19, 0x79, 0xd5, 0x21, 0xa0, 0x3a, 0xe4, 0xf1, 0x40, 0xe5,
0xd3, 0xc9, 0x53, 0x35, 0x97, 0x22, 0xd7, 0x7b, 0xa0, 0xfa, 0x27, 0x93, 0xc3, 0x7c, 0x8c, 0x6e,
0x42, 0xa6, 0xad, 0xf7, 0xfb, 0x9a, 0x5d, 0x05, 0xaa, 0x61, 0x35, 0x72, 0x22, 0x94, 0xab, 0x19,
0x93, 0x38, 0x3f, 0xda, 0x83, 0x72, 0x4f, 0xb3, 0x6c, 0xd9, 0x1a, 0x28, 0x86, 0xd5, 0xd5, 0x6d,
0xab, 0x5a, 0xa0, 0x1a, 0x9e, 0x89, 0xd2, 0xb0, 0xab, 0x59, 0xf6, 0xa1, 0xc3, 0xdc, 0x8c, 0x49,
0xa5, 0x9e, 0x9f, 0x40, 0xf4, 0xe9, 0x27, 0x27, 0xd8, 0x74, 0x15, 0x56, 0x8b, 0xd3, 0xf5, 0xed,
0x13, 0x6e, 0x47, 0x9e, 0xe8, 0xd3, 0xfd, 0x04, 0xf4, 0x5f, 0xb0, 0xdc, 0xd3, 0x15, 0xd5, 0x55,
0x27, 0xb7, 0xbb, 0xc3, 0xc1, 0x83, 0x6a, 0x89, 0x2a, 0x7d, 0x21, 0xf2, 0x23, 0x75, 0x45, 0x75,
0x54, 0xd4, 0x89, 0x40, 0x33, 0x26, 0x2d, 0xf5, 0xc2, 0x44, 0x74, 0x1f, 0x56, 0x14, 0xc3, 0xe8,
0x9d, 0x85, 0xb5, 0x97, 0xa9, 0xf6, 0x2b, 0x51, 0xda, 0x37, 0x88, 0x4c, 0x58, 0x3d, 0x52, 0xc6,
0xa8, 0xa8, 0x05, 0x82, 0x61, 0x62, 0x43, 0x31, 0xb1, 0x6c, 0x98, 0xba, 0xa1, 0x5b, 0x4a, 0xaf,
0x5a, 0xa1, 0xba, 0x9f, 0x8b, 0xd2, 0x7d, 0xc0, 0xf8, 0x0f, 0x38, 0x7b, 0x33, 0x26, 0x55, 0x8c,
0x20, 0x89, 0x69, 0xd5, 0xdb, 0xd8, 0xb2, 0x3c, 0xad, 0xc2, 0x2c, 0xad, 0x94, 0x3f, 0xa8, 0x35,
0x40, 0x42, 0x0d, 0x28, 0xe0, 0x11, 0x11, 0x97, 0x4f, 0x75, 0x1b, 0x57, 0x97, 0xa6, 0x1f, 0xac,
0x06, 0x65, 0xbd, 0xa7, 0xdb, 0x98, 0x1c, 0x2a, 0xec, 0x8e, 0x90, 0x02, 0x4f, 0x9c, 0x62, 0x53,
0x3b, 0x39, 0xa3, 0x6a, 0x64, 0xfa, 0x8b, 0xa5, 0xe9, 0x83, 0x2a, 0xa2, 0x0a, 0x5f, 0x8c, 0x52,
0x78, 0x8f, 0x0a, 0x11, 0x15, 0x0d, 0x47, 0xa4, 0x19, 0x93, 0x96, 0x4f, 0xc7, 0xc9, 0x64, 0x8b,
0x9d, 0x68, 0x03, 0xa5, 0xa7, 0x7d, 0x82, 0xf9, 0xb1, 0x59, 0x9e, 0xbe, 0xc5, 0xb6, 0x39, 0x37,
0x3d, 0x2b, 0x64, 0x8b, 0x9d, 0xf8, 0x09, 0x9b, 0x59, 0x48, 0x9f, 0x2a, 0xbd, 0x21, 0x16, 0x9f,
0x83, 0x82, 0xcf, 0xb1, 0xa2, 0x2a, 0x64, 0xfb, 0xd8, 0xb2, 0x94, 0x0e, 0xa6, 0x7e, 0x38, 0x2f,
0x39, 0x43, 0xb1, 0x0c, 0x45, 0xbf, 0x33, 0x15, 0x3f, 0x8f, 0xbb, 0x92, 0xc4, 0x4f, 0x12, 0xc9,
0x53, 0x6c, 0xd2, 0x69, 0x73, 0x49, 0x3e, 0x44, 0x97, 0xa1, 0x44, 0x3f, 0x59, 0x76, 0x7e, 0x27,
0xce, 0x3a, 0x25, 0x15, 0x29, 0xf1, 0x1e, 0x67, 0x5a, 0x83, 0x82, 0x71, 0xcd, 0x70, 0x59, 0x92,
0x94, 0x05, 0x8c, 0x6b, 0x86, 0xc3, 0xf0, 0x34, 0x14, 0xc9, 0xfc, 0x5c, 0x8e, 0x14, 0x7d, 0x49,
0x81, 0xd0, 0x38, 0x8b, 0xf8, 0xbb, 0x04, 0x08, 0x61, 0x07, 0x8c, 0x6e, 0x42, 0x8a, 0xc4, 0x22,
0x1e, 0x56, 0x6a, 0xeb, 0x2c, 0x50, 0xad, 0x3b, 0x81, 0x6a, 0xbd, 0xe5, 0x04, 0xaa, 0xcd, 0xdc,
0x97, 0x5f, 0xaf, 0xc5, 0x3e, 0xff, 0xf3, 0x5a, 0x5c, 0xa2, 0x12, 0xe8, 0x3c, 0xf1, 0x95, 0x8a,
0x36, 0x90, 0x35, 0x95, 0x7e, 0x72, 0x9e, 0x38, 0x42, 0x45, 0x1b, 0xec, 0xa8, 0x68, 0x17, 0x84,
0xb6, 0x3e, 0xb0, 0xf0, 0xc0, 0x1a, 0x5a, 0x32, 0x0b, 0x84, 0x3c, 0x98, 0x04, 0xdc, 0x21, 0x0b,
0xaf, 0x75, 0x87, 0xf3, 0x80, 0x32, 0x4a, 0x95, 0x76, 0x90, 0x40, 0xdc, 0xea, 0xa9, 0xd2, 0xd3,
0x54, 0xc5, 0xd6, 0x4d, 0xab, 0x9a, 0xba, 0x94, 0x9c, 0xe8, 0x0f, 0xef, 0x39, 0x2c, 0x47, 0x86,
0xaa, 0xd8, 0x78, 0x33, 0x45, 0x3e, 0x57, 0xf2, 0x49, 0xa2, 0x67, 0xa1, 0xa2, 0x18, 0x86, 0x6c,
0xd9, 0x8a, 0x8d, 0xe5, 0xe3, 0x33, 0x1b, 0x5b, 0x34, 0xd0, 0x14, 0xa5, 0x92, 0x62, 0x18, 0x87,
0x84, 0xba, 0x49, 0x88, 0xe8, 0x19, 0x28, 0x93, 0x98, 0xa4, 0x29, 0x3d, 0xb9, 0x8b, 0xb5, 0x4e,
0xd7, 0xa6, 0x21, 0x25, 0x29, 0x95, 0x38, 0xb5, 0x49, 0x89, 0xa2, 0xea, 0xae, 0x38, 0x8d, 0x47,
0x08, 0x41, 0x4a, 0x55, 0x6c, 0x85, 0x5a, 0xb2, 0x28, 0xd1, 0x67, 0x42, 0x33, 0x14, 0xbb, 0xcb,
0xed, 0x43, 0x9f, 0xd1, 0x39, 0xc8, 0x70, 0xb5, 0x49, 0xaa, 0x96, 0x8f, 0xd0, 0x0a, 0xa4, 0x0d,
0x53, 0x3f, 0xc5, 0x74, 0xe9, 0x72, 0x12, 0x1b, 0x88, 0xff, 0x93, 0x80, 0xa5, 0xb1, 0xc8, 0x45,
0xf4, 0x76, 0x15, 0xab, 0xeb, 0xbc, 0x8b, 0x3c, 0xa3, 0x57, 0x89, 0x5e, 0x45, 0xc5, 0x26, 0x8f,
0xf6, 0xd5, 0x71, 0x53, 0x37, 0xe9, 0xef, 0xdc, 0x34, 0x9c, 0x1b, 0xdd, 0x01, 0xa1, 0xa7, 0x58,
0xb6, 0xcc, 0xbc, 0xbf, 0xec, 0x8b, 0xfc, 0x4f, 0x8d, 0x19, 0x99, 0xc5, 0x0a, 0xb2, 0xa1, 0xb9,
0x92, 0x32, 0x11, 0xf5, 0xa8, 0x48, 0x82, 0x95, 0xe3, 0xb3, 0x4f, 0x94, 0x81, 0xad, 0x0d, 0xb0,
0x3c, 0xb6, 0x6a, 0xe7, 0xc7, 0x14, 0x36, 0x4e, 0x35, 0x15, 0x0f, 0xda, 0xce, 0x72, 0x2d, 0xbb,
0xc2, 0xee, 0x72, 0x5a, 0xa2, 0x04, 0xe5, 0x60, 0xcc, 0x45, 0x65, 0x48, 0xd8, 0x23, 0x3e, 0xf9,
0x84, 0x3d, 0x42, 0xff, 0x06, 0x29, 0x32, 0x41, 0x3a, 0xf1, 0xf2, 0x84, 0x84, 0x85, 0xcb, 0xb5,
0xce, 0x0c, 0x2c, 0x51, 0x4e, 0x51, 0x74, 0x8f, 0x82, 0x1b, 0x87, 0xc3, 0x5a, 0xc5, 0x17, 0xa0,
0x12, 0x0a, 0xb2, 0xbe, 0xb5, 0x8b, 0xfb, 0xd7, 0x4e, 0xac, 0x40, 0x29, 0x10, 0x4d, 0xc5, 0x73,
0xb0, 0x32, 0x29, 0x38, 0x8a, 0x5d, 0x97, 0x1e, 0x08, 0x72, 0xe8, 0x06, 0xe4, 0xdc, 0xe8, 0xc8,
0x8e, 0xe2, 0xb8, 0xad, 0x1c, 0x66, 0xc9, 0x65, 0x25, 0x67, 0x90, 0x6c, 0x69, 0xba, 0x17, 0x12,
0xf4, 0xc3, 0xb3, 0x8a, 0x61, 0x34, 0x15, 0xab, 0x2b, 0x7e, 0x00, 0xd5, 0xa8, 0xc8, 0x17, 0x9a,
0x46, 0xca, 0xdd, 0x82, 0xe7, 0x20, 0x73, 0xa2, 0x9b, 0x7d, 0xc5, 0xa6, 0xca, 0x4a, 0x12, 0x1f,
0x91, 0xad, 0xc9, 0xa2, 0x60, 0x92, 0x92, 0xd9, 0x40, 0x94, 0xe1, 0x7c, 0x64, 0xf4, 0x23, 0x22,
0xda, 0x40, 0xc5, 0xcc, 0x9e, 0x25, 0x89, 0x0d, 0x3c, 0x45, 0xec, 0x63, 0xd9, 0x80, 0xbc, 0xd6,
0xa2, 0x73, 0xa5, 0xfa, 0xf3, 0x12, 0x1f, 0x89, 0x7f, 0x4a, 0xc0, 0xb9, 0xc9, 0x31, 0x70, 0xe2,
0x01, 0xf0, 0x66, 0x95, 0x08, 0x1c, 0x2c, 0xc7, 0xc5, 0x25, 0x17, 0x76, 0x71, 0x02, 0x24, 0xed,
0x11, 0xdb, 0xbc, 0x45, 0x89, 0x3c, 0xa2, 0x23, 0x58, 0xea, 0xe9, 0x6d, 0xa5, 0x27, 0xfb, 0x8e,
0x0c, 0x4f, 0x57, 0x2f, 0x8f, 0x6f, 0x6e, 0x1a, 0x03, 0xb1, 0x3a, 0x76, 0x6a, 0x2a, 0x54, 0xc7,
0xae, 0x7b, 0x74, 0x22, 0x8f, 0x4d, 0xe6, 0xfb, 0x1f, 0x1b, 0x74, 0x09, 0x8a, 0x7d, 0x65, 0x24,
0xdb, 0x23, 0xee, 0xeb, 0xb2, 0xd4, 0x28, 0xd0, 0x57, 0x46, 0xad, 0x11, 0x75, 0x74, 0xe2, 0xaf,
0xfd, 0xf6, 0x0d, 0x86, 0xfe, 0x1f, 0xcb, 0xbe, 0x87, 0xb0, 0xc2, 0x12, 0x18, 0xac, 0x4e, 0x30,
0xf1, 0x1c, 0x0e, 0x09, 0x39, 0xe2, 0x8f, 0xd7, 0xba, 0xe2, 0x5b, 0xae, 0x5b, 0xf6, 0xf2, 0x1e,
0x74, 0x05, 0x52, 0x34, 0x53, 0x62, 0x27, 0xf8, 0xdc, 0xb8, 0x03, 0x26, 0x5c, 0x12, 0xe5, 0x11,
0x9b, 0x50, 0x8b, 0xce, 0x73, 0x16, 0xd2, 0xf4, 0xcb, 0x84, 0xeb, 0x54, 0x02, 0x69, 0xcd, 0x8f,
0xb6, 0x88, 0xef, 0xc0, 0xb2, 0x8a, 0xdb, 0x9a, 0xfa, 0x7d, 0xd7, 0x70, 0x89, 0x4b, 0x3f, 0xe6,
0x25, 0xfc, 0x7d, 0x01, 0x72, 0x12, 0xb6, 0x0c, 0x92, 0x6e, 0xa0, 0x4d, 0xc8, 0xe3, 0x51, 0x1b,
0x1b, 0xb6, 0x93, 0xa1, 0x4d, 0xce, 0x74, 0x19, 0x77, 0xc3, 0xe1, 0x24, 0xb8, 0xcd, 0x15, 0x43,
0xd7, 0x39, 0x44, 0x8f, 0x46, 0xdb, 0x5c, 0xdc, 0x8f, 0xd1, 0x5f, 0x75, 0x30, 0x7a, 0x32, 0x12,
0xa6, 0x31, 0xa9, 0x10, 0x48, 0xbf, 0xce, 0x41, 0x7a, 0x6a, 0xc6, 0xcb, 0x02, 0x28, 0xbd, 0x1e,
0x40, 0xe9, 0xe9, 0x19, 0xd3, 0x8c, 0x80, 0xe9, 0xaf, 0x3a, 0x30, 0x3d, 0x33, 0xe3, 0x8b, 0x43,
0x38, 0xfd, 0x76, 0x10, 0xa7, 0x67, 0x23, 0xbc, 0xa6, 0x23, 0x3d, 0x15, 0xa8, 0xbf, 0xe9, 0x03,
0xea, 0xb9, 0x48, 0x84, 0xcc, 0x14, 0x4d, 0x40, 0xea, 0x6f, 0x07, 0x90, 0x7a, 0x7e, 0x86, 0x1d,
0xa6, 0x40, 0xf5, 0x2d, 0x3f, 0x54, 0x87, 0x48, 0xc4, 0xcf, 0xd7, 0x3d, 0x0a, 0xab, 0xdf, 0x72,
0xb1, 0x7a, 0x21, 0xb2, 0xe8, 0xc0, 0xe7, 0x12, 0x06, 0xeb, 0xfb, 0x63, 0x60, 0x9d, 0x81, 0xeb,
0x67, 0x23, 0x55, 0xcc, 0x40, 0xeb, 0xfb, 0x63, 0x68, 0xbd, 0x34, 0x43, 0xe1, 0x0c, 0xb8, 0xfe,
0xfe, 0x64, 0xb8, 0x1e, 0x0d, 0xa8, 0xf9, 0x67, 0xce, 0x87, 0xd7, 0xe5, 0x08, 0xbc, 0x5e, 0x89,
0xc4, 0x96, 0x4c, 0xfd, 0xdc, 0x80, 0xfd, 0x68, 0x02, 0x60, 0x67, 0xd0, 0xfa, 0xf9, 0x48, 0xe5,
0x73, 0x20, 0xf6, 0xa3, 0x09, 0x88, 0x7d, 0x69, 0xa6, 0xda, 0x99, 0x90, 0x7d, 0x3b, 0x08, 0xd9,
0xd1, 0x8c, 0x33, 0x16, 0x89, 0xd9, 0x8f, 0xa3, 0x30, 0x3b, 0xc3, 0xd5, 0x2f, 0x45, 0x6a, 0x5c,
0x00, 0xb4, 0xef, 0x8f, 0x81, 0xf6, 0x95, 0x19, 0x3b, 0x6d, 0x5e, 0xd4, 0xfe, 0x02, 0x09, 0xce,
0x21, 0x57, 0x4d, 0x72, 0x4f, 0x6c, 0x9a, 0xba, 0xc9, 0xf1, 0x37, 0x1b, 0x88, 0xcf, 0x13, 0x14,
0xe7, 0xb9, 0xe5, 0x29, 0x08, 0x9f, 0xe6, 0xf8, 0x3e, 0x57, 0x2c, 0xfe, 0x2a, 0xee, 0xc9, 0x52,
0xf0, 0xe3, 0x47, 0x80, 0x79, 0x8e, 0x00, 0x7d, 0xb8, 0x3f, 0x11, 0xc4, 0xfd, 0x6b, 0x50, 0x20,
0xb9, 0x7b, 0x08, 0xd2, 0x2b, 0x86, 0x0b, 0xe9, 0xaf, 0xc0, 0x12, 0x0d, 0x9f, 0xac, 0x3a, 0xc0,
0xa3, 0x76, 0x8a, 0x46, 0xed, 0x0a, 0xf9, 0x81, 0x59, 0x81, 0x85, 0xef, 0x97, 0x61, 0xd9, 0xc7,
0xeb, 0x62, 0x02, 0x86, 0x6f, 0x05, 0x97, 0x7b, 0x83, 0x83, 0x83, 0xdf, 0xc6, 0x3d, 0x0b, 0x79,
0xb5, 0x80, 0x49, 0xb0, 0x3d, 0xfe, 0x88, 0x60, 0x7b, 0xe2, 0x7b, 0xc3, 0x76, 0x3f, 0xc6, 0x49,
0x06, 0x31, 0xce, 0xdf, 0xe2, 0xde, 0x9a, 0xb8, 0x20, 0xbc, 0xad, 0xab, 0x98, 0xa3, 0x0e, 0xfa,
0x4c, 0x12, 0x94, 0x9e, 0xde, 0xe1, 0xd8, 0x82, 0x3c, 0x12, 0x2e, 0x37, 0x76, 0xe6, 0x79, 0x68,
0x74, 0x01, 0x4b, 0x9a, 0x5a, 0x98, 0x03, 0x16, 0x01, 0x92, 0x0f, 0x30, 0x8b, 0x74, 0x45, 0x89,
0x3c, 0x12, 0x3e, 0xba, 0xc9, 0x68, 0xfc, 0x2a, 0x4a, 0x6c, 0x80, 0x6e, 0x42, 0x9e, 0xb6, 0x12,
0x64, 0xdd, 0xb0, 0x78, 0x40, 0x0a, 0x24, 0x3a, 0xac, 0x63, 0xb0, 0x7e, 0x40, 0x78, 0xf6, 0x0d,
0x4b, 0xca, 0x19, 0xfc, 0xc9, 0x97, 0x90, 0xe5, 0x03, 0x09, 0xd9, 0x05, 0xc8, 0x93, 0xaf, 0xb7,
0x0c, 0xa5, 0x8d, 0x69, 0x64, 0xc9, 0x4b, 0x1e, 0x41, 0xbc, 0x0f, 0x68, 0x3c, 0x4e, 0xa2, 0x26,
0x64, 0xf0, 0x29, 0x1e, 0xd8, 0x64, 0xd9, 0x92, 0xe1, 0xbc, 0x91, 0xe7, 0x45, 0x78, 0x60, 0x6f,
0x56, 0x89, 0x91, 0xff, 0xfa, 0xf5, 0x9a, 0xc0, 0xb8, 0x5f, 0xd2, 0xfb, 0x9a, 0x8d, 0xfb, 0x86,
0x7d, 0x26, 0x71, 0x79, 0xf1, 0x8f, 0x09, 0x02, 0x7e, 0x03, 0xf1, 0x73, 0xa2, 0x6d, 0x9d, 0x2d,
0x9f, 0xf0, 0x15, 0x3d, 0xe6, 0xb3, 0xf7, 0x45, 0x80, 0x8e, 0x62, 0xc9, 0x1f, 0x2b, 0x03, 0x1b,
0xab, 0xdc, 0xe8, 0xf9, 0x8e, 0x62, 0xbd, 0x4b, 0x09, 0x64, 0xd5, 0xc9, 0xcf, 0x43, 0x0b, 0xab,
0xbc, 0xfc, 0x92, 0xed, 0x28, 0xd6, 0x91, 0x85, 0x55, 0xdf, 0x2c, 0xb3, 0x0f, 0x37, 0xcb, 0xa0,
0x8d, 0x73, 0x21, 0x1b, 0xfb, 0x60, 0x69, 0xde, 0x0f, 0x4b, 0x51, 0x0d, 0x72, 0x86, 0xa9, 0xe9,
0xa6, 0x66, 0x9f, 0xd1, 0x85, 0x49, 0x4a, 0xee, 0x18, 0x5d, 0x86, 0x52, 0x1f, 0xf7, 0x0d, 0x5d,
0xef, 0xc9, 0xcc, 0xd9, 0x14, 0xa8, 0x68, 0x91, 0x13, 0x1b, 0xd4, 0xe7, 0x7c, 0x9a, 0xf0, 0x4e,
0x9f, 0x57, 0x7e, 0x78, 0xb4, 0xe6, 0x5d, 0x9d, 0x60, 0x5e, 0x1f, 0x85, 0x4c, 0x22, 0x64, 0x5f,
0x77, 0xfc, 0x43, 0x19, 0x58, 0xfc, 0x3f, 0x5a, 0x90, 0x0c, 0xe6, 0x46, 0xe8, 0x10, 0x96, 0xdc,
0xc3, 0x2f, 0x0f, 0xa9, 0x53, 0x70, 0xb6, 0xf3, 0xbc, 0xde, 0x43, 0x38, 0x0d, 0x92, 0x2d, 0xf4,
0x1e, 0x3c, 0x19, 0xf2, 0x6c, 0xae, 0xea, 0xc4, 0xbc, 0x0e, 0xee, 0x89, 0xa0, 0x83, 0x73, 0x54,
0x7b, 0xc6, 0x4a, 0x3e, 0xe4, 0x99, 0xdb, 0x81, 0x72, 0x30, 0xcd, 0x9b, 0xb8, 0xfc, 0x97, 0xa1,
0x64, 0x62, 0x5b, 0xd1, 0x06, 0x72, 0xa0, 0x8a, 0x58, 0x64, 0x44, 0x5e, 0x9b, 0x3c, 0x80, 0x27,
0x26, 0xa6, 0x7b, 0xe8, 0x35, 0xc8, 0x7b, 0x99, 0x62, 0x3c, 0x02, 0x3c, 0xb9, 0x85, 0x26, 0x8f,
0x57, 0xfc, 0x4d, 0xdc, 0x53, 0x19, 0x2c, 0x5d, 0x35, 0x20, 0x63, 0x62, 0x6b, 0xd8, 0x63, 0xc5,
0xa4, 0xf2, 0xb5, 0x97, 0xe7, 0x4b, 0x14, 0x09, 0x75, 0xd8, 0xb3, 0x25, 0x2e, 0x2c, 0xde, 0x87,
0x0c, 0xa3, 0xa0, 0x02, 0x64, 0x8f, 0xf6, 0xee, 0xec, 0xed, 0xbf, 0xbb, 0x27, 0xc4, 0x10, 0x40,
0x66, 0xa3, 0x5e, 0x6f, 0x1c, 0xb4, 0x84, 0x38, 0xca, 0x43, 0x7a, 0x63, 0x73, 0x5f, 0x6a, 0x09,
0x09, 0x42, 0x96, 0x1a, 0xb7, 0x1b, 0xf5, 0x96, 0x90, 0x44, 0x4b, 0x50, 0x62, 0xcf, 0xf2, 0xf6,
0xbe, 0x74, 0x77, 0xa3, 0x25, 0xa4, 0x7c, 0xa4, 0xc3, 0xc6, 0xde, 0x56, 0x43, 0x12, 0xd2, 0xe2,
0x2b, 0x70, 0x3e, 0x32, 0xb5, 0xf4, 0xea, 0x52, 0x71, 0x5f, 0x5d, 0x4a, 0xfc, 0x69, 0x82, 0x60,
0xf4, 0xa8, 0x7c, 0x11, 0xdd, 0x0e, 0x4d, 0xfc, 0xda, 0x02, 0xc9, 0x66, 0x68, 0xf6, 0xe8, 0x19,
0x28, 0x9b, 0xf8, 0x04, 0xdb, 0xed, 0x2e, 0xcb, 0x5f, 0x59, 0xc0, 0x2c, 0x49, 0x25, 0x4e, 0xa5,
0x42, 0x16, 0x63, 0xfb, 0x10, 0xb7, 0x6d, 0x99, 0xf9, 0x22, 0xb6, 0xe9, 0xf2, 0x84, 0x8d, 0x50,
0x0f, 0x19, 0x51, 0xfc, 0x60, 0x21, 0x5b, 0xe6, 0x21, 0x2d, 0x35, 0x5a, 0xd2, 0x7b, 0x42, 0x12,
0x21, 0x28, 0xd3, 0x47, 0xf9, 0x70, 0x6f, 0xe3, 0xe0, 0xb0, 0xb9, 0x4f, 0x6c, 0xb9, 0x0c, 0x15,
0xc7, 0x96, 0x0e, 0x31, 0x2d, 0x7e, 0x97, 0x84, 0x27, 0x23, 0xb2, 0x5d, 0xd4, 0x01, 0xd4, 0xd7,
0x55, 0xed, 0x44, 0xc3, 0xaa, 0x6c, 0x8f, 0x68, 0xbd, 0x7d, 0x68, 0x71, 0x1b, 0xdd, 0x9a, 0x37,
0x67, 0x5e, 0xbf, 0xcb, 0x55, 0xb4, 0x46, 0x87, 0x54, 0x81, 0x24, 0xf4, 0x43, 0x14, 0x74, 0x13,
0xc0, 0x1e, 0xc9, 0x26, 0x6e, 0xeb, 0xa6, 0xea, 0x64, 0x18, 0xe3, 0xbb, 0xb9, 0x35, 0x92, 0x28,
0x87, 0x94, 0xb7, 0xf9, 0xd3, 0xb4, 0x9c, 0x02, 0xbd, 0xc1, 0x95, 0x12, 0xf3, 0x39, 0x75, 0xeb,
0x8b, 0x13, 0x4a, 0x7b, 0xb8, 0x4d, 0x14, 0xd3, 0x45, 0xa4, 0x8a, 0x29, 0x3f, 0xba, 0x3b, 0xc9,
0x7b, 0xa5, 0xe7, 0xf3, 0x5e, 0x8b, 0xf9, 0xad, 0xcc, 0xc3, 0xf9, 0x2d, 0xf1, 0x4d, 0x10, 0xc2,
0x26, 0x0e, 0xee, 0x96, 0x32, 0xc0, 0xd1, 0xde, 0xdd, 0xfd, 0xad, 0x9d, 0xed, 0x9d, 0xc6, 0x96,
0x10, 0x47, 0x45, 0xc8, 0xb9, 0xa3, 0x84, 0xf8, 0xb3, 0xc0, 0x06, 0x08, 0x82, 0x90, 0x7d, 0xc8,
0x04, 0x16, 0xfd, 0xb5, 0x79, 0x11, 0xcd, 0xba, 0xf3, 0xc0, 0x97, 0x9c, 0xab, 0x99, 0x52, 0xe6,
0x0e, 0x2d, 0x57, 0xf2, 0x51, 0x2c, 0x57, 0xea, 0x71, 0x2c, 0x57, 0xfa, 0x21, 0x97, 0xeb, 0x06,
0x94, 0x83, 0xc6, 0x89, 0x3e, 0xda, 0x9e, 0x6f, 0x4c, 0x88, 0xef, 0x7b, 0x79, 0xa2, 0xaf, 0x4e,
0xb9, 0x0d, 0xe5, 0x10, 0xac, 0x8b, 0x8f, 0xd7, 0x1d, 0xbc, 0x3a, 0xa3, 0x0b, 0xd9, 0xa4, 0xd2,
0xa9, 0x7f, 0x28, 0xfe, 0x3c, 0x0e, 0x4f, 0x4d, 0x01, 0x7e, 0xe8, 0x9d, 0xd0, 0x46, 0xb8, 0xb5,
0x08, 0x6c, 0x5c, 0x67, 0xb4, 0xe0, 0x56, 0x10, 0xaf, 0x43, 0xd1, 0x4f, 0x9f, 0xcf, 0x0a, 0xff,
0x9f, 0xf4, 0x82, 0x57, 0xb0, 0x44, 0xfa, 0xc8, 0x32, 0xe6, 0xd0, 0x46, 0x4c, 0x2c, 0xb8, 0x11,
0x27, 0x66, 0x3d, 0xc9, 0xc7, 0x97, 0xf5, 0xa4, 0x1e, 0x32, 0xeb, 0xf1, 0x9f, 0xc8, 0x74, 0xf0,
0x44, 0x8e, 0x25, 0x28, 0x99, 0x09, 0x09, 0xca, 0x7b, 0x00, 0xbe, 0xae, 0xe1, 0x0a, 0xa4, 0x4d,
0x7d, 0x38, 0x50, 0xe9, 0x36, 0x49, 0x4b, 0x6c, 0x80, 0x6e, 0x40, 0x9a, 0x6c, 0xb7, 0x68, 0xcf,
0x4e, 0xb6, 0x8b, 0xaf, 0x6c, 0xcc, 0xb8, 0x45, 0x0d, 0xd0, 0x78, 0xe3, 0x25, 0xe2, 0x15, 0x6f,
0x06, 0x5f, 0xf1, 0x74, 0x64, 0x0b, 0x67, 0xf2, 0xab, 0x3e, 0x81, 0x34, 0xdd, 0x1e, 0x24, 0x51,
0xa3, 0x0d, 0x48, 0x8e, 0xfc, 0xc9, 0x33, 0xfa, 0x6f, 0x00, 0xc5, 0xb6, 0x4d, 0xed, 0x78, 0xe8,
0xbd, 0x60, 0x6d, 0xf2, 0xf6, 0xda, 0x70, 0xf8, 0x36, 0x2f, 0xf0, 0x7d, 0xb6, 0xe2, 0x89, 0xfa,
0xf6, 0x9a, 0x4f, 0xa1, 0xb8, 0x07, 0xe5, 0xa0, 0xac, 0x83, 0x55, 0xd9, 0x37, 0x04, 0xb1, 0x2a,
0x2b, 0x3d, 0x70, 0xac, 0xea, 0x22, 0xdd, 0x24, 0x6b, 0x34, 0xd3, 0x81, 0xf8, 0x5d, 0x1c, 0x8a,
0xfe, 0xdd, 0xf9, 0xaf, 0x06, 0xf7, 0xc4, 0x4f, 0xe3, 0x90, 0x73, 0x27, 0x1f, 0xd1, 0xe8, 0xf5,
0x6c, 0x97, 0xf0, 0xb7, 0x35, 0x59, 0xe7, 0x38, 0xe9, 0xf6, 0xa3, 0x5f, 0x77, 0x33, 0xc3, 0xa8,
0xea, 0xbc, 0xdf, 0xd2, 0x4e, 0x3f, 0x9e, 0x27, 0xc2, 0x3f, 0xe1, 0xdf, 0x41, 0x32, 0x15, 0xf4,
0xef, 0x90, 0x51, 0xda, 0x6e, 0x4f, 0xa2, 0x3c, 0xa1, 0x48, 0xed, 0xb0, 0xae, 0xb7, 0x46, 0x1b,
0x94, 0x53, 0xe2, 0x12, 0xfc, 0xab, 0x12, 0x6e, 0x3f, 0xfb, 0x2d, 0xa2, 0x97, 0xf1, 0x4c, 0x8f,
0xf4, 0x24, 0x37, 0xdc, 0xda, 0x22, 0x61, 0x9e, 0xf0, 0x49, 0x8d, 0xbb, 0xfb, 0xf7, 0x1a, 0x5b,
0x42, 0x52, 0x7c, 0x1d, 0xf2, 0xae, 0xeb, 0x41, 0x55, 0xc8, 0x2a, 0xaa, 0x6a, 0x62, 0xcb, 0xe2,
0x49, 0xb3, 0x33, 0xa4, 0x17, 0x19, 0xf4, 0x8f, 0x79, 0x37, 0x37, 0x29, 0xb1, 0x81, 0xa8, 0x42,
0x25, 0xe4, 0xb7, 0xd0, 0xeb, 0x90, 0x35, 0x86, 0xc7, 0xb2, 0xb3, 0x69, 0x43, 0x57, 0x0d, 0x9d,
0x92, 0xc9, 0xf0, 0xb8, 0xa7, 0xb5, 0xef, 0xe0, 0x33, 0xc7, 0x4c, 0xc6, 0xf0, 0xf8, 0x0e, 0xdb,
0xdb, 0xec, 0x2d, 0x09, 0xff, 0x5b, 0xfe, 0x37, 0x0e, 0x39, 0xe7, 0xac, 0xa2, 0xff, 0x80, 0xbc,
0xeb, 0x13, 0xdd, 0x0b, 0x2e, 0x91, 0xce, 0x94, 0xeb, 0xf7, 0x44, 0xd0, 0x15, 0x58, 0xb2, 0xb4,
0xce, 0xc0, 0x69, 0x63, 0xb1, 0x1a, 0x65, 0x82, 0x1e, 0x9a, 0x0a, 0xfb, 0x61, 0xd7, 0x29, 0xac,
0xdd, 0x4e, 0xe5, 0x92, 0x42, 0xea, 0x76, 0x2a, 0x97, 0x12, 0xd2, 0x24, 0x2c, 0x0a, 0x61, 0xc7,
0xf1, 0x43, 0x7e, 0x0c, 0x81, 0x09, 0xa1, 0xf8, 0xce, 0xf6, 0x66, 0x28, 0x7c, 0xff, 0x3d, 0x0e,
0x39, 0xa7, 0x51, 0x86, 0x5e, 0xf1, 0xb9, 0xb0, 0xf2, 0xa4, 0x1d, 0xcb, 0x19, 0xbd, 0x4b, 0x14,
0xc1, 0x29, 0x25, 0x16, 0x9f, 0x52, 0xd4, 0x4d, 0x18, 0xa7, 0x17, 0x99, 0x5a, 0xb8, 0x17, 0xf9,
0x12, 0x20, 0x5b, 0xb7, 0x95, 0x9e, 0x7c, 0xaa, 0xdb, 0xda, 0xa0, 0x23, 0xb3, 0x1d, 0xc2, 0xbc,
0x8d, 0x40, 0x7f, 0xb9, 0x47, 0x7f, 0x38, 0x70, 0x37, 0x8b, 0x0b, 0x63, 0x17, 0xbd, 0x13, 0x71,
0x0e, 0x32, 0x1c, 0xa9, 0xb1, 0x4b, 0x11, 0x7c, 0xe4, 0x36, 0x5d, 0x53, 0xbe, 0xa6, 0x6b, 0x0d,
0x72, 0x7d, 0x6c, 0x2b, 0xd4, 0x75, 0xb2, 0x68, 0xe9, 0x8e, 0xaf, 0xdc, 0x82, 0x82, 0xef, 0x7a,
0x0a, 0xf1, 0xa6, 0x7b, 0x8d, 0x77, 0x85, 0x58, 0x2d, 0xfb, 0xd9, 0x17, 0x97, 0x92, 0x7b, 0xf8,
0x63, 0x72, 0xd0, 0xa4, 0x46, 0xbd, 0xd9, 0xa8, 0xdf, 0x11, 0xe2, 0xb5, 0xc2, 0x67, 0x5f, 0x5c,
0xca, 0x4a, 0x98, 0xf6, 0xb1, 0xae, 0x34, 0xa1, 0xe8, 0x5f, 0x95, 0xe0, 0xa1, 0x46, 0x50, 0xde,
0x3a, 0x3a, 0xd8, 0xdd, 0xa9, 0x6f, 0xb4, 0x1a, 0xf2, 0xbd, 0xfd, 0x56, 0x43, 0x88, 0xa3, 0x27,
0x61, 0x79, 0x77, 0xe7, 0xed, 0x66, 0x4b, 0xae, 0xef, 0xee, 0x34, 0xf6, 0x5a, 0xf2, 0x46, 0xab,
0xb5, 0x51, 0xbf, 0x23, 0x24, 0xae, 0xfd, 0xa2, 0x00, 0x95, 0x8d, 0xcd, 0xfa, 0x0e, 0x01, 0xaa,
0x5a, 0x5b, 0xa1, 0x2e, 0xa2, 0x0e, 0x29, 0x5a, 0x11, 0x9f, 0x7a, 0xd5, 0xb8, 0x36, 0xbd, 0xcb,
0x89, 0xb6, 0x21, 0x4d, 0x8b, 0xe5, 0x68, 0xfa, 0xdd, 0xe3, 0xda, 0x8c, 0xb6, 0x27, 0xf9, 0x18,
0x7a, 0x8a, 0xa6, 0x5e, 0x46, 0xae, 0x4d, 0xef, 0x82, 0xa2, 0x5d, 0xc8, 0x3a, 0xb5, 0xcc, 0x59,
0xd7, 0x7a, 0x6b, 0x33, 0xdb, 0x89, 0x64, 0x6a, 0xac, 0xe6, 0x3c, 0xfd, 0x9e, 0x72, 0x6d, 0x46,
0x7f, 0x14, 0xed, 0x40, 0x86, 0x97, 0x7b, 0x66, 0x5c, 0xd1, 0xad, 0xcd, 0x6a, 0x0b, 0x22, 0x09,
0xf2, 0x5e, 0x35, 0x7f, 0xf6, 0xed, 0xeb, 0xda, 0x1c, 0xad, 0x5f, 0x74, 0x1f, 0x4a, 0xc1, 0x12,
0xd2, 0x7c, 0xd7, 0x80, 0x6b, 0x73, 0x36, 0x20, 0x89, 0xfe, 0x60, 0x3d, 0x69, 0xbe, 0x6b, 0xc1,
0xb5, 0x39, 0xfb, 0x91, 0xe8, 0x43, 0x58, 0x1a, 0xaf, 0xf7, 0xcc, 0x7f, 0x4b, 0xb8, 0xb6, 0x40,
0x87, 0x12, 0xf5, 0x01, 0x4d, 0xa8, 0x13, 0x2d, 0x70, 0x69, 0xb8, 0xb6, 0x48, 0xc3, 0x12, 0xa9,
0x50, 0x09, 0xd7, 0x5e, 0xe6, 0xbd, 0x44, 0x5c, 0x9b, 0xbb, 0x79, 0xc9, 0xde, 0x12, 0x04, 0xf8,
0xf3, 0x5e, 0x2a, 0xae, 0xcd, 0xdd, 0xcb, 0x44, 0x47, 0x00, 0x3e, 0x80, 0x3a, 0xc7, 0x25, 0xe3,
0xda, 0x3c, 0x5d, 0x4d, 0x64, 0xc0, 0xf2, 0x24, 0x60, 0xba, 0xc8, 0x9d, 0xe3, 0xda, 0x42, 0xcd,
0x4e, 0xb2, 0x9f, 0x83, 0x10, 0x73, 0xbe, 0x3b, 0xc8, 0xb5, 0x39, 0xbb, 0x9e, 0x9b, 0x8d, 0x2f,
0xbf, 0x59, 0x8d, 0x7f, 0xf5, 0xcd, 0x6a, 0xfc, 0x2f, 0xdf, 0xac, 0xc6, 0x3f, 0xff, 0x76, 0x35,
0xf6, 0xd5, 0xb7, 0xab, 0xb1, 0x3f, 0x7c, 0xbb, 0x1a, 0xfb, 0xcf, 0x17, 0x3b, 0x9a, 0xdd, 0x1d,
0x1e, 0xaf, 0xb7, 0xf5, 0xfe, 0x55, 0xff, 0xdf, 0x51, 0x26, 0xfd, 0x45, 0xe6, 0x38, 0x43, 0xa3,
0xe9, 0xf5, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, 0x04, 0xf2, 0x51, 0x4d, 0x42, 0x33, 0x00, 0x00,
// 3484 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x5b, 0x4b, 0x6f, 0x1b, 0x57,
0x96, 0xe6, 0xfb, 0x71, 0xf8, 0x2a, 0x5d, 0x29, 0x0e, 0xcd, 0xd8, 0x92, 0x53, 0x46, 0x1e, 0x76,
0x12, 0x79, 0x62, 0xc3, 0x89, 0x3d, 0x49, 0x26, 0x90, 0x28, 0x2a, 0x94, 0x2d, 0x4b, 0x4a, 0x89,
0x72, 0x90, 0x99, 0x8c, 0x2b, 0x25, 0xd6, 0x15, 0x59, 0x31, 0xc9, 0xaa, 0x54, 0x15, 0x15, 0x2a,
0xab, 0xc1, 0x00, 0x01, 0x06, 0xc1, 0x00, 0x93, 0xdd, 0xcc, 0x26, 0xbb, 0x69, 0xa0, 0x7f, 0x42,
0xaf, 0x7a, 0xd5, 0x8b, 0x2c, 0x7a, 0x91, 0x5d, 0x37, 0x7a, 0x91, 0x0e, 0x92, 0x5e, 0xf5, 0x1f,
0xe8, 0x55, 0xa7, 0x1b, 0xf7, 0x51, 0x4f, 0xb2, 0xf8, 0x88, 0x9d, 0x07, 0xd0, 0xbb, 0xba, 0x87,
0xe7, 0x9c, 0xaa, 0x7b, 0xef, 0xb9, 0xe7, 0xf1, 0x9d, 0x4b, 0x78, 0xca, 0xc6, 0x03, 0x15, 0x9b,
0x7d, 0x6d, 0x60, 0x5f, 0x53, 0x8e, 0xdb, 0xda, 0x35, 0xfb, 0xcc, 0xc0, 0xd6, 0xba, 0x61, 0xea,
0xb6, 0x8e, 0x2a, 0xde, 0x8f, 0xeb, 0xe4, 0xc7, 0xda, 0x45, 0x1f, 0x77, 0xdb, 0x3c, 0x33, 0x6c,
0xfd, 0x9a, 0x61, 0xea, 0xfa, 0x09, 0xe3, 0xaf, 0x5d, 0xf0, 0xfd, 0x4c, 0xf5, 0xf8, 0xb5, 0x05,
0x7e, 0xe5, 0xc2, 0x0f, 0xf1, 0x99, 0xf3, 0xeb, 0xc5, 0x31, 0x59, 0x43, 0x31, 0x95, 0xbe, 0xf3,
0xf3, 0x5a, 0x47, 0xd7, 0x3b, 0x3d, 0x7c, 0x8d, 0x8e, 0x8e, 0x87, 0x27, 0xd7, 0x6c, 0xad, 0x8f,
0x2d, 0x5b, 0xe9, 0x1b, 0x9c, 0x61, 0xa5, 0xa3, 0x77, 0x74, 0xfa, 0x78, 0x8d, 0x3c, 0x31, 0xaa,
0xf8, 0x37, 0x80, 0xac, 0x84, 0x3f, 0x1c, 0x62, 0xcb, 0x46, 0xd7, 0x21, 0x85, 0xdb, 0x5d, 0xbd,
0x1a, 0xbf, 0x14, 0x7f, 0xbe, 0x70, 0xfd, 0xc2, 0x7a, 0x68, 0x72, 0xeb, 0x9c, 0xaf, 0xd1, 0xee,
0xea, 0xcd, 0x98, 0x44, 0x79, 0xd1, 0x4d, 0x48, 0x9f, 0xf4, 0x86, 0x56, 0xb7, 0x9a, 0xa0, 0x42,
0x17, 0xa3, 0x84, 0xb6, 0x09, 0x53, 0x33, 0x26, 0x31, 0x6e, 0xf2, 0x2a, 0x6d, 0x70, 0xa2, 0x57,
0x93, 0xd3, 0x5f, 0xb5, 0x33, 0x38, 0xa1, 0xaf, 0x22, 0xbc, 0x68, 0x13, 0x40, 0x1b, 0x68, 0xb6,
0xdc, 0xee, 0x2a, 0xda, 0xa0, 0x9a, 0xa2, 0x92, 0x4f, 0x47, 0x4b, 0x6a, 0x76, 0x9d, 0x30, 0x36,
0x63, 0x52, 0x5e, 0x73, 0x06, 0xe4, 0x73, 0x3f, 0x1c, 0x62, 0xf3, 0xac, 0x9a, 0x9e, 0xfe, 0xb9,
0x6f, 0x13, 0x26, 0xf2, 0xb9, 0x94, 0x1b, 0xed, 0x40, 0xe1, 0x18, 0x77, 0xb4, 0x81, 0x7c, 0xdc,
0xd3, 0xdb, 0x0f, 0xab, 0x19, 0x2a, 0x2c, 0x46, 0x09, 0x6f, 0x12, 0xd6, 0x4d, 0xc2, 0xb9, 0x99,
0xa8, 0xc6, 0x9b, 0x31, 0x09, 0x8e, 0x5d, 0x0a, 0x7a, 0x1d, 0x72, 0xed, 0x2e, 0x6e, 0x3f, 0x94,
0xed, 0x51, 0x35, 0x4b, 0xf5, 0xac, 0x45, 0xe9, 0xa9, 0x13, 0xbe, 0xd6, 0xa8, 0x19, 0x93, 0xb2,
0x6d, 0xf6, 0x88, 0xb6, 0x01, 0x54, 0xdc, 0xd3, 0x4e, 0xb1, 0x49, 0xe4, 0x73, 0xd3, 0xd7, 0x60,
0x8b, 0x71, 0xb6, 0x46, 0xfc, 0x33, 0xf2, 0xaa, 0x43, 0x40, 0x75, 0xc8, 0xe3, 0x81, 0xca, 0xa7,
0x93, 0xa7, 0x6a, 0x2e, 0x45, 0xee, 0xf7, 0x40, 0xf5, 0x4f, 0x26, 0x87, 0xf9, 0x18, 0xdd, 0x82,
0x4c, 0x5b, 0xef, 0xf7, 0x35, 0xbb, 0x0a, 0x54, 0xc3, 0x6a, 0xe4, 0x44, 0x28, 0x57, 0x33, 0x26,
0x71, 0x7e, 0xb4, 0x07, 0xe5, 0x9e, 0x66, 0xd9, 0xb2, 0x35, 0x50, 0x0c, 0xab, 0xab, 0xdb, 0x56,
0xb5, 0x40, 0x35, 0x3c, 0x13, 0xa5, 0x61, 0x57, 0xb3, 0xec, 0x43, 0x87, 0xb9, 0x19, 0x93, 0x4a,
0x3d, 0x3f, 0x81, 0xe8, 0xd3, 0x4f, 0x4e, 0xb0, 0xe9, 0x2a, 0xac, 0x16, 0xa7, 0xeb, 0xdb, 0x27,
0xdc, 0x8e, 0x3c, 0xd1, 0xa7, 0xfb, 0x09, 0xe8, 0xdf, 0x60, 0xb9, 0xa7, 0x2b, 0xaa, 0xab, 0x4e,
0x6e, 0x77, 0x87, 0x83, 0x87, 0xd5, 0x12, 0x55, 0x7a, 0x25, 0xf2, 0x23, 0x75, 0x45, 0x75, 0x54,
0xd4, 0x89, 0x40, 0x33, 0x26, 0x2d, 0xf5, 0xc2, 0x44, 0xf4, 0x00, 0x56, 0x14, 0xc3, 0xe8, 0x9d,
0x85, 0xb5, 0x97, 0xa9, 0xf6, 0xab, 0x51, 0xda, 0x37, 0x88, 0x4c, 0x58, 0x3d, 0x52, 0xc6, 0xa8,
0xa8, 0x05, 0x82, 0x61, 0x62, 0x43, 0x31, 0xb1, 0x6c, 0x98, 0xba, 0xa1, 0x5b, 0x4a, 0xaf, 0x5a,
0xa1, 0xba, 0x9f, 0x8b, 0xd2, 0x7d, 0xc0, 0xf8, 0x0f, 0x38, 0x7b, 0x33, 0x26, 0x55, 0x8c, 0x20,
0x89, 0x69, 0xd5, 0xdb, 0xd8, 0xb2, 0x3c, 0xad, 0xc2, 0x2c, 0xad, 0x94, 0x3f, 0xa8, 0x35, 0x40,
0x42, 0x0d, 0x28, 0xe0, 0x11, 0x11, 0x97, 0x4f, 0x75, 0x1b, 0x57, 0x97, 0xa6, 0x1f, 0xac, 0x06,
0x65, 0xbd, 0xaf, 0xdb, 0x98, 0x1c, 0x2a, 0xec, 0x8e, 0x90, 0x02, 0x4f, 0x9c, 0x62, 0x53, 0x3b,
0x39, 0xa3, 0x6a, 0x64, 0xfa, 0x8b, 0xa5, 0xe9, 0x83, 0x2a, 0xa2, 0x0a, 0x5f, 0x88, 0x52, 0x78,
0x9f, 0x0a, 0x11, 0x15, 0x0d, 0x47, 0xa4, 0x19, 0x93, 0x96, 0x4f, 0xc7, 0xc9, 0xc4, 0xc4, 0x4e,
0xb4, 0x81, 0xd2, 0xd3, 0x3e, 0xc6, 0xfc, 0xd8, 0x2c, 0x4f, 0x37, 0xb1, 0x6d, 0xce, 0x4d, 0xcf,
0x0a, 0x31, 0xb1, 0x13, 0x3f, 0x61, 0x33, 0x0b, 0xe9, 0x53, 0xa5, 0x37, 0xc4, 0xe2, 0x73, 0x50,
0xf0, 0x39, 0x56, 0x54, 0x85, 0x6c, 0x1f, 0x5b, 0x96, 0xd2, 0xc1, 0xd4, 0x0f, 0xe7, 0x25, 0x67,
0x28, 0x96, 0xa1, 0xe8, 0x77, 0xa6, 0xe2, 0x67, 0x71, 0x57, 0x92, 0xf8, 0x49, 0x22, 0x79, 0x8a,
0x4d, 0x3a, 0x6d, 0x2e, 0xc9, 0x87, 0xe8, 0x32, 0x94, 0xe8, 0x27, 0xcb, 0xce, 0xef, 0xc4, 0x59,
0xa7, 0xa4, 0x22, 0x25, 0xde, 0xe7, 0x4c, 0x6b, 0x50, 0x30, 0xae, 0x1b, 0x2e, 0x4b, 0x92, 0xb2,
0x80, 0x71, 0xdd, 0x70, 0x18, 0x9e, 0x86, 0x22, 0x99, 0x9f, 0xcb, 0x91, 0xa2, 0x2f, 0x29, 0x10,
0x1a, 0x67, 0x11, 0x7f, 0x9b, 0x00, 0x21, 0xec, 0x80, 0xd1, 0x2d, 0x48, 0x91, 0x58, 0xc4, 0xc3,
0x4a, 0x6d, 0x9d, 0x05, 0xaa, 0x75, 0x27, 0x50, 0xad, 0xb7, 0x9c, 0x40, 0xb5, 0x99, 0xfb, 0xe2,
0xab, 0xb5, 0xd8, 0x67, 0x7f, 0x5c, 0x8b, 0x4b, 0x54, 0x02, 0x9d, 0x27, 0xbe, 0x52, 0xd1, 0x06,
0xb2, 0xa6, 0xd2, 0x4f, 0xce, 0x13, 0x47, 0xa8, 0x68, 0x83, 0x1d, 0x15, 0xed, 0x82, 0xd0, 0xd6,
0x07, 0x16, 0x1e, 0x58, 0x43, 0x4b, 0x66, 0x81, 0x90, 0x07, 0x93, 0x80, 0x3b, 0x64, 0xe1, 0xb5,
0xee, 0x70, 0x1e, 0x50, 0x46, 0xa9, 0xd2, 0x0e, 0x12, 0x88, 0x5b, 0x3d, 0x55, 0x7a, 0x9a, 0xaa,
0xd8, 0xba, 0x69, 0x55, 0x53, 0x97, 0x92, 0x13, 0xfd, 0xe1, 0x7d, 0x87, 0xe5, 0xc8, 0x50, 0x15,
0x1b, 0x6f, 0xa6, 0xc8, 0xe7, 0x4a, 0x3e, 0x49, 0xf4, 0x2c, 0x54, 0x14, 0xc3, 0x90, 0x2d, 0x5b,
0xb1, 0xb1, 0x7c, 0x7c, 0x66, 0x63, 0x8b, 0x06, 0x9a, 0xa2, 0x54, 0x52, 0x0c, 0xe3, 0x90, 0x50,
0x37, 0x09, 0x11, 0x3d, 0x03, 0x65, 0x12, 0x93, 0x34, 0xa5, 0x27, 0x77, 0xb1, 0xd6, 0xe9, 0xda,
0x34, 0xa4, 0x24, 0xa5, 0x12, 0xa7, 0x36, 0x29, 0x51, 0x54, 0xdd, 0x1d, 0xa7, 0xf1, 0x08, 0x21,
0x48, 0xa9, 0x8a, 0xad, 0xd0, 0x95, 0x2c, 0x4a, 0xf4, 0x99, 0xd0, 0x0c, 0xc5, 0xee, 0xf2, 0xf5,
0xa1, 0xcf, 0xe8, 0x1c, 0x64, 0xb8, 0xda, 0x24, 0x55, 0xcb, 0x47, 0x68, 0x05, 0xd2, 0x86, 0xa9,
0x9f, 0x62, 0xba, 0x75, 0x39, 0x89, 0x0d, 0xc4, 0xff, 0x48, 0xc0, 0xd2, 0x58, 0xe4, 0x22, 0x7a,
0xbb, 0x8a, 0xd5, 0x75, 0xde, 0x45, 0x9e, 0xd1, 0x2b, 0x44, 0xaf, 0xa2, 0x62, 0x93, 0x47, 0xfb,
0xea, 0xf8, 0x52, 0x37, 0xe9, 0xef, 0x7c, 0x69, 0x38, 0x37, 0xba, 0x0b, 0x42, 0x4f, 0xb1, 0x6c,
0x99, 0x79, 0x7f, 0xd9, 0x17, 0xf9, 0x9f, 0x1a, 0x5b, 0x64, 0x16, 0x2b, 0x88, 0x41, 0x73, 0x25,
0x65, 0x22, 0xea, 0x51, 0x91, 0x04, 0x2b, 0xc7, 0x67, 0x1f, 0x2b, 0x03, 0x5b, 0x1b, 0x60, 0x79,
0x6c, 0xd7, 0xce, 0x8f, 0x29, 0x6c, 0x9c, 0x6a, 0x2a, 0x1e, 0xb4, 0x9d, 0xed, 0x5a, 0x76, 0x85,
0xdd, 0xed, 0xb4, 0x44, 0x09, 0xca, 0xc1, 0x98, 0x8b, 0xca, 0x90, 0xb0, 0x47, 0x7c, 0xf2, 0x09,
0x7b, 0x84, 0xfe, 0x09, 0x52, 0x64, 0x82, 0x74, 0xe2, 0xe5, 0x09, 0x09, 0x0b, 0x97, 0x6b, 0x9d,
0x19, 0x58, 0xa2, 0x9c, 0xa2, 0xe8, 0x1e, 0x05, 0x37, 0x0e, 0x87, 0xb5, 0x8a, 0x57, 0xa0, 0x12,
0x0a, 0xb2, 0xbe, 0xbd, 0x8b, 0xfb, 0xf7, 0x4e, 0xac, 0x40, 0x29, 0x10, 0x4d, 0xc5, 0x73, 0xb0,
0x32, 0x29, 0x38, 0x8a, 0x5d, 0x97, 0x1e, 0x08, 0x72, 0xe8, 0x26, 0xe4, 0xdc, 0xe8, 0xc8, 0x8e,
0xe2, 0xf8, 0x5a, 0x39, 0xcc, 0x92, 0xcb, 0x4a, 0xce, 0x20, 0x31, 0x69, 0x6a, 0x0b, 0x09, 0xfa,
0xe1, 0x59, 0xc5, 0x30, 0x9a, 0x8a, 0xd5, 0x15, 0xdf, 0x87, 0x6a, 0x54, 0xe4, 0x0b, 0x4d, 0x23,
0xe5, 0x9a, 0xe0, 0x39, 0xc8, 0x9c, 0xe8, 0x66, 0x5f, 0xb1, 0xa9, 0xb2, 0x92, 0xc4, 0x47, 0xc4,
0x34, 0x59, 0x14, 0x4c, 0x52, 0x32, 0x1b, 0x88, 0x32, 0x9c, 0x8f, 0x8c, 0x7e, 0x44, 0x44, 0x1b,
0xa8, 0x98, 0xad, 0x67, 0x49, 0x62, 0x03, 0x4f, 0x11, 0xfb, 0x58, 0x36, 0x20, 0xaf, 0xb5, 0xe8,
0x5c, 0xa9, 0xfe, 0xbc, 0xc4, 0x47, 0xe2, 0x7f, 0x25, 0xe1, 0xdc, 0xe4, 0x18, 0x38, 0xf1, 0x00,
0x78, 0xb3, 0x4a, 0x04, 0x0e, 0x96, 0xe3, 0xe2, 0x92, 0x0b, 0xbb, 0x38, 0x01, 0x92, 0xf6, 0x88,
0x19, 0x6f, 0x51, 0x22, 0x8f, 0xe8, 0x08, 0x96, 0x7a, 0x7a, 0x5b, 0xe9, 0xc9, 0xbe, 0x23, 0xc3,
0xd3, 0xd5, 0xcb, 0xe3, 0xc6, 0x4d, 0x63, 0x20, 0x56, 0xc7, 0x4e, 0x4d, 0x85, 0xea, 0xd8, 0x75,
0x8f, 0x4e, 0xe4, 0xb1, 0xc9, 0x7c, 0xff, 0x63, 0x83, 0xae, 0xd0, 0x9c, 0xc0, 0xd0, 0x2d, 0x6c,
0xca, 0x8a, 0xaa, 0x9a, 0xd8, 0xb2, 0x68, 0x4e, 0x5b, 0xa4, 0x81, 0x9e, 0xd2, 0x37, 0x18, 0x19,
0x5d, 0x82, 0x62, 0x5f, 0x19, 0xc9, 0xf6, 0x88, 0xbb, 0xc5, 0x1c, 0x5d, 0x3f, 0xe8, 0x2b, 0xa3,
0xd6, 0x88, 0xfa, 0x44, 0xf1, 0x4f, 0x09, 0xdf, 0x56, 0x04, 0xb3, 0x84, 0x9f, 0x6a, 0x2b, 0x0e,
0x61, 0x85, 0xcf, 0x43, 0x9d, 0xb0, 0x1b, 0x73, 0xf8, 0x2e, 0xe4, 0x88, 0xff, 0x6c, 0x36, 0x42,
0x7c, 0xd3, 0x75, 0xf6, 0x5e, 0x36, 0x85, 0xae, 0x42, 0x8a, 0xe6, 0x5f, 0xcc, 0x2f, 0x9c, 0x1b,
0x77, 0xeb, 0x84, 0x4b, 0xa2, 0x3c, 0x62, 0x13, 0x6a, 0xd1, 0xd9, 0xd3, 0x42, 0x9a, 0xbe, 0x4e,
0xb8, 0xae, 0x2a, 0x90, 0x2c, 0xfd, 0x64, 0xfb, 0xfd, 0x36, 0x2c, 0xab, 0xb8, 0xad, 0xa9, 0xdf,
0x77, 0xbb, 0x97, 0xb8, 0xf4, 0xcf, 0x67, 0xb7, 0x7f, 0x57, 0x80, 0x9c, 0x84, 0x2d, 0x83, 0xe4,
0x3b, 0x68, 0x13, 0xf2, 0x78, 0xd4, 0xc6, 0x86, 0xed, 0xa4, 0x88, 0x93, 0x53, 0x6d, 0xc6, 0xdd,
0x70, 0x38, 0x49, 0xe1, 0xe8, 0x8a, 0xa1, 0x1b, 0x1c, 0x23, 0x88, 0x2e, 0xf7, 0xb9, 0xb8, 0x1f,
0x24, 0x78, 0xc5, 0x01, 0x09, 0x92, 0x91, 0x75, 0x22, 0x93, 0x0a, 0xa1, 0x04, 0x37, 0x38, 0x4a,
0x90, 0x9a, 0xf1, 0xb2, 0x00, 0x4c, 0x50, 0x0f, 0xc0, 0x04, 0xe9, 0x19, 0xd3, 0x8c, 0xc0, 0x09,
0x5e, 0x71, 0x70, 0x82, 0xcc, 0x8c, 0x2f, 0x0e, 0x01, 0x05, 0x77, 0x82, 0x40, 0x41, 0x36, 0xc2,
0x6d, 0x3b, 0xd2, 0x53, 0x91, 0x82, 0x37, 0x7c, 0x48, 0x41, 0x2e, 0xb2, 0x44, 0x67, 0x8a, 0x26,
0x40, 0x05, 0x6f, 0x05, 0xa0, 0x82, 0xfc, 0x8c, 0x75, 0x98, 0x82, 0x15, 0x6c, 0xf9, 0xb1, 0x02,
0x88, 0x84, 0x1c, 0xf8, 0xbe, 0x47, 0x81, 0x05, 0xb7, 0x5d, 0xb0, 0xa0, 0x10, 0x89, 0x7a, 0xf0,
0xb9, 0x84, 0xd1, 0x82, 0xfd, 0x31, 0xb4, 0x80, 0x55, 0xf7, 0xcf, 0x46, 0xaa, 0x98, 0x01, 0x17,
0xec, 0x8f, 0xc1, 0x05, 0xa5, 0x19, 0x0a, 0x67, 0xe0, 0x05, 0xef, 0x4d, 0xc6, 0x0b, 0xa2, 0x2b,
0x7a, 0xfe, 0x99, 0xf3, 0x01, 0x06, 0x72, 0x04, 0x60, 0x50, 0x89, 0x2c, 0x6e, 0x99, 0xfa, 0xb9,
0x11, 0x83, 0xa3, 0x09, 0x88, 0x01, 0xab, 0xed, 0x9f, 0x8f, 0x54, 0x3e, 0x07, 0x64, 0x70, 0x34,
0x01, 0x32, 0x58, 0x9a, 0xa9, 0x76, 0x26, 0x66, 0xb0, 0x1d, 0xc4, 0x0c, 0xd0, 0x8c, 0x33, 0x16,
0x09, 0x1a, 0x1c, 0x47, 0x81, 0x06, 0xac, 0xb0, 0x7f, 0x31, 0x52, 0xe3, 0x02, 0xa8, 0xc1, 0xfe,
0x18, 0x6a, 0xb0, 0x32, 0xc3, 0xd2, 0xe6, 0x85, 0x0d, 0xae, 0x90, 0x38, 0x1e, 0x72, 0xd5, 0x24,
0xf9, 0xc5, 0xa6, 0xa9, 0x9b, 0x1c, 0x00, 0x60, 0x03, 0xf1, 0x79, 0x52, 0x46, 0x7a, 0x6e, 0x79,
0x0a, 0xc4, 0x40, 0x8b, 0x0c, 0x9f, 0x2b, 0x16, 0x7f, 0x15, 0xf7, 0x64, 0x69, 0xf5, 0xe5, 0x2f,
0x41, 0xf3, 0xbc, 0x04, 0xf5, 0x01, 0x0f, 0x89, 0x20, 0xf0, 0xb0, 0x06, 0x05, 0x52, 0x3c, 0x84,
0x30, 0x05, 0xc5, 0x70, 0x31, 0x85, 0xab, 0xb0, 0x44, 0x23, 0x2d, 0x83, 0x27, 0x78, 0x80, 0x4f,
0xd1, 0x00, 0x5f, 0x21, 0x3f, 0xb0, 0x55, 0x60, 0x91, 0xfe, 0x25, 0x58, 0xf6, 0xf1, 0xba, 0x45,
0x09, 0x2b, 0xb0, 0x05, 0x97, 0x7b, 0x83, 0x57, 0x27, 0xbf, 0x89, 0x7b, 0x2b, 0xe4, 0x81, 0x11,
0x93, 0x70, 0x83, 0xf8, 0x63, 0xc2, 0x0d, 0x12, 0xdf, 0x1b, 0x37, 0xf0, 0x17, 0x59, 0xc9, 0x60,
0x91, 0xf5, 0x97, 0xb8, 0xb7, 0x27, 0x2e, 0x0a, 0xd0, 0xd6, 0x55, 0xcc, 0xcb, 0x1e, 0xfa, 0x4c,
0x72, 0x99, 0x9e, 0xde, 0xe1, 0xc5, 0x0d, 0x79, 0x24, 0x5c, 0x6e, 0xec, 0xcc, 0xf3, 0xd0, 0xe8,
0x56, 0x4c, 0x69, 0xba, 0xc2, 0xbc, 0x62, 0x12, 0x20, 0xf9, 0x10, 0xb3, 0x48, 0x57, 0x94, 0xc8,
0x23, 0xe1, 0xa3, 0x46, 0xc6, 0xb3, 0x0a, 0x36, 0x40, 0xb7, 0x20, 0x4f, 0x7b, 0x19, 0xb2, 0x6e,
0x58, 0x3c, 0x20, 0x05, 0x72, 0x22, 0xd6, 0xb2, 0x58, 0x3f, 0x20, 0x3c, 0xfb, 0x86, 0x25, 0xe5,
0x0c, 0xfe, 0xe4, 0xcb, 0xdd, 0xf2, 0x81, 0xdc, 0xed, 0x02, 0xe4, 0xc9, 0xd7, 0x5b, 0x86, 0xd2,
0xc6, 0x34, 0xb2, 0xe4, 0x25, 0x8f, 0x20, 0x3e, 0x00, 0x34, 0x1e, 0x27, 0x51, 0x13, 0x32, 0xf8,
0x14, 0x0f, 0x6c, 0xb2, 0x6d, 0xc9, 0x70, 0x8a, 0xc9, 0x53, 0x28, 0x3c, 0xb0, 0x37, 0xab, 0x64,
0x91, 0xff, 0xfc, 0xd5, 0x9a, 0xc0, 0xb8, 0x5f, 0xd4, 0xfb, 0x9a, 0x8d, 0xfb, 0x86, 0x7d, 0x26,
0x71, 0x79, 0xf1, 0x0f, 0x09, 0x52, 0x7d, 0x07, 0xe2, 0xe7, 0xc4, 0xb5, 0x75, 0x4c, 0x3e, 0xe1,
0x43, 0x5d, 0xe6, 0x5b, 0xef, 0x8b, 0x00, 0x1d, 0xc5, 0x92, 0x3f, 0x52, 0x06, 0x36, 0x56, 0xf9,
0xa2, 0xe7, 0x3b, 0x8a, 0xf5, 0x0e, 0x25, 0x90, 0x5d, 0x27, 0x3f, 0x0f, 0x2d, 0xac, 0x72, 0xfc,
0x27, 0xdb, 0x51, 0xac, 0x23, 0x0b, 0xab, 0xbe, 0x59, 0x66, 0x1f, 0x6d, 0x96, 0xc1, 0x35, 0xce,
0x85, 0xd6, 0xd8, 0x57, 0x17, 0xe7, 0xfd, 0x75, 0x31, 0xaa, 0x41, 0xce, 0x30, 0x35, 0xdd, 0xd4,
0xec, 0x33, 0xba, 0x31, 0x49, 0xc9, 0x1d, 0xa3, 0xcb, 0x50, 0xea, 0xe3, 0xbe, 0xa1, 0xeb, 0x3d,
0x99, 0x39, 0x9b, 0x02, 0x15, 0x2d, 0x72, 0x62, 0x83, 0xfa, 0x9c, 0x4f, 0x12, 0xde, 0xe9, 0xf3,
0xf0, 0x8f, 0xc7, 0xbb, 0xbc, 0xab, 0x13, 0x96, 0xd7, 0x47, 0x21, 0x93, 0x08, 0xad, 0xaf, 0x3b,
0xfe, 0xb1, 0x16, 0x58, 0xfc, 0x6f, 0x8a, 0x88, 0x06, 0x73, 0x23, 0x74, 0x08, 0x4b, 0xee, 0xe1,
0x97, 0x87, 0xd4, 0x29, 0x38, 0xe6, 0x3c, 0xaf, 0xf7, 0x10, 0x4e, 0x83, 0x64, 0x0b, 0xbd, 0x0b,
0x4f, 0x86, 0x3c, 0x9b, 0xab, 0x3a, 0x31, 0xaf, 0x83, 0x7b, 0x22, 0xe8, 0xe0, 0x1c, 0xd5, 0xde,
0x62, 0x25, 0x1f, 0xf1, 0xcc, 0xed, 0x40, 0x39, 0x98, 0xe6, 0x4d, 0xdc, 0xfe, 0xcb, 0x50, 0x32,
0xb1, 0xad, 0x68, 0x03, 0x39, 0x00, 0x63, 0x16, 0x19, 0x91, 0x83, 0xa3, 0x07, 0xf0, 0xc4, 0xc4,
0x74, 0x0f, 0xbd, 0x0a, 0x79, 0x2f, 0x53, 0x8c, 0x47, 0xd4, 0x59, 0x2e, 0xd2, 0xe5, 0xf1, 0x8a,
0xbf, 0x8e, 0x7b, 0x2a, 0x83, 0xd8, 0x59, 0x03, 0x32, 0x26, 0xb6, 0x86, 0x3d, 0x86, 0x66, 0x95,
0xaf, 0xbf, 0x34, 0x5f, 0xa2, 0x48, 0xa8, 0xc3, 0x9e, 0x2d, 0x71, 0x61, 0xf1, 0x01, 0x64, 0x18,
0x05, 0x15, 0x20, 0x7b, 0xb4, 0x77, 0x77, 0x6f, 0xff, 0x9d, 0x3d, 0x21, 0x86, 0x00, 0x32, 0x1b,
0xf5, 0x7a, 0xe3, 0xa0, 0x25, 0xc4, 0x51, 0x1e, 0xd2, 0x1b, 0x9b, 0xfb, 0x52, 0x4b, 0x48, 0x10,
0xb2, 0xd4, 0xb8, 0xd3, 0xa8, 0xb7, 0x84, 0x24, 0x5a, 0x82, 0x12, 0x7b, 0x96, 0xb7, 0xf7, 0xa5,
0x7b, 0x1b, 0x2d, 0x21, 0xe5, 0x23, 0x1d, 0x36, 0xf6, 0xb6, 0x1a, 0x92, 0x90, 0x16, 0x5f, 0x86,
0xf3, 0x91, 0xa9, 0xa5, 0x07, 0x8c, 0xc5, 0x7d, 0xc0, 0x98, 0xf8, 0x7f, 0x09, 0x52, 0xce, 0x47,
0xe5, 0x8b, 0xe8, 0x4e, 0x68, 0xe2, 0xd7, 0x17, 0x48, 0x36, 0x43, 0xb3, 0x47, 0xcf, 0x40, 0xd9,
0xc4, 0x27, 0xd8, 0x6e, 0x77, 0x59, 0xfe, 0xca, 0x02, 0x66, 0x49, 0x2a, 0x71, 0x2a, 0x15, 0xb2,
0x18, 0xdb, 0x07, 0xb8, 0x6d, 0xcb, 0xcc, 0x17, 0x31, 0xa3, 0xcb, 0x13, 0x36, 0x42, 0x3d, 0x64,
0x44, 0xf1, 0xfd, 0x85, 0xd6, 0x32, 0x0f, 0x69, 0xa9, 0xd1, 0x92, 0xde, 0x15, 0x92, 0x08, 0x41,
0x99, 0x3e, 0xca, 0x87, 0x7b, 0x1b, 0x07, 0x87, 0xcd, 0x7d, 0xb2, 0x96, 0xcb, 0x50, 0x71, 0xd6,
0xd2, 0x21, 0xa6, 0xc5, 0xef, 0x92, 0xf0, 0x64, 0x44, 0xb6, 0x8b, 0x3a, 0x80, 0xfa, 0xba, 0xaa,
0x9d, 0x68, 0x58, 0x95, 0xed, 0x11, 0x05, 0xfc, 0x87, 0x16, 0x5f, 0xa3, 0xdb, 0xf3, 0xe6, 0xcc,
0xeb, 0xf7, 0xb8, 0x8a, 0xd6, 0xe8, 0x90, 0x2a, 0x90, 0x84, 0x7e, 0x88, 0x82, 0x6e, 0x01, 0xd8,
0x23, 0xd9, 0xc4, 0x6d, 0xdd, 0x54, 0x9d, 0x0c, 0x63, 0xdc, 0x9a, 0x5b, 0x23, 0x89, 0x72, 0x48,
0x79, 0x9b, 0x3f, 0x4d, 0xcb, 0x29, 0xd0, 0xeb, 0x5c, 0x29, 0x59, 0x3e, 0x07, 0x38, 0xbf, 0x38,
0x01, 0x5b, 0xc4, 0x6d, 0xa2, 0x98, 0x6e, 0x22, 0x55, 0x4c, 0xf9, 0xd1, 0xbd, 0x49, 0xde, 0x2b,
0x3d, 0x9f, 0xf7, 0x5a, 0xcc, 0x6f, 0x65, 0x1e, 0xcd, 0x6f, 0x89, 0x6f, 0x80, 0x10, 0x5e, 0xe2,
0xa0, 0xb5, 0x94, 0x01, 0x8e, 0xf6, 0xee, 0xed, 0x6f, 0xed, 0x6c, 0xef, 0x34, 0xb6, 0x84, 0x38,
0x2a, 0x42, 0xce, 0x1d, 0x25, 0xc4, 0xff, 0x0f, 0x18, 0x40, 0xb0, 0x08, 0xd9, 0x87, 0x4c, 0x60,
0xd3, 0x5f, 0x9d, 0xb7, 0xa2, 0x59, 0x77, 0x1e, 0xf8, 0x96, 0x73, 0x35, 0x53, 0x70, 0xf6, 0xd0,
0x76, 0x25, 0x1f, 0xc7, 0x76, 0xa5, 0x7e, 0x88, 0xed, 0x4a, 0x3f, 0xe2, 0x76, 0xdd, 0x84, 0x72,
0x70, 0x71, 0xa2, 0x8f, 0xb6, 0xe7, 0x1b, 0x13, 0xe2, 0x7b, 0x5e, 0x9e, 0xe8, 0x83, 0x34, 0xb7,
0xa1, 0x1c, 0x2a, 0xeb, 0xe2, 0xe3, 0xb8, 0x83, 0x07, 0x49, 0xba, 0x25, 0x9b, 0x54, 0x3a, 0xf5,
0x0f, 0xc5, 0x5f, 0xc4, 0xe1, 0xa9, 0x29, 0x85, 0x1f, 0x7a, 0x3b, 0x64, 0x08, 0xb7, 0x17, 0x29,
0x1b, 0xd7, 0x19, 0x2d, 0x68, 0x0a, 0xe2, 0x0d, 0x28, 0xfa, 0xe9, 0xf3, 0xad, 0xc2, 0xff, 0x24,
0xbd, 0xe0, 0x15, 0x44, 0x53, 0x1f, 0x5b, 0xc6, 0x1c, 0x32, 0xc4, 0xc4, 0x82, 0x86, 0x38, 0x31,
0xeb, 0x49, 0xfe, 0x70, 0x59, 0x4f, 0xea, 0x11, 0xb3, 0x1e, 0xff, 0x89, 0x4c, 0x07, 0x4f, 0xe4,
0x58, 0x82, 0x92, 0x99, 0x90, 0xa0, 0xbc, 0x0b, 0xe0, 0x6b, 0x5b, 0xae, 0x40, 0xda, 0xd4, 0x87,
0x03, 0x95, 0x9a, 0x49, 0x5a, 0x62, 0x03, 0x74, 0x13, 0xd2, 0xc4, 0xdc, 0xa2, 0x3d, 0x3b, 0x31,
0x17, 0x1f, 0xc2, 0xcc, 0xb8, 0x45, 0x0d, 0xd0, 0x78, 0xe7, 0x27, 0xe2, 0x15, 0x6f, 0x04, 0x5f,
0xf1, 0x74, 0x64, 0x0f, 0x69, 0xf2, 0xab, 0x3e, 0x86, 0x34, 0x35, 0x0f, 0x92, 0xa8, 0xd1, 0x0e,
0x28, 0xaf, 0xfc, 0xc9, 0x33, 0xfa, 0x77, 0x00, 0xc5, 0xb6, 0x4d, 0xed, 0x78, 0xe8, 0xbd, 0x60,
0x6d, 0xb2, 0x79, 0x6d, 0x38, 0x7c, 0x9b, 0x17, 0xb8, 0x9d, 0xad, 0x78, 0xa2, 0x3e, 0x5b, 0xf3,
0x29, 0x14, 0xf7, 0xa0, 0x1c, 0x94, 0x75, 0x6a, 0x55, 0xf6, 0x0d, 0xc1, 0x5a, 0x95, 0x41, 0x0f,
0xbc, 0x56, 0x75, 0x2b, 0xdd, 0x24, 0xeb, 0x74, 0xd3, 0x81, 0xf8, 0x5d, 0x1c, 0x8a, 0x7e, 0xeb,
0xfc, 0x47, 0x2b, 0xf7, 0xc4, 0x4f, 0xe2, 0x90, 0x73, 0x27, 0x1f, 0xd1, 0x69, 0xf6, 0xd6, 0x2e,
0xe1, 0xef, 0xab, 0xb2, 0xd6, 0x75, 0xd2, 0x6d, 0x88, 0xbf, 0xe6, 0x66, 0x86, 0x51, 0xe8, 0xbc,
0x7f, 0xa5, 0x9d, 0x0b, 0x01, 0x3c, 0x11, 0xfe, 0x5f, 0xfe, 0x1d, 0x24, 0x53, 0x41, 0xff, 0x0c,
0x19, 0xa5, 0xed, 0xf6, 0x24, 0xca, 0x13, 0x40, 0x6a, 0x87, 0x75, 0xbd, 0x35, 0xda, 0xa0, 0x9c,
0x12, 0x97, 0xe0, 0x5f, 0x95, 0x70, 0x1b, 0xea, 0x6f, 0x12, 0xbd, 0x8c, 0x67, 0x7a, 0xa4, 0x27,
0xb9, 0xe1, 0xd6, 0x16, 0x09, 0xf3, 0x84, 0x4f, 0x6a, 0xdc, 0xdb, 0xbf, 0xdf, 0xd8, 0x12, 0x92,
0xe2, 0x6b, 0x90, 0x77, 0x5d, 0x0f, 0xaa, 0x42, 0xd6, 0xe9, 0xaf, 0xc4, 0xb9, 0x03, 0xe0, 0xed,
0xcc, 0x15, 0x48, 0x1b, 0xfa, 0x47, 0xbc, 0x9d, 0x9c, 0x94, 0xd8, 0x40, 0x54, 0xa1, 0x12, 0xf2,
0x5b, 0xe8, 0x35, 0xc8, 0x1a, 0xc3, 0x63, 0xd9, 0x31, 0xda, 0xd0, 0x5d, 0x47, 0x07, 0x32, 0x19,
0x1e, 0xf7, 0xb4, 0xf6, 0x5d, 0x7c, 0xe6, 0x2c, 0x93, 0x31, 0x3c, 0xbe, 0xcb, 0x6c, 0x9b, 0xbd,
0x25, 0xe1, 0x7f, 0xcb, 0x7f, 0xc6, 0x21, 0xe7, 0x9c, 0x55, 0xf4, 0x2f, 0x90, 0x77, 0x7d, 0xa2,
0x7b, 0xc3, 0x26, 0xd2, 0x99, 0x72, 0xfd, 0x9e, 0x08, 0xba, 0x0a, 0x4b, 0x96, 0xd6, 0x19, 0x38,
0x1d, 0x2f, 0x86, 0x51, 0x26, 0xe8, 0xa1, 0xa9, 0xb0, 0x1f, 0x76, 0x1d, 0x60, 0xed, 0x4e, 0x2a,
0x97, 0x14, 0x52, 0x77, 0x52, 0xb9, 0x94, 0x90, 0x26, 0x61, 0x51, 0x08, 0x3b, 0x8e, 0x1f, 0xf3,
0x63, 0x48, 0x99, 0x10, 0x8a, 0xef, 0xcc, 0x36, 0x43, 0xe1, 0xfb, 0xaf, 0x71, 0xc8, 0x39, 0x3d,
0x35, 0xf4, 0xb2, 0xcf, 0x85, 0x95, 0x27, 0x59, 0x2c, 0x67, 0xf4, 0x6e, 0x71, 0x04, 0xa7, 0x94,
0x58, 0x7c, 0x4a, 0x51, 0x57, 0x71, 0x9c, 0xb6, 0x65, 0x6a, 0xe1, 0xb6, 0xe5, 0x8b, 0x80, 0x6c,
0xdd, 0x56, 0x7a, 0xf2, 0xa9, 0x6e, 0x6b, 0x83, 0x8e, 0xcc, 0x2c, 0x84, 0x79, 0x1b, 0x81, 0xfe,
0x72, 0x9f, 0xfe, 0x70, 0xe0, 0x1a, 0x8b, 0x5b, 0xc6, 0x2e, 0x7a, 0x29, 0xe3, 0x1c, 0x64, 0x78,
0xa5, 0xc6, 0x6e, 0x65, 0xf0, 0x91, 0xdb, 0x9f, 0x4d, 0xf9, 0xfa, 0xb3, 0x35, 0xc8, 0xf5, 0xb1,
0xad, 0x50, 0xd7, 0xc9, 0xa2, 0xa5, 0x3b, 0xbe, 0x7a, 0x1b, 0x0a, 0xbe, 0xfb, 0x31, 0xc4, 0x9b,
0xee, 0x35, 0xde, 0x11, 0x62, 0xb5, 0xec, 0xa7, 0x9f, 0x5f, 0x4a, 0xee, 0xe1, 0x8f, 0xc8, 0x41,
0x93, 0x1a, 0xf5, 0x66, 0xa3, 0x7e, 0x57, 0x88, 0xd7, 0x0a, 0x9f, 0x7e, 0x7e, 0x29, 0x2b, 0x61,
0xda, 0xc7, 0xba, 0xda, 0x84, 0xa2, 0x7f, 0x57, 0x82, 0x87, 0x1a, 0x41, 0x79, 0xeb, 0xe8, 0x60,
0x77, 0xa7, 0xbe, 0xd1, 0x6a, 0xc8, 0xf7, 0xf7, 0x5b, 0x0d, 0x21, 0x8e, 0x9e, 0x84, 0xe5, 0xdd,
0x9d, 0xb7, 0x9a, 0x2d, 0xb9, 0xbe, 0xbb, 0xd3, 0xd8, 0x6b, 0xc9, 0x1b, 0xad, 0xd6, 0x46, 0xfd,
0xae, 0x90, 0xb8, 0xfe, 0xcb, 0x02, 0x54, 0x36, 0x36, 0xeb, 0x3b, 0xa4, 0x50, 0xd5, 0xda, 0x0a,
0x75, 0x11, 0x75, 0x48, 0x51, 0x44, 0x7c, 0xea, 0x5d, 0xe7, 0xda, 0xf4, 0x2e, 0x27, 0xda, 0x86,
0x34, 0x05, 0xcb, 0xd1, 0xf4, 0xcb, 0xcf, 0xb5, 0x19, 0x6d, 0x4f, 0xf2, 0x31, 0xf4, 0x14, 0x4d,
0xbd, 0x0d, 0x5d, 0x9b, 0xde, 0x05, 0x45, 0xbb, 0x90, 0x75, 0xb0, 0xcc, 0x59, 0xf7, 0x8a, 0x6b,
0x33, 0xdb, 0x89, 0x64, 0x6a, 0x0c, 0x73, 0x9e, 0x7e, 0x51, 0xba, 0x36, 0xa3, 0x3f, 0x8a, 0x76,
0x20, 0xc3, 0xe1, 0x9e, 0x19, 0x77, 0x84, 0x6b, 0xb3, 0xda, 0x82, 0x48, 0x82, 0xbc, 0x87, 0xe6,
0xcf, 0xbe, 0xfe, 0x5d, 0x9b, 0xa3, 0xf5, 0x8b, 0x1e, 0x40, 0x29, 0x08, 0x21, 0xcd, 0x77, 0x0f,
0xb9, 0x36, 0x67, 0x03, 0x92, 0xe8, 0x0f, 0xe2, 0x49, 0xf3, 0xdd, 0x4b, 0xae, 0xcd, 0xd9, 0x8f,
0x44, 0x1f, 0xc0, 0xd2, 0x38, 0xde, 0x33, 0xff, 0x35, 0xe5, 0xda, 0x02, 0x1d, 0x4a, 0xd4, 0x07,
0x34, 0x01, 0x27, 0x5a, 0xe0, 0xd6, 0x72, 0x6d, 0x91, 0x86, 0x25, 0x52, 0xa1, 0x12, 0xc6, 0x5e,
0xe6, 0xbd, 0xc5, 0x5c, 0x9b, 0xbb, 0x79, 0xc9, 0xde, 0x12, 0x2c, 0xf0, 0xe7, 0xbd, 0xd5, 0x5c,
0x9b, 0xbb, 0x97, 0x89, 0x8e, 0x00, 0x7c, 0x05, 0xea, 0x1c, 0xb7, 0x9c, 0x6b, 0xf3, 0x74, 0x35,
0x91, 0x01, 0xcb, 0x93, 0x0a, 0xd3, 0x45, 0x2e, 0x3d, 0xd7, 0x16, 0x6a, 0x76, 0x12, 0x7b, 0x0e,
0x96, 0x98, 0xf3, 0x5d, 0x82, 0xae, 0xcd, 0xd9, 0xf5, 0xdc, 0x6c, 0x7c, 0xf1, 0xcd, 0x6a, 0xfc,
0xcb, 0x6f, 0x56, 0xe3, 0x5f, 0x7f, 0xb3, 0x1a, 0xff, 0xec, 0xdb, 0xd5, 0xd8, 0x97, 0xdf, 0xae,
0xc6, 0x7e, 0xff, 0xed, 0x6a, 0xec, 0x5f, 0x5f, 0xe8, 0x68, 0x76, 0x77, 0x78, 0xbc, 0xde, 0xd6,
0xfb, 0xd7, 0xfc, 0xff, 0x87, 0x99, 0xf4, 0x1f, 0x9d, 0xe3, 0x0c, 0x8d, 0xa6, 0x37, 0xfe, 0x1e,
0x00, 0x00, 0xff, 0xff, 0x7a, 0x10, 0xf7, 0xa6, 0xc3, 0x33, 0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
@@ -6039,7 +6068,14 @@ func (m *RequestPrepareProposal) MarshalToSizedBuffer(dAtA []byte) (int, error)
if m.MaxTxBytes != 0 {
i = encodeVarintTypes(dAtA, i, uint64(m.MaxTxBytes))
i--
dAtA[i] = 0x38
dAtA[i] = 0x40
}
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] = 0x3a
}
if len(m.ByzantineValidators) > 0 {
for iNdEx := len(m.ByzantineValidators) - 1; iNdEx >= 0; iNdEx-- {
@@ -6117,6 +6153,13 @@ func (m *RequestProcessProposal) 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] = 0x3a
}
if len(m.ByzantineValidators) > 0 {
for iNdEx := len(m.ByzantineValidators) - 1; iNdEx >= 0; iNdEx-- {
{
@@ -6263,6 +6306,13 @@ func (m *RequestFinalizeBlock) 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] = 0x3a
}
if len(m.ByzantineValidators) > 0 {
for iNdEx := len(m.ByzantineValidators) - 1; iNdEx >= 0; iNdEx-- {
{
@@ -8970,6 +9020,10 @@ func (m *RequestPrepareProposal) Size() (n int) {
n += 1 + l + sovTypes(uint64(l))
}
}
l = len(m.ProposerAddress)
if l > 0 {
n += 1 + l + sovTypes(uint64(l))
}
if m.MaxTxBytes != 0 {
n += 1 + sovTypes(uint64(m.MaxTxBytes))
}
@@ -9005,6 +9059,10 @@ func (m *RequestProcessProposal) Size() (n int) {
n += 1 + l + sovTypes(uint64(l))
}
}
l = len(m.ProposerAddress)
if l > 0 {
n += 1 + l + sovTypes(uint64(l))
}
return n
}
@@ -9063,6 +9121,10 @@ func (m *RequestFinalizeBlock) Size() (n int) {
n += 1 + l + sovTypes(uint64(l))
}
}
l = len(m.ProposerAddress)
if l > 0 {
n += 1 + l + sovTypes(uint64(l))
}
return n
}
@@ -12567,6 +12629,40 @@ func (m *RequestPrepareProposal) Unmarshal(dAtA []byte) error {
}
iNdEx = postIndex
case 7:
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
case 8:
if wireType != 0 {
return fmt.Errorf("proto: wrong wireType = %d for field MaxTxBytes", wireType)
}
@@ -12820,6 +12916,40 @@ func (m *RequestProcessProposal) Unmarshal(dAtA []byte) error {
return err
}
iNdEx = postIndex
case 7:
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:])
@@ -13227,6 +13357,40 @@ func (m *RequestFinalizeBlock) Unmarshal(dAtA []byte) error {
return err
}
iNdEx = postIndex
case 7:
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:])
+3
View File
@@ -127,6 +127,7 @@ func (blockExec *BlockExecutor) CreateProposalBlock(
Txs: block.Txs.ToSliceOfBytes(),
LocalLastCommit: extendedCommitInfo(localLastCommit, votes),
ByzantineValidators: block.Evidence.ToABCI(),
ProposerAddress: block.ProposerAddress,
MaxTxBytes: maxDataBytes,
},
)
@@ -175,6 +176,7 @@ func (blockExec *BlockExecutor) ProcessProposal(
Txs: block.Data.Txs.ToSliceOfBytes(),
ProposedLastCommit: buildLastCommitInfo(block, blockExec.store, state.InitialHeight),
ByzantineValidators: block.Evidence.ToABCI(),
ProposerAddress: block.ProposerAddress,
}
resp, err := blockExec.appClient.ProcessProposal(ctx, req)
@@ -236,6 +238,7 @@ func (blockExec *BlockExecutor) ApplyBlock(
Txs: block.Txs.ToSliceOfBytes(),
DecidedLastCommit: buildLastCommitInfo(block, blockExec.store, state.InitialHeight),
ByzantineValidators: block.Evidence.ToABCI(),
ProposerAddress: block.ProposerAddress,
},
)
endTime := time.Now().UnixNano()
+7 -1
View File
@@ -132,8 +132,10 @@ message RequestPrepareProposal {
repeated bytes txs = 4;
ExtendedCommitInfo local_last_commit = 5 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 6 [(gogoproto.nullable) = false];
// address of the public key of the node receiving this PrepareProposal request.
bytes proposer_address = 7;
// the modified transactions cannot exceed this size.
int64 max_tx_bytes = 7;
int64 max_tx_bytes = 8;
}
message RequestProcessProposal {
@@ -143,6 +145,8 @@ message RequestProcessProposal {
repeated bytes txs = 4;
CommitInfo proposed_last_commit = 5 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 6 [(gogoproto.nullable) = false];
// address of the public key of the original proposer of the block.
bytes proposer_address = 7;
}
// Extends a vote with application-side injection
@@ -166,6 +170,8 @@ message RequestFinalizeBlock {
repeated bytes txs = 4;
CommitInfo decided_last_commit = 5 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 6 [(gogoproto.nullable) = false];
// address of the public key of the original proposer of the block.
bytes proposer_address = 7;
}
//----------------------------------------
@@ -133,8 +133,10 @@ message RequestPrepareProposal {
repeated bytes txs = 4;
ExtendedCommitInfo local_last_commit = 5 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 6 [(gogoproto.nullable) = false];
// address of the public key of the node receiving this PrepareProposal request.
bytes proposer_address = 7;
// the modified transactions cannot exceed this size.
int64 max_tx_bytes = 7;
int64 max_tx_bytes = 8;
}
message RequestProcessProposal {
@@ -144,6 +146,8 @@ message RequestProcessProposal {
repeated bytes txs = 4;
CommitInfo proposed_last_commit = 5 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 6 [(gogoproto.nullable) = false];
// address of the public key of the original proposer of the block.
bytes proposer_address = 7;
}
// Extends a vote with application-side injection
@@ -163,6 +167,8 @@ message RequestFinalizeBlock {
repeated bytes txs = 4;
CommitInfo decided_last_commit = 5 [(gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 6 [(gogoproto.nullable) = false];
// address of the public key of the original proposer of the block.
bytes proposer_address = 7;
}
//----------------------------------------