Browse Source

types: int32 with gogo int

pull/1780/head
Ethan Buchman 7 years ago
parent
commit
82d56571b5
2 changed files with 105 additions and 125 deletions
  1. +102
    -122
      types/types.pb.go
  2. +3
    -3
      types/types.proto

+ 102
- 122
types/types.pb.go View File

@ -647,7 +647,7 @@ func (m *RequestInitChain) GetValidators() []*Validator {
type RequestBeginBlock struct {
Hash []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
Header *Header `protobuf:"bytes,2,opt,name=header" json:"header,omitempty"`
AbsentValidators []int32 `protobuf:"varint,3,rep,packed,name=absent_validators,json=absentValidators" json:"absent_validators,omitempty"`
AbsentValidators []int `protobuf:"varint,3,rep,packed,name=absent_validators,json=absentValidators,customtype=int" json:"absent_validators"`
ByzantineValidators []*Evidence `protobuf:"bytes,4,rep,name=byzantine_validators,json=byzantineValidators" json:"byzantine_validators,omitempty"`
}
@ -670,13 +670,6 @@ func (m *RequestBeginBlock) GetHeader() *Header {
return nil
}
func (m *RequestBeginBlock) GetAbsentValidators() []int32 {
if m != nil {
return m.AbsentValidators
}
return nil
}
func (m *RequestBeginBlock) GetByzantineValidators() []*Evidence {
if m != nil {
return m.ByzantineValidators
@ -1405,7 +1398,7 @@ type Header struct {
ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
Height int64 `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"`
NumTxs int64 `protobuf:"varint,4,opt,name=num_txs,json=numTxs,proto3" json:"num_txs,omitempty"`
NumTxs int `protobuf:"varint,4,opt,name=num_txs,json=numTxs,proto3,customtype=int" json:"num_txs"`
LastBlockId *BlockID `protobuf:"bytes,5,opt,name=last_block_id,json=lastBlockId" json:"last_block_id,omitempty"`
LastCommitHash []byte `protobuf:"bytes,6,opt,name=last_commit_hash,json=lastCommitHash,proto3" json:"last_commit_hash,omitempty"`
DataHash []byte `protobuf:"bytes,7,opt,name=data_hash,json=dataHash,proto3" json:"data_hash,omitempty"`
@ -1439,13 +1432,6 @@ func (m *Header) GetTime() int64 {
return 0
}
func (m *Header) GetNumTxs() int64 {
if m != nil {
return m.NumTxs
}
return 0
}
func (m *Header) GetLastBlockId() *BlockID {
if m != nil {
return m.LastBlockId
@ -1506,7 +1492,7 @@ func (m *BlockID) GetParts() *PartSetHeader {
}
type PartSetHeader struct {
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
Total int `protobuf:"varint,1,opt,name=total,proto3,customtype=int" json:"total"`
Hash []byte `protobuf:"bytes,2,opt,name=hash,proto3" json:"hash,omitempty"`
}
@ -1515,13 +1501,6 @@ func (m *PartSetHeader) String() string { return proto.CompactTextStr
func (*PartSetHeader) ProtoMessage() {}
func (*PartSetHeader) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{27} }
func (m *PartSetHeader) GetTotal() int64 {
if m != nil {
return m.Total
}
return 0
}
func (m *PartSetHeader) GetHash() []byte {
if m != nil {
return m.Hash
@ -2057,102 +2036,103 @@ var _ABCIApplication_serviceDesc = grpc.ServiceDesc{
func init() { proto.RegisterFile("types/types.proto", fileDescriptorTypes) }
var fileDescriptorTypes = []byte{
// 1551 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x98, 0xcb, 0x8e, 0x13, 0x47,
0x17, 0xc7, 0x6d, 0xb7, 0xaf, 0xc7, 0x73, 0xf1, 0xd4, 0xcc, 0x07, 0xc6, 0x2c, 0x18, 0x5a, 0xe2,
0xc3, 0xc3, 0x65, 0xcc, 0x37, 0x88, 0x4f, 0x0c, 0x44, 0x91, 0xc6, 0x0c, 0xc4, 0x16, 0x12, 0x21,
0xcd, 0x88, 0xad, 0xd5, 0x76, 0x97, 0xed, 0x12, 0x76, 0x77, 0xd3, 0x5d, 0x1e, 0x3c, 0x51, 0x1e,
0x81, 0x7d, 0xd6, 0xc9, 0x26, 0x52, 0x5e, 0x20, 0xcb, 0xec, 0xa2, 0x3c, 0x43, 0x16, 0x3c, 0x4b,
0x54, 0xa7, 0xaa, 0xaf, 0xd3, 0xcd, 0x82, 0x05, 0x9b, 0x51, 0x5d, 0xce, 0xbf, 0x7c, 0xaa, 0xfa,
0xd4, 0xef, 0x9c, 0x1a, 0xd8, 0xe1, 0x17, 0x2e, 0xf5, 0x7b, 0xf8, 0xf7, 0xd0, 0xf5, 0x1c, 0xee,
0x90, 0x0a, 0x76, 0x3a, 0xf7, 0x67, 0x8c, 0xcf, 0x57, 0xe3, 0xc3, 0x89, 0xb3, 0xec, 0xcd, 0x9c,
0x99, 0xd3, 0xc3, 0xd9, 0xf1, 0x6a, 0x8a, 0x3d, 0xec, 0x60, 0x4b, 0xaa, 0xf4, 0xbf, 0xca, 0x50,
0x33, 0xe8, 0xfb, 0x15, 0xf5, 0x39, 0xe9, 0x42, 0x99, 0x4e, 0xe6, 0x4e, 0xbb, 0xb8, 0x5f, 0xec,
0x36, 0x8f, 0xc8, 0xa1, 0x5c, 0x5d, 0xcd, 0x3e, 0x9f, 0xcc, 0x9d, 0x41, 0xc1, 0x40, 0x0b, 0x72,
0x17, 0x2a, 0xd3, 0xc5, 0xca, 0x9f, 0xb7, 0x4b, 0x68, 0xba, 0x9b, 0x34, 0x7d, 0x21, 0xa6, 0x06,
0x05, 0x43, 0xda, 0x88, 0x65, 0x99, 0x3d, 0x75, 0xda, 0x5a, 0xd6, 0xb2, 0x43, 0x7b, 0x8a, 0xcb,
0x0a, 0x0b, 0xf2, 0x18, 0xc0, 0xa7, 0x7c, 0xe4, 0xb8, 0x9c, 0x39, 0x76, 0xbb, 0x8c, 0xf6, 0x57,
0x93, 0xf6, 0x6f, 0x28, 0xff, 0x1e, 0xa7, 0x07, 0x05, 0xa3, 0xe1, 0x07, 0x1d, 0xa1, 0xb4, 0xe8,
0x82, 0x9d, 0x53, 0x6f, 0xc4, 0xd7, 0xed, 0x4a, 0x96, 0xf2, 0x54, 0xce, 0x9f, 0xad, 0x85, 0xd2,
0x0a, 0x3a, 0xe4, 0x08, 0xea, 0x93, 0x39, 0x9d, 0xbc, 0x13, 0xba, 0x2a, 0xea, 0xfe, 0x93, 0xd4,
0x3d, 0x13, 0xb3, 0xa8, 0xaa, 0x4d, 0x64, 0x93, 0x1c, 0x42, 0x75, 0xe2, 0x2c, 0x97, 0x8c, 0xb7,
0x6b, 0xa8, 0xd8, 0x4b, 0x29, 0x70, 0x6e, 0x50, 0x30, 0x94, 0x95, 0x38, 0xae, 0xf7, 0x2b, 0xea,
0x5d, 0xb4, 0xeb, 0x59, 0xc7, 0xf5, 0x83, 0x98, 0x12, 0xc7, 0x85, 0x36, 0x62, 0x2b, 0xcc, 0x66,
0x7c, 0x34, 0x99, 0x9b, 0xcc, 0x6e, 0x37, 0xb2, 0xb6, 0x32, 0xb4, 0x19, 0x7f, 0x26, 0xa6, 0xc5,
0x56, 0x58, 0xd0, 0x21, 0x4f, 0xa1, 0x39, 0xa6, 0x33, 0x66, 0x8f, 0xc6, 0x0b, 0x67, 0xf2, 0xae,
0x0d, 0x28, 0x6d, 0x27, 0xa5, 0x7d, 0x61, 0xd0, 0x17, 0xf3, 0x83, 0x82, 0x01, 0xe3, 0xb0, 0x47,
0x1e, 0x41, 0x83, 0xda, 0x96, 0x92, 0x36, 0x51, 0x7a, 0x25, 0x15, 0x01, 0xb6, 0x15, 0x08, 0xeb,
0x54, 0xb5, 0xfb, 0x35, 0xa8, 0x9c, 0x9b, 0x8b, 0x15, 0xd5, 0x6f, 0x43, 0x33, 0x16, 0x29, 0xa4,
0x0d, 0xb5, 0x25, 0xf5, 0x7d, 0x73, 0x46, 0x31, 0x9c, 0x1a, 0x46, 0xd0, 0xd5, 0xb7, 0x60, 0x23,
0x1e, 0x27, 0x31, 0xa1, 0x88, 0x05, 0x21, 0x3c, 0xa7, 0x9e, 0x2f, 0x02, 0x40, 0x09, 0x55, 0x57,
0x7f, 0x02, 0xad, 0x74, 0x10, 0x90, 0x16, 0x68, 0xef, 0xe8, 0x85, 0xb2, 0x14, 0x4d, 0xb2, 0xa7,
0x1c, 0xc2, 0xd0, 0x6c, 0x18, 0xca, 0x3b, 0x3d, 0xd4, 0x86, 0x61, 0x40, 0xb6, 0xa0, 0xc4, 0xd7,
0x28, 0xdd, 0x30, 0x4a, 0x7c, 0xad, 0xef, 0xc3, 0x56, 0xf2, 0x93, 0x5f, 0xb2, 0xb0, 0x42, 0xd7,
0xf1, 0x9b, 0x11, 0x02, 0x65, 0xcb, 0xe4, 0xa6, 0xb2, 0xc0, 0xb6, 0x18, 0x73, 0x4d, 0x3e, 0x57,
0x3f, 0x8f, 0x6d, 0x72, 0x05, 0xaa, 0x73, 0xca, 0x66, 0x73, 0x8e, 0x77, 0x40, 0x33, 0x54, 0x4f,
0xf8, 0xea, 0x7a, 0xce, 0x39, 0xc5, 0x50, 0xaf, 0x1b, 0xb2, 0xa3, 0x6f, 0xc3, 0x66, 0x22, 0x90,
0xf4, 0xd3, 0xd0, 0xf9, 0xf0, 0xc3, 0x93, 0x07, 0x00, 0xe7, 0xe6, 0x82, 0x59, 0x26, 0x77, 0x3c,
0xbf, 0x5d, 0xdc, 0xd7, 0xba, 0xcd, 0xa3, 0x96, 0xfa, 0x5e, 0x6f, 0x83, 0x09, 0x23, 0x66, 0xa3,
0xff, 0x59, 0x84, 0x9d, 0x4b, 0x41, 0x20, 0xdc, 0x9d, 0x9b, 0xfe, 0x3c, 0xd8, 0x82, 0x68, 0x93,
0x5b, 0xc2, 0x5d, 0xd3, 0xa2, 0x9e, 0xba, 0xde, 0x9b, 0x6a, 0xdd, 0x01, 0x0e, 0x1a, 0x6a, 0x92,
0xdc, 0x85, 0x1d, 0x73, 0xec, 0x53, 0x9b, 0x8f, 0x62, 0x9e, 0x68, 0xfb, 0x5a, 0xb7, 0x62, 0xb4,
0xe4, 0x44, 0xe8, 0x88, 0x4f, 0xfa, 0xb0, 0x37, 0xbe, 0xf8, 0xd1, 0xb4, 0x39, 0xb3, 0x69, 0xdc,
0xbe, 0x8c, 0x9e, 0x6f, 0xab, 0x5f, 0x78, 0x7e, 0xce, 0x2c, 0x6a, 0x4f, 0xa8, 0xb1, 0x1b, 0x1a,
0x47, 0x6b, 0xe8, 0x07, 0xb0, 0x9d, 0x0a, 0xc5, 0xd8, 0xc9, 0x16, 0xe3, 0x27, 0xab, 0x7f, 0xac,
0x40, 0xdd, 0xa0, 0xbe, 0xeb, 0xd8, 0x3e, 0x25, 0x8f, 0xa1, 0x41, 0xd7, 0x13, 0x2a, 0xa9, 0x52,
0x4c, 0xdd, 0x0a, 0x69, 0xf3, 0x3c, 0x98, 0x17, 0x37, 0x2a, 0x34, 0x26, 0x07, 0x8a, 0x88, 0x69,
0xcc, 0x29, 0x51, 0x1c, 0x89, 0xf7, 0x02, 0x24, 0x6a, 0x29, 0x24, 0x48, 0xdb, 0x14, 0x13, 0x0f,
0x14, 0x13, 0xcb, 0x99, 0x0b, 0x27, 0xa0, 0x78, 0x9c, 0x80, 0x62, 0x25, 0xd3, 0xfd, 0x1c, 0x2a,
0x1e, 0x27, 0xa8, 0x58, 0xcd, 0x94, 0xe6, 0x60, 0xf1, 0x61, 0x0c, 0x8b, 0xb5, 0x14, 0x0d, 0xa4,
0x30, 0x83, 0x8b, 0xbd, 0x90, 0x8b, 0xf5, 0x14, 0x49, 0x95, 0x24, 0x0d, 0xc6, 0x7b, 0x01, 0x18,
0x1b, 0x99, 0x87, 0x96, 0x22, 0xe3, 0x71, 0x82, 0x8c, 0x90, 0xb9, 0x9d, 0x1c, 0x34, 0x7e, 0x93,
0x44, 0xa3, 0xe4, 0xdb, 0xb5, 0x94, 0x36, 0x97, 0x8d, 0xff, 0x8f, 0xb3, 0x71, 0x23, 0x45, 0x64,
0x15, 0x0b, 0x9f, 0x85, 0xe3, 0x81, 0xb8, 0x7a, 0xa9, 0x48, 0x13, 0xb7, 0x9f, 0x7a, 0x9e, 0xe3,
0x29, 0x7a, 0xc9, 0x8e, 0xde, 0x15, 0x8c, 0x89, 0xe2, 0xeb, 0x33, 0x20, 0x45, 0x4e, 0xc4, 0xa2,
0x4b, 0xff, 0xb9, 0x18, 0x69, 0x91, 0xa5, 0x71, 0x3e, 0x35, 0x14, 0x9f, 0x62, 0x7c, 0x2d, 0x25,
0xf8, 0x4a, 0xee, 0xc0, 0xce, 0xc2, 0xf4, 0xb9, 0xdc, 0xe6, 0x28, 0x01, 0xac, 0x6d, 0x31, 0x21,
0xf7, 0x27, 0xc9, 0x75, 0x1f, 0x76, 0x63, 0xb6, 0xa6, 0xeb, 0x8e, 0x90, 0x22, 0x65, 0xa4, 0x48,
0x2b, 0xb4, 0x3e, 0x71, 0xdd, 0x81, 0xe9, 0xcf, 0xf5, 0x5b, 0xd1, 0xfe, 0x13, 0xec, 0x5e, 0x38,
0xb3, 0x80, 0xdd, 0x0b, 0x67, 0xa6, 0xff, 0x5a, 0x8c, 0xec, 0x22, 0x4e, 0x13, 0x28, 0x4f, 0x1c,
0x4b, 0x6e, 0x7f, 0xd3, 0xc0, 0x36, 0x39, 0x55, 0x3b, 0x13, 0x5b, 0xd8, 0xe8, 0x3f, 0xf8, 0xfb,
0xd3, 0x8d, 0xc2, 0x3f, 0x9f, 0x6e, 0x74, 0x63, 0xb5, 0x0f, 0xa7, 0xb6, 0x45, 0xbd, 0x25, 0xb3,
0x79, 0x6f, 0xe6, 0xdc, 0xff, 0xc0, 0x3c, 0xda, 0x13, 0x8a, 0xc3, 0xfe, 0x05, 0xa7, 0xbe, 0x3a,
0x0b, 0xe5, 0x81, 0x16, 0x7a, 0x40, 0x6e, 0x42, 0x99, 0x9b, 0xb3, 0x00, 0x4b, 0x01, 0xf8, 0x5e,
0xbe, 0x7d, 0x6d, 0x32, 0xcf, 0xc0, 0x29, 0xfd, 0x97, 0xa2, 0xc0, 0x50, 0xe2, 0x0e, 0x7c, 0x55,
0x17, 0x5b, 0xa0, 0xcd, 0x4c, 0x1f, 0x8f, 0x5a, 0x33, 0x44, 0x53, 0x8c, 0x4c, 0x29, 0x45, 0x34,
0x68, 0x86, 0x68, 0xea, 0x7f, 0x94, 0xa2, 0xd8, 0x08, 0x53, 0xd5, 0x25, 0x0f, 0xf7, 0xa0, 0xc2,
0x6c, 0x8b, 0xae, 0xd1, 0x45, 0xcd, 0x90, 0x1d, 0xd2, 0x97, 0x29, 0x55, 0xfb, 0x42, 0xb7, 0x31,
0x09, 0xbf, 0x08, 0x92, 0x70, 0xf9, 0x0b, 0x57, 0x91, 0x72, 0xb1, 0x8e, 0xeb, 0x39, 0xce, 0x14,
0xf7, 0xf6, 0x45, 0xeb, 0xa0, 0x3c, 0x96, 0x26, 0xaa, 0x89, 0x04, 0xac, 0x4e, 0xb7, 0x16, 0x85,
0xe0, 0x4f, 0xa2, 0x08, 0x88, 0xd3, 0xea, 0x6b, 0x7e, 0x5b, 0x7d, 0x37, 0x8a, 0xff, 0x10, 0x64,
0xfa, 0x1e, 0x90, 0xcb, 0x84, 0x92, 0xd5, 0x50, 0x92, 0x3d, 0xe4, 0xbf, 0x50, 0xb1, 0xd8, 0x74,
0x9a, 0x5f, 0x0f, 0xc8, 0x69, 0xfd, 0xb7, 0x12, 0x54, 0x65, 0x32, 0x27, 0xd7, 0x04, 0xe7, 0x4d,
0x66, 0x8f, 0x98, 0x15, 0xf0, 0x05, 0xfb, 0x43, 0x2b, 0x76, 0x68, 0xa5, 0xc4, 0xa1, 0x11, 0x28,
0x73, 0xb6, 0xa4, 0x0a, 0x0d, 0xd8, 0x26, 0x57, 0xa1, 0x66, 0xaf, 0x96, 0x23, 0xbe, 0x0e, 0x02,
0xb3, 0x6a, 0xaf, 0x96, 0x67, 0x6b, 0x9f, 0x1c, 0xc1, 0x66, 0x0c, 0x14, 0xcc, 0x52, 0x09, 0x6c,
0x4b, 0xb9, 0x86, 0x7e, 0x0f, 0x4f, 0x8d, 0x66, 0x88, 0x8c, 0xa1, 0x45, 0xba, 0x80, 0x04, 0x19,
0xc9, 0x24, 0x21, 0xc9, 0x52, 0x45, 0xb2, 0x6c, 0x89, 0x71, 0x95, 0x45, 0x44, 0xa5, 0x72, 0x1d,
0x1a, 0xe2, 0x24, 0xa5, 0x49, 0x0d, 0x4d, 0xea, 0x62, 0x00, 0x27, 0x6f, 0xc3, 0x76, 0x54, 0x68,
0x48, 0x93, 0xba, 0x5c, 0x25, 0x1a, 0x46, 0xc3, 0x6b, 0x50, 0x0f, 0x09, 0xd6, 0x40, 0x8b, 0x9a,
0xa9, 0xc0, 0x35, 0x84, 0x9a, 0x72, 0x31, 0xb3, 0x52, 0xba, 0x03, 0x15, 0xd7, 0xf4, 0xb8, 0xaf,
0x0a, 0x84, 0x20, 0x7f, 0xbd, 0x36, 0x3d, 0x51, 0xa3, 0xaa, 0x7a, 0x49, 0x9a, 0xe8, 0xc7, 0xb0,
0x99, 0x18, 0x17, 0xd7, 0x8f, 0x3b, 0xdc, 0x5c, 0xa8, 0xd2, 0x45, 0x76, 0xc2, 0x9f, 0x29, 0x45,
0x3f, 0xa3, 0x3f, 0x81, 0x46, 0xf8, 0x0d, 0xc5, 0x51, 0xbb, 0xab, 0xf1, 0x28, 0x28, 0x7b, 0x37,
0x8c, 0xaa, 0xbb, 0x1a, 0xbf, 0x94, 0x95, 0xaf, 0xeb, 0x7c, 0x50, 0x55, 0x9b, 0x66, 0xc8, 0x8e,
0xfe, 0x14, 0xea, 0x41, 0x55, 0x95, 0x2f, 0xcd, 0xf9, 0xd4, 0xfa, 0xef, 0x45, 0xa8, 0x4a, 0xf8,
0x65, 0x54, 0xda, 0xff, 0xc3, 0x12, 0x74, 0x45, 0x47, 0x62, 0xd3, 0x28, 0xdc, 0x0a, 0x5f, 0x77,
0x52, 0x74, 0x78, 0x76, 0xe1, 0x52, 0xa3, 0x81, 0x56, 0xa2, 0x49, 0x6e, 0xc2, 0x86, 0x94, 0xf8,
0xdc, 0x63, 0x76, 0x10, 0xfa, 0x4d, 0x1c, 0x7b, 0x83, 0x43, 0xe2, 0x93, 0x4a, 0x13, 0x66, 0x73,
0x15, 0x4b, 0x75, 0x1c, 0x18, 0xda, 0x5c, 0xbf, 0x0e, 0x65, 0x5c, 0x07, 0xa0, 0xfa, 0xe6, 0xcc,
0x18, 0xbe, 0xfa, 0xae, 0x55, 0x20, 0x35, 0xd0, 0x86, 0xaf, 0xce, 0x5a, 0xc5, 0xa3, 0x8f, 0x15,
0xd8, 0x3e, 0xe9, 0x3f, 0x1b, 0x9e, 0xb8, 0xee, 0x82, 0x4d, 0x4c, 0xcc, 0x31, 0x3d, 0x28, 0x63,
0x16, 0xcd, 0x78, 0xcc, 0x76, 0xb2, 0xca, 0x39, 0x72, 0x04, 0x15, 0x4c, 0xa6, 0x24, 0xeb, 0x4d,
0xdb, 0xc9, 0xac, 0xea, 0xc4, 0x8f, 0xc8, 0x74, 0x7b, 0xf9, 0x69, 0xdb, 0xc9, 0x2a, 0xed, 0xc8,
0xb7, 0xd0, 0x88, 0xd2, 0x60, 0xde, 0x03, 0xb7, 0x93, 0x5b, 0xe4, 0x09, 0x7d, 0x94, 0x1e, 0xf3,
0x9e, 0xb9, 0x9d, 0xdc, 0x4a, 0x8f, 0x3c, 0x86, 0x5a, 0x90, 0xb9, 0xb2, 0x1f, 0xbb, 0x9d, 0x9c,
0x62, 0x4f, 0x1c, 0x8f, 0xcc, 0x27, 0x59, 0x6f, 0xd8, 0x4e, 0x66, 0xfd, 0x46, 0x1e, 0x41, 0x55,
0xa1, 0x34, 0xf3, 0x9d, 0xdc, 0xc9, 0xae, 0x12, 0xc5, 0x26, 0xa3, 0xe7, 0x4e, 0xde, 0x03, 0xb8,
0x93, 0x5b, 0xff, 0x91, 0x13, 0x80, 0xd8, 0x3b, 0x27, 0xf7, 0x19, 0xdc, 0xc9, 0xaf, 0x02, 0x89,
0xb8, 0x3b, 0xe1, 0x4b, 0x23, 0xfb, 0x31, 0xdc, 0xc9, 0x2b, 0x04, 0xc7, 0x55, 0xfc, 0x07, 0xcb,
0xc3, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x39, 0xd6, 0x39, 0x74, 0xab, 0x11, 0x00, 0x00,
// 1565 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x98, 0x4d, 0x6f, 0xdb, 0x46,
0x13, 0xc7, 0x2d, 0x51, 0x12, 0xa5, 0x91, 0x5f, 0xe4, 0xb5, 0x9f, 0x44, 0x51, 0x0e, 0x71, 0x88,
0x27, 0x4f, 0xec, 0x3c, 0x89, 0x95, 0x3a, 0x48, 0xe1, 0x24, 0x45, 0x01, 0x2b, 0x4e, 0x2a, 0x21,
0x40, 0x9a, 0x32, 0x46, 0xae, 0x02, 0x25, 0xae, 0xa4, 0x45, 0x24, 0x92, 0x21, 0x57, 0x8e, 0x5c,
0xf4, 0x23, 0xe4, 0xde, 0x73, 0x7b, 0xec, 0xb9, 0x40, 0xbf, 0x41, 0xd1, 0x43, 0x3f, 0x41, 0x0f,
0xf9, 0x2c, 0xc5, 0xce, 0x2e, 0x5f, 0x4d, 0xe6, 0x90, 0x43, 0x2e, 0xc6, 0x2e, 0x67, 0xfe, 0xab,
0xd9, 0xe5, 0xf0, 0x37, 0xb3, 0x86, 0x6d, 0x7e, 0xe1, 0xd1, 0xa0, 0x8b, 0x7f, 0x0f, 0x3d, 0xdf,
0xe5, 0x2e, 0xa9, 0xe2, 0xa4, 0x73, 0x6f, 0xca, 0xf8, 0x6c, 0x39, 0x3a, 0x1c, 0xbb, 0x8b, 0xee,
0xd4, 0x9d, 0xba, 0x5d, 0xb4, 0x8e, 0x96, 0x13, 0x9c, 0xe1, 0x04, 0x47, 0x52, 0x65, 0xfc, 0x59,
0x01, 0xdd, 0xa4, 0xef, 0x96, 0x34, 0xe0, 0x64, 0x1f, 0x2a, 0x74, 0x3c, 0x73, 0xdb, 0xa5, 0xbd,
0xd2, 0x7e, 0xf3, 0x88, 0x1c, 0xca, 0xd5, 0x95, 0xf5, 0xd9, 0x78, 0xe6, 0xf6, 0xd7, 0x4c, 0xf4,
0x20, 0xff, 0x87, 0xea, 0x64, 0xbe, 0x0c, 0x66, 0xed, 0x32, 0xba, 0xee, 0xa4, 0x5d, 0x9f, 0x0b,
0x53, 0x7f, 0xcd, 0x94, 0x3e, 0x62, 0x59, 0xe6, 0x4c, 0xdc, 0xb6, 0x96, 0xb7, 0xec, 0xc0, 0x99,
0xe0, 0xb2, 0xc2, 0x83, 0x1c, 0x03, 0x04, 0x94, 0x0f, 0x5d, 0x8f, 0x33, 0xd7, 0x69, 0x57, 0xd0,
0xff, 0x6a, 0xda, 0xff, 0x35, 0xe5, 0xdf, 0xa3, 0xb9, 0xbf, 0x66, 0x36, 0x82, 0x70, 0x22, 0x94,
0x36, 0x9d, 0xb3, 0x73, 0xea, 0x0f, 0xf9, 0xaa, 0x5d, 0xcd, 0x53, 0x9e, 0x4a, 0xfb, 0xd9, 0x4a,
0x28, 0xed, 0x70, 0x42, 0x8e, 0xa0, 0x3e, 0x9e, 0xd1, 0xf1, 0x5b, 0xa1, 0xab, 0xa1, 0xee, 0x3f,
0x69, 0xdd, 0x53, 0x61, 0x45, 0x95, 0x3e, 0x96, 0x43, 0x72, 0x08, 0xb5, 0xb1, 0xbb, 0x58, 0x30,
0xde, 0xd6, 0x51, 0xb1, 0x9b, 0x51, 0xa0, 0xad, 0xbf, 0x66, 0x2a, 0x2f, 0x71, 0x5c, 0xef, 0x96,
0xd4, 0xbf, 0x68, 0xd7, 0xf3, 0x8e, 0xeb, 0x07, 0x61, 0x12, 0xc7, 0x85, 0x3e, 0x62, 0x2b, 0xcc,
0x61, 0x7c, 0x38, 0x9e, 0x59, 0xcc, 0x69, 0x37, 0xf2, 0xb6, 0x32, 0x70, 0x18, 0x7f, 0x2a, 0xcc,
0x62, 0x2b, 0x2c, 0x9c, 0x90, 0x27, 0xd0, 0x1c, 0xd1, 0x29, 0x73, 0x86, 0xa3, 0xb9, 0x3b, 0x7e,
0xdb, 0x06, 0x94, 0xb6, 0xd3, 0xd2, 0x9e, 0x70, 0xe8, 0x09, 0x7b, 0x7f, 0xcd, 0x84, 0x51, 0x34,
0x23, 0x0f, 0xa1, 0x41, 0x1d, 0x5b, 0x49, 0x9b, 0x28, 0xbd, 0x92, 0xc9, 0x00, 0xc7, 0x0e, 0x85,
0x75, 0xaa, 0xc6, 0x3d, 0x1d, 0xaa, 0xe7, 0xd6, 0x7c, 0x49, 0x8d, 0xdb, 0xd0, 0x4c, 0x64, 0x0a,
0x69, 0x83, 0xbe, 0xa0, 0x41, 0x60, 0x4d, 0x29, 0xa6, 0x53, 0xc3, 0x0c, 0xa7, 0xc6, 0x26, 0xac,
0x27, 0xf3, 0x24, 0x21, 0x14, 0xb9, 0x20, 0x84, 0xe7, 0xd4, 0x0f, 0x44, 0x02, 0x28, 0xa1, 0x9a,
0x1a, 0x8f, 0xa1, 0x95, 0x4d, 0x02, 0xd2, 0x02, 0xed, 0x2d, 0xbd, 0x50, 0x9e, 0x62, 0x48, 0x76,
0x55, 0x40, 0x98, 0x9a, 0x0d, 0x53, 0x45, 0x67, 0x44, 0xda, 0x28, 0x0d, 0xc8, 0x26, 0x94, 0xf9,
0x0a, 0xa5, 0xeb, 0x66, 0x99, 0xaf, 0x8c, 0x3d, 0xd8, 0x4c, 0xbf, 0xf2, 0x4b, 0x1e, 0x76, 0x14,
0x3a, 0xbe, 0x33, 0x42, 0xa0, 0x62, 0x5b, 0xdc, 0x52, 0x1e, 0x38, 0x16, 0xcf, 0x3c, 0x8b, 0xcf,
0xd4, 0xcf, 0xe3, 0x98, 0x5c, 0x81, 0xda, 0x8c, 0xb2, 0xe9, 0x8c, 0xe3, 0x37, 0xa0, 0x99, 0x6a,
0x26, 0x62, 0xf5, 0x7c, 0xf7, 0x9c, 0x62, 0xaa, 0xd7, 0x4d, 0x39, 0x31, 0xb6, 0x60, 0x23, 0x95,
0x48, 0xc6, 0x69, 0x14, 0x7c, 0xf4, 0xe2, 0xc9, 0x7d, 0x80, 0x73, 0x6b, 0xce, 0x6c, 0x8b, 0xbb,
0x7e, 0xd0, 0x2e, 0xed, 0x69, 0xfb, 0xcd, 0xa3, 0x96, 0x7a, 0x5f, 0x6f, 0x42, 0x83, 0x99, 0xf0,
0x31, 0xfe, 0x2e, 0xc1, 0xf6, 0xa5, 0x24, 0x10, 0xe1, 0xce, 0xac, 0x60, 0x16, 0x6e, 0x41, 0x8c,
0xc9, 0x2d, 0x11, 0xae, 0x65, 0x53, 0x5f, 0x7d, 0xde, 0x1b, 0x6a, 0xdd, 0x3e, 0x3e, 0x34, 0x95,
0x91, 0x1c, 0xc3, 0xb6, 0x35, 0x0a, 0xa8, 0xc3, 0x87, 0x89, 0x48, 0xb4, 0x3d, 0x6d, 0xbf, 0xda,
0x6b, 0xfe, 0xf5, 0xf1, 0xc6, 0xda, 0x3f, 0x1f, 0x6f, 0x68, 0xcc, 0xe1, 0x66, 0x4b, 0x7a, 0x45,
0x51, 0x05, 0xa4, 0x07, 0xbb, 0xa3, 0x8b, 0x1f, 0x2d, 0x87, 0x33, 0x87, 0x26, 0xc5, 0x15, 0xdc,
0xc6, 0x96, 0xfa, 0xb9, 0x67, 0xe7, 0xcc, 0xa6, 0xce, 0x98, 0x9a, 0x3b, 0x91, 0x73, 0xbc, 0x86,
0x71, 0x00, 0x5b, 0x99, 0xbc, 0x4c, 0x1c, 0x73, 0x29, 0x79, 0xcc, 0xc6, 0x87, 0x2a, 0xd4, 0x4d,
0x1a, 0x78, 0xae, 0x13, 0x50, 0x72, 0x0c, 0x0d, 0xba, 0x1a, 0x53, 0x89, 0x98, 0x52, 0xe6, 0x13,
0x91, 0x3e, 0xcf, 0x42, 0xbb, 0xf8, 0xbc, 0x22, 0x67, 0x72, 0xa0, 0xf0, 0x98, 0x65, 0x9e, 0x12,
0x25, 0xf9, 0x78, 0x37, 0xe4, 0xa3, 0x96, 0xe1, 0x83, 0xf4, 0xcd, 0x00, 0xf2, 0x40, 0x01, 0xb2,
0x92, 0xbb, 0x70, 0x8a, 0x90, 0x8f, 0x52, 0x84, 0xac, 0xe6, 0x86, 0x5f, 0x80, 0xc8, 0x47, 0x29,
0x44, 0xd6, 0x72, 0xa5, 0x05, 0x8c, 0x7c, 0x90, 0x60, 0xa4, 0x9e, 0x41, 0x83, 0x14, 0xe6, 0x40,
0xb2, 0x1b, 0x41, 0xb2, 0x9e, 0xc1, 0xaa, 0x92, 0x64, 0x29, 0x79, 0x37, 0xa4, 0x64, 0x23, 0xf7,
0xd0, 0x32, 0x98, 0x7c, 0x94, 0xc2, 0x24, 0xe4, 0x6e, 0xa7, 0x80, 0x93, 0xdf, 0xa4, 0x39, 0x29,
0x61, 0x77, 0x2d, 0xa3, 0x2d, 0x04, 0xe5, 0xd7, 0x49, 0x50, 0xae, 0x67, 0xf0, 0xac, 0x72, 0xe1,
0x93, 0xa4, 0x3c, 0x10, 0xdf, 0x61, 0x26, 0xd3, 0x04, 0x0a, 0xa8, 0xef, 0xbb, 0xbe, 0x42, 0x99,
0x9c, 0x18, 0xfb, 0x02, 0x38, 0x71, 0x7e, 0x7d, 0x82, 0xaa, 0x08, 0x8d, 0x44, 0x76, 0x19, 0x3f,
0x97, 0x62, 0x2d, 0x82, 0x35, 0x09, 0xab, 0x86, 0x82, 0x55, 0x02, 0xb6, 0xe5, 0x14, 0x6c, 0xc9,
0x1d, 0xd8, 0x9e, 0x5b, 0x01, 0x97, 0xdb, 0x1c, 0xa6, 0xe8, 0xb5, 0x25, 0x0c, 0x72, 0x7f, 0x12,
0x63, 0xf7, 0x60, 0x27, 0xe1, 0x6b, 0x79, 0xde, 0x10, 0x91, 0x52, 0x41, 0xa4, 0xb4, 0x22, 0xef,
0x13, 0xcf, 0xeb, 0x5b, 0xc1, 0xcc, 0xb8, 0x15, 0xef, 0x3f, 0x05, 0xf2, 0xb9, 0x3b, 0x0d, 0x41,
0x3e, 0x77, 0xa7, 0xc6, 0xaf, 0xa5, 0xd8, 0x2f, 0x86, 0x36, 0x81, 0xca, 0xd8, 0xb5, 0xe5, 0xf6,
0x37, 0x4c, 0x1c, 0x93, 0x53, 0xb5, 0x33, 0xb1, 0x85, 0xf5, 0xde, 0x7d, 0xc5, 0x9e, 0xfd, 0x44,
0x23, 0xc4, 0xa9, 0x63, 0x53, 0x7f, 0xc1, 0x1c, 0xde, 0x9d, 0xba, 0xf7, 0xde, 0x33, 0x9f, 0x76,
0x85, 0xe2, 0xb0, 0x77, 0xc1, 0x69, 0xa0, 0xce, 0x42, 0x45, 0xa0, 0x45, 0x11, 0x90, 0x9b, 0x50,
0xe1, 0xd6, 0x34, 0xc4, 0x52, 0x48, 0xc1, 0x17, 0x6f, 0x5e, 0x59, 0xcc, 0x37, 0xd1, 0x64, 0xfc,
0x52, 0x12, 0x18, 0x4a, 0x7d, 0x03, 0x5f, 0x34, 0xc4, 0x16, 0x68, 0x53, 0x2b, 0xc0, 0xa3, 0xd6,
0x4c, 0x31, 0x14, 0x4f, 0x26, 0x94, 0x22, 0x1a, 0x34, 0x53, 0x0c, 0x8d, 0x3f, 0xca, 0x71, 0x6e,
0x44, 0x75, 0xeb, 0x52, 0x84, 0xbb, 0x50, 0x65, 0x8e, 0x4d, 0x57, 0x18, 0xa2, 0x66, 0xca, 0x09,
0xe9, 0xc9, 0xfa, 0xaa, 0x7d, 0x66, 0xd8, 0x58, 0x91, 0x9f, 0x87, 0x15, 0xb9, 0xf2, 0x99, 0xab,
0x48, 0xb9, 0x58, 0xc7, 0xf3, 0x5d, 0x77, 0x82, 0x7b, 0xfb, 0xac, 0x75, 0x50, 0x9e, 0x28, 0x13,
0xb5, 0x54, 0x35, 0x56, 0xa7, 0xab, 0xc7, 0x29, 0xf8, 0x93, 0xe8, 0x08, 0x92, 0xb4, 0xfa, 0x92,
0xef, 0xd6, 0xd8, 0x89, 0xf3, 0x3f, 0x02, 0x99, 0xb1, 0x0b, 0xe4, 0x32, 0xa1, 0x64, 0x6b, 0x94,
0x66, 0x0f, 0xf9, 0x1f, 0x54, 0x6d, 0x36, 0x99, 0x14, 0x37, 0x07, 0xd2, 0x6c, 0xfc, 0x5e, 0x86,
0x9a, 0xac, 0xec, 0xe4, 0x9a, 0xe0, 0xbc, 0xc5, 0x9c, 0x21, 0xb3, 0x43, 0xbe, 0xe0, 0x7c, 0x60,
0x27, 0x0e, 0xad, 0x9c, 0x3a, 0x34, 0x02, 0x15, 0xce, 0x16, 0x54, 0xa1, 0x01, 0xc7, 0xe4, 0xbf,
0xa0, 0x3b, 0xcb, 0xc5, 0x90, 0xaf, 0x64, 0x62, 0x66, 0xda, 0x81, 0x9a, 0xb3, 0x5c, 0x9c, 0xad,
0x02, 0x72, 0x04, 0x1b, 0x09, 0x6a, 0x30, 0x5b, 0x55, 0xb3, 0x4d, 0x15, 0x27, 0x6e, 0x62, 0x70,
0x6a, 0x36, 0x23, 0x7e, 0x0c, 0x6c, 0xb2, 0x0f, 0x88, 0x93, 0xa1, 0xac, 0x18, 0x12, 0x33, 0x35,
0xc4, 0xcc, 0xa6, 0x78, 0xae, 0x4a, 0x8a, 0xe8, 0x61, 0xae, 0x43, 0x43, 0x1c, 0xab, 0x74, 0xd1,
0xd1, 0xa5, 0x2e, 0x1e, 0xa0, 0xf1, 0x36, 0x6c, 0xc5, 0x5d, 0x87, 0x74, 0xa9, 0xcb, 0x55, 0xe2,
0xc7, 0xe8, 0x78, 0x0d, 0xea, 0x11, 0xce, 0x1a, 0xe8, 0xa1, 0x5b, 0x8a, 0x62, 0x03, 0xd0, 0x55,
0x88, 0xb9, 0x3d, 0xd4, 0x1d, 0xa8, 0x7a, 0x96, 0xcf, 0x03, 0xd5, 0x2d, 0x84, 0xc5, 0xec, 0x95,
0xe5, 0x8b, 0xee, 0x55, 0x75, 0x52, 0xd2, 0xc5, 0x78, 0x0e, 0x1b, 0xa9, 0xe7, 0xe4, 0x26, 0x54,
0xb9, 0xcb, 0xad, 0x39, 0xae, 0x98, 0x39, 0x3e, 0x69, 0x89, 0x7e, 0xb3, 0x1c, 0xff, 0xa6, 0xf1,
0x18, 0x1a, 0xd1, 0xdb, 0x25, 0x57, 0x41, 0xf7, 0x96, 0xa3, 0x61, 0xd8, 0x1d, 0xaf, 0x9b, 0x35,
0x6f, 0x39, 0x7a, 0x21, 0x1b, 0x64, 0xcf, 0x7d, 0xaf, 0x9a, 0x3b, 0xcd, 0x94, 0x13, 0xe3, 0x09,
0xd4, 0xc3, 0x7e, 0xab, 0x58, 0x5a, 0x90, 0x04, 0xc6, 0x6f, 0x25, 0xa8, 0x49, 0x2c, 0xe6, 0x34,
0xe4, 0x5f, 0x61, 0xa7, 0xba, 0xa4, 0x43, 0x71, 0x02, 0x28, 0xdc, 0x8c, 0x2e, 0x81, 0x52, 0x74,
0x78, 0x76, 0xe1, 0x51, 0xb3, 0x81, 0x5e, 0x62, 0x48, 0x6e, 0xc2, 0xba, 0x94, 0x04, 0xdc, 0x67,
0x4e, 0xf8, 0x51, 0x34, 0xf1, 0xd9, 0x6b, 0x7c, 0x24, 0xde, 0xaf, 0x74, 0x61, 0x0e, 0x57, 0xf8,
0xab, 0xe3, 0x83, 0x81, 0xc3, 0x8d, 0xeb, 0x50, 0xc1, 0x75, 0x00, 0x6a, 0xaf, 0xcf, 0xcc, 0xc1,
0xcb, 0xef, 0x5a, 0x6b, 0x44, 0x07, 0x6d, 0xf0, 0xf2, 0xac, 0x55, 0x3a, 0xfa, 0x50, 0x85, 0xad,
0x93, 0xde, 0xd3, 0xc1, 0x89, 0xe7, 0xcd, 0xd9, 0xd8, 0xc2, 0xea, 0xd3, 0x85, 0x0a, 0xd6, 0xd7,
0x9c, 0x3b, 0x6f, 0x27, 0xaf, 0xd1, 0x23, 0x47, 0x50, 0xc5, 0x32, 0x4b, 0xf2, 0xae, 0xbe, 0x9d,
0xdc, 0x7e, 0x4f, 0xfc, 0x88, 0x2c, 0xc4, 0x97, 0x6f, 0xc0, 0x9d, 0xbc, 0xa6, 0x8f, 0x7c, 0x0b,
0x8d, 0xb8, 0x40, 0x16, 0xdd, 0x83, 0x3b, 0x85, 0xed, 0x9f, 0xd0, 0xc7, 0x85, 0xb3, 0xe8, 0x36,
0xdc, 0x29, 0xec, 0x01, 0xc9, 0x31, 0xe8, 0x61, 0x4d, 0xcb, 0xbf, 0x13, 0x77, 0x0a, 0xda, 0x40,
0x71, 0x3c, 0xb2, 0xd2, 0xe4, 0x5d, 0x75, 0x3b, 0xb9, 0x9d, 0x1d, 0x79, 0x08, 0x35, 0x05, 0xd9,
0xdc, 0xeb, 0x74, 0x27, 0xbf, 0x7f, 0x14, 0x9b, 0x8c, 0x6f, 0x45, 0x45, 0xf7, 0xe4, 0x4e, 0x61,
0x67, 0x48, 0x4e, 0x00, 0x12, 0xd7, 0xa1, 0xc2, 0xdb, 0x72, 0xa7, 0xb8, 0x3f, 0x24, 0xe2, 0xdb,
0x89, 0xee, 0x20, 0xf9, 0x77, 0xe6, 0x4e, 0x51, 0x8b, 0x38, 0xaa, 0xe1, 0xff, 0x61, 0x1e, 0xfc,
0x1b, 0x00, 0x00, 0xff, 0xff, 0x93, 0x8a, 0xe6, 0x33, 0xd2, 0x11, 0x00, 0x00,
}

+ 3
- 3
types/types.proto View File

@ -66,7 +66,7 @@ message RequestInitChain{
message RequestBeginBlock{
bytes hash = 1;
Header header = 2;
repeated int32 absent_validators = 3;
repeated int32 absent_validators = 3 [(gogoproto.customtype) = "int", (gogoproto.nullable) = false];
repeated Evidence byzantine_validators = 4;
}
@ -166,7 +166,7 @@ message Header {
string chain_id = 1;
int64 height = 2;
int64 time = 3;
int64 num_txs = 4;
int32 num_txs = 4 [(gogoproto.customtype) = "int", (gogoproto.nullable) = false];
BlockID last_block_id = 5;
bytes last_commit_hash = 6;
bytes data_hash = 7;
@ -180,7 +180,7 @@ message BlockID {
}
message PartSetHeader {
int64 total = 1;
int32 total = 1 [(gogoproto.customtype) = "int", (gogoproto.nullable) = false];
bytes hash = 2;
}


Loading…
Cancel
Save