diff --git a/types/types.pb.go b/types/types.pb.go index 64e6566cb..92cbe7d81 100644 --- a/types/types.pb.go +++ b/types/types.pb.go @@ -1327,13 +1327,14 @@ func (*ResponseBeginBlock) ProtoMessage() {} func (*ResponseBeginBlock) Descriptor() ([]byte, []int) { return fileDescriptorTypes, []int{20} } type ResponseCheckTx struct { - Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` - Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` - Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` - Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` - GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` - // int64 gas_used = 6; - Tags []common.KVPair `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` + Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` + Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` + Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` + Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` + GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` + GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` + Tags []common.KVPair `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` + Fee common.KI64Pair `protobuf:"bytes,8,opt,name=fee" json:"fee"` } func (m *ResponseCheckTx) Reset() { *m = ResponseCheckTx{} } @@ -1376,6 +1377,13 @@ func (m *ResponseCheckTx) GetGasWanted() int64 { return 0 } +func (m *ResponseCheckTx) GetGasUsed() int64 { + if m != nil { + return m.GasUsed + } + return 0 +} + func (m *ResponseCheckTx) GetTags() []common.KVPair { if m != nil { return m.Tags @@ -1383,14 +1391,22 @@ func (m *ResponseCheckTx) GetTags() []common.KVPair { return nil } +func (m *ResponseCheckTx) GetFee() common.KI64Pair { + if m != nil { + return m.Fee + } + return common.KI64Pair{} +} + type ResponseDeliverTx struct { - Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` - Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` - Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` - Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` - // int64 gas_wanted = 5; - GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` - Tags []common.KVPair `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` + Code uint32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` + Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` + Log string `protobuf:"bytes,3,opt,name=log,proto3" json:"log,omitempty"` + Info string `protobuf:"bytes,4,opt,name=info,proto3" json:"info,omitempty"` + GasWanted int64 `protobuf:"varint,5,opt,name=gas_wanted,json=gasWanted,proto3" json:"gas_wanted,omitempty"` + GasUsed int64 `protobuf:"varint,6,opt,name=gas_used,json=gasUsed,proto3" json:"gas_used,omitempty"` + Tags []common.KVPair `protobuf:"bytes,7,rep,name=tags" json:"tags,omitempty"` + Fee common.KI64Pair `protobuf:"bytes,8,opt,name=fee" json:"fee"` } func (m *ResponseDeliverTx) Reset() { *m = ResponseDeliverTx{} } @@ -1426,6 +1442,13 @@ func (m *ResponseDeliverTx) GetInfo() string { return "" } +func (m *ResponseDeliverTx) GetGasWanted() int64 { + if m != nil { + return m.GasWanted + } + return 0 +} + func (m *ResponseDeliverTx) GetGasUsed() int64 { if m != nil { return m.GasUsed @@ -1440,6 +1463,13 @@ func (m *ResponseDeliverTx) GetTags() []common.KVPair { return nil } +func (m *ResponseDeliverTx) GetFee() common.KI64Pair { + if m != nil { + return m.Fee + } + return common.KI64Pair{} +} + type ResponseEndBlock struct { ValidatorUpdates []Validator `protobuf:"bytes,1,rep,name=validator_updates,json=validatorUpdates" json:"validator_updates"` ConsensusParamUpdates *ConsensusParams `protobuf:"bytes,2,opt,name=consensus_param_updates,json=consensusParamUpdates" json:"consensus_param_updates,omitempty"` @@ -2210,114 +2240,115 @@ var _ABCIApplication_serviceDesc = grpc.ServiceDesc{ func init() { proto.RegisterFile("types/types.proto", fileDescriptorTypes) } var fileDescriptorTypes = []byte{ - // 1737 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x58, 0xdd, 0x6e, 0x1b, 0xb9, - 0x15, 0xb6, 0xfe, 0x35, 0x47, 0xb6, 0x64, 0xd3, 0x4e, 0xa2, 0x68, 0x51, 0xd8, 0x18, 0x14, 0x59, - 0xbb, 0xc9, 0x5a, 0xad, 0x17, 0x59, 0xc4, 0xd9, 0x62, 0x51, 0xcb, 0x4e, 0x23, 0x63, 0xdb, 0x6e, - 0x3a, 0xc9, 0xa6, 0x40, 0x6f, 0x04, 0x4a, 0x43, 0x4b, 0x83, 0x68, 0x7e, 0x76, 0x48, 0x79, 0xe5, - 0x3c, 0xc3, 0xde, 0xf7, 0xba, 0x57, 0x7d, 0x82, 0x02, 0x45, 0x1f, 0xa0, 0x68, 0xd1, 0x77, 0xf0, - 0xc5, 0x5e, 0xf6, 0x29, 0x8a, 0x43, 0x72, 0x7e, 0x3d, 0xb3, 0x08, 0xda, 0xbd, 0x91, 0x78, 0x78, - 0xbe, 0x43, 0xf2, 0x90, 0x87, 0xdf, 0x39, 0x1c, 0xd8, 0x11, 0x37, 0x01, 0xe3, 0x43, 0xf9, 0x7b, - 0x1c, 0x84, 0xbe, 0xf0, 0x49, 0x43, 0x0a, 0x83, 0x4f, 0xe6, 0x8e, 0x58, 0xac, 0xa6, 0xc7, 0x33, - 0xdf, 0x1d, 0xce, 0xfd, 0xb9, 0x3f, 0x94, 0xda, 0xe9, 0xea, 0x4a, 0x4a, 0x52, 0x90, 0x2d, 0x65, - 0x35, 0x18, 0xa6, 0xe0, 0x82, 0x79, 0x36, 0x0b, 0x5d, 0xc7, 0x13, 0x43, 0xe1, 0x2e, 0x9d, 0x29, - 0x1f, 0xce, 0x7c, 0xd7, 0xf5, 0xbd, 0xf4, 0x34, 0xe6, 0x3f, 0xea, 0xd0, 0xb2, 0xd8, 0x37, 0x2b, - 0xc6, 0x05, 0x39, 0x84, 0x3a, 0x9b, 0x2d, 0xfc, 0x7e, 0xf5, 0xa0, 0x72, 0xd8, 0x39, 0x21, 0xc7, - 0x0a, 0xa7, 0xb5, 0x2f, 0x66, 0x0b, 0x7f, 0xbc, 0x61, 0x49, 0x04, 0x79, 0x0c, 0x8d, 0xab, 0xe5, - 0x8a, 0x2f, 0xfa, 0x35, 0x09, 0xdd, 0xcd, 0x42, 0x7f, 0x8d, 0xaa, 0xf1, 0x86, 0xa5, 0x30, 0x38, - 0xac, 0xe3, 0x5d, 0xf9, 0xfd, 0x7a, 0xd1, 0xb0, 0x97, 0xde, 0x95, 0x1c, 0x16, 0x11, 0xe4, 0x19, - 0x00, 0x67, 0x62, 0xe2, 0x07, 0xc2, 0xf1, 0xbd, 0x7e, 0x43, 0xe2, 0x1f, 0x64, 0xf1, 0xaf, 0x99, - 0xf8, 0x4a, 0xaa, 0xc7, 0x1b, 0x96, 0xc1, 0x23, 0x01, 0x2d, 0x1d, 0xcf, 0x11, 0x93, 0xd9, 0x82, - 0x3a, 0x5e, 0xbf, 0x59, 0x64, 0x79, 0xe9, 0x39, 0xe2, 0x1c, 0xd5, 0x68, 0xe9, 0x44, 0x02, 0xba, - 0xf2, 0xcd, 0x8a, 0x85, 0x37, 0xfd, 0x56, 0x91, 0x2b, 0xbf, 0x47, 0x15, 0xba, 0x22, 0x31, 0xe4, - 0x73, 0xe8, 0x4c, 0xd9, 0xdc, 0xf1, 0x26, 0xd3, 0xa5, 0x3f, 0x7b, 0xd7, 0x6f, 0x4b, 0x93, 0x7e, - 0xd6, 0x64, 0x84, 0x80, 0x11, 0xea, 0xc7, 0x1b, 0x16, 0x4c, 0x63, 0x89, 0x9c, 0x40, 0x7b, 0xb6, - 0x60, 0xb3, 0x77, 0x13, 0xb1, 0xee, 0x1b, 0xd2, 0xf2, 0x5e, 0xd6, 0xf2, 0x1c, 0xb5, 0x6f, 0xd6, - 0xe3, 0x0d, 0xab, 0x35, 0x53, 0x4d, 0xf4, 0xcb, 0x66, 0x4b, 0xe7, 0x9a, 0x85, 0x68, 0xb5, 0x5b, - 0xe4, 0xd7, 0x85, 0xd2, 0x4b, 0x3b, 0xc3, 0x8e, 0x04, 0xf2, 0x14, 0x0c, 0xe6, 0xd9, 0x7a, 0xa1, - 0x1d, 0x69, 0x78, 0x3f, 0x77, 0xa2, 0x9e, 0x1d, 0x2d, 0xb3, 0xcd, 0x74, 0x9b, 0x1c, 0x43, 0x13, - 0xa3, 0xc4, 0x11, 0xfd, 0x4d, 0x69, 0xb3, 0x97, 0x5b, 0xa2, 0xd4, 0x8d, 0x37, 0x2c, 0x8d, 0x1a, - 0xb5, 0xa0, 0x71, 0x4d, 0x97, 0x2b, 0x66, 0x7e, 0x0c, 0x9d, 0x54, 0xa4, 0x90, 0x3e, 0xb4, 0x5c, - 0xc6, 0x39, 0x9d, 0xb3, 0x7e, 0xe5, 0xa0, 0x72, 0x68, 0x58, 0x91, 0x68, 0x76, 0x61, 0x33, 0x1d, - 0x27, 0x29, 0x43, 0x8c, 0x05, 0x34, 0xbc, 0x66, 0x21, 0xc7, 0x00, 0xd0, 0x86, 0x5a, 0x34, 0x9f, - 0xc3, 0x76, 0x3e, 0x08, 0xc8, 0x36, 0xd4, 0xde, 0xb1, 0x1b, 0x8d, 0xc4, 0x26, 0xd9, 0xd3, 0x0b, - 0x92, 0x51, 0x6c, 0x58, 0x7a, 0x75, 0x61, 0x6c, 0x1b, 0x87, 0x01, 0xf9, 0x0c, 0xe0, 0x9a, 0x2e, - 0x1d, 0x9b, 0x0a, 0x3f, 0xe4, 0xfd, 0xca, 0x41, 0xed, 0xb0, 0x73, 0xb2, 0xad, 0xdd, 0x7d, 0x1b, - 0x29, 0x46, 0xf5, 0x7f, 0xde, 0xee, 0x6f, 0x58, 0x29, 0x24, 0x79, 0x04, 0x3d, 0x1a, 0x04, 0x13, - 0x2e, 0xa8, 0x60, 0x93, 0xe9, 0x8d, 0x60, 0x5c, 0xce, 0xb5, 0x69, 0x6d, 0xd1, 0x20, 0x78, 0x8d, - 0xbd, 0x23, 0xec, 0x34, 0xed, 0xd8, 0x51, 0x19, 0x45, 0x84, 0x40, 0xdd, 0xa6, 0x82, 0xca, 0xc5, - 0x6e, 0x5a, 0xb2, 0x8d, 0x7d, 0x01, 0x15, 0x0b, 0xbd, 0x58, 0xd9, 0x26, 0xf7, 0xa1, 0xb9, 0x60, - 0xce, 0x7c, 0x21, 0xe4, 0xed, 0xaa, 0x59, 0x5a, 0x42, 0xcf, 0x82, 0xd0, 0xbf, 0x66, 0xf2, 0x22, - 0xb5, 0x2d, 0x25, 0x98, 0xff, 0xae, 0xc0, 0xce, 0x9d, 0xc8, 0xc3, 0x71, 0x17, 0x94, 0x2f, 0xa2, - 0xb9, 0xb0, 0x4d, 0x1e, 0xe3, 0xb8, 0xd4, 0x66, 0xa1, 0xbe, 0xe0, 0x5b, 0xda, 0xd7, 0xb1, 0xec, - 0xd4, 0x8e, 0x6a, 0x08, 0x79, 0x0c, 0x3b, 0x74, 0xca, 0x99, 0x27, 0x26, 0xa9, 0x3d, 0xaa, 0x1d, - 0xd4, 0x0e, 0x1b, 0xd6, 0xb6, 0x52, 0xbc, 0x4d, 0x76, 0x64, 0x0c, 0x7b, 0xd3, 0x9b, 0xf7, 0xd4, - 0x13, 0x8e, 0xc7, 0xd2, 0xf8, 0xba, 0xdc, 0xd3, 0x9e, 0x9e, 0xe7, 0xc5, 0xb5, 0x63, 0x33, 0x6f, - 0xc6, 0xf4, 0x4c, 0xbb, 0xb1, 0x49, 0x32, 0x92, 0x79, 0x00, 0xdd, 0xec, 0x65, 0x20, 0x5d, 0xa8, - 0x8a, 0xb5, 0xf6, 0xa3, 0x2a, 0xd6, 0xa6, 0x19, 0x9f, 0x64, 0x1c, 0xf8, 0x77, 0x30, 0x47, 0xd0, - 0xcb, 0xc5, 0x78, 0x6a, 0x53, 0x2b, 0xe9, 0x4d, 0x35, 0x7b, 0xb0, 0x95, 0x09, 0x6d, 0xf3, 0xbb, - 0x06, 0xb4, 0x2d, 0xc6, 0x03, 0xdf, 0xe3, 0x8c, 0x3c, 0x03, 0x83, 0xad, 0x67, 0x4c, 0xf1, 0x51, - 0x25, 0x77, 0xdb, 0x15, 0xe6, 0x45, 0xa4, 0xc7, 0xeb, 0x17, 0x83, 0xc9, 0x51, 0x86, 0x4b, 0x77, - 0xf3, 0x46, 0x69, 0x32, 0x7d, 0x92, 0x25, 0xd3, 0xbd, 0x1c, 0x36, 0xc7, 0xa6, 0x47, 0x19, 0x36, - 0xcd, 0x0f, 0x9c, 0xa1, 0xd3, 0xd3, 0x02, 0x3a, 0xcd, 0x2f, 0xbf, 0x84, 0x4f, 0x4f, 0x0b, 0xf8, - 0xb4, 0x7f, 0x67, 0xae, 0x42, 0x42, 0x7d, 0x92, 0x25, 0xd4, 0xbc, 0x3b, 0x39, 0x46, 0xfd, 0x65, - 0x11, 0xa3, 0x3e, 0xcc, 0xd9, 0x94, 0x52, 0xea, 0xa7, 0x77, 0x28, 0xf5, 0x7e, 0xce, 0xb4, 0x80, - 0x53, 0x4f, 0x33, 0x9c, 0x0a, 0x85, 0xbe, 0x95, 0x90, 0xea, 0x67, 0x77, 0x49, 0xf5, 0x41, 0xfe, - 0x68, 0x8b, 0x58, 0x75, 0x98, 0x63, 0xd5, 0x7b, 0xf9, 0x55, 0x96, 0xd2, 0xea, 0x11, 0xde, 0xee, - 0x5c, 0xa4, 0x21, 0x13, 0xb0, 0x30, 0xf4, 0x43, 0xcd, 0x7b, 0x4a, 0x30, 0x0f, 0x91, 0x6f, 0x92, - 0xf8, 0xfa, 0x01, 0x0a, 0x96, 0x41, 0x9f, 0x8a, 0x2e, 0xf3, 0x4f, 0x95, 0xc4, 0x56, 0xb2, 0x70, - 0x9a, 0xab, 0x0c, 0xcd, 0x55, 0x29, 0x66, 0xae, 0x66, 0x98, 0x99, 0xfc, 0x0c, 0x76, 0x96, 0x94, - 0x0b, 0xb5, 0x2f, 0x93, 0x0c, 0x79, 0xf5, 0x50, 0xa1, 0x36, 0x44, 0xb1, 0xd8, 0x27, 0xb0, 0x9b, - 0xc2, 0x22, 0x91, 0x4a, 0xa2, 0xaa, 0xcb, 0xcb, 0xbb, 0x1d, 0xa3, 0xcf, 0x82, 0x60, 0x4c, 0xf9, - 0xc2, 0xfc, 0x6d, 0xe2, 0x7f, 0xc2, 0xfa, 0x04, 0xea, 0x33, 0xdf, 0x56, 0x6e, 0x6d, 0x59, 0xb2, - 0x8d, 0x99, 0x60, 0xe9, 0xcf, 0xe5, 0xac, 0x86, 0x85, 0x4d, 0x44, 0xc5, 0x37, 0xc5, 0x50, 0x57, - 0xc2, 0xdc, 0x4d, 0x86, 0x8b, 0xc3, 0xd7, 0xfc, 0x6b, 0x25, 0xd9, 0x8f, 0x98, 0xaa, 0xff, 0xb7, - 0x09, 0xf0, 0x68, 0x1c, 0xcf, 0x66, 0x6b, 0x79, 0xdd, 0x6a, 0x96, 0x12, 0xa2, 0x34, 0xd5, 0x94, - 0x4e, 0x66, 0xd3, 0x54, 0x4b, 0xf6, 0x29, 0x41, 0x53, 0xbc, 0x7f, 0x25, 0xef, 0xc1, 0xa6, 0xa5, - 0x84, 0x14, 0x77, 0x19, 0x19, 0xee, 0xda, 0x03, 0x72, 0xf7, 0x86, 0x98, 0x7f, 0xaf, 0x20, 0xfb, - 0x65, 0xa2, 0xbf, 0xd0, 0x9f, 0xe8, 0x88, 0xab, 0xa9, 0x74, 0xf4, 0x61, 0x3e, 0xfe, 0x04, 0x60, - 0x4e, 0xf9, 0xe4, 0x5b, 0xea, 0x09, 0x66, 0x6b, 0x47, 0x8d, 0x39, 0xe5, 0x7f, 0x90, 0x1d, 0xe4, - 0x39, 0xd4, 0x05, 0x9d, 0xf3, 0x7e, 0x4b, 0xb2, 0x7f, 0xf7, 0x58, 0x55, 0x9d, 0xc7, 0x5f, 0xbe, - 0x7d, 0x45, 0x9d, 0x70, 0x74, 0x1f, 0xc9, 0xff, 0x3f, 0xb7, 0xfb, 0x5d, 0xc4, 0x3c, 0xf1, 0x5d, - 0x47, 0x30, 0x37, 0x10, 0x37, 0x96, 0xb4, 0x31, 0xff, 0x56, 0x49, 0x0e, 0x28, 0xe1, 0xf7, 0x1f, - 0x77, 0xf9, 0x0f, 0xa1, 0x8d, 0xcb, 0x5f, 0x71, 0x66, 0xcb, 0x13, 0xa9, 0x59, 0xad, 0x39, 0xe5, - 0x5f, 0xf3, 0xff, 0x73, 0xe9, 0x7f, 0xa9, 0x60, 0x66, 0xca, 0x92, 0x00, 0x39, 0x87, 0x9d, 0x38, - 0x1f, 0x4e, 0x56, 0x81, 0x4d, 0xb1, 0x5a, 0xf8, 0xe1, 0x52, 0x63, 0x3b, 0x36, 0xf8, 0x5a, 0xe1, - 0xc9, 0xef, 0xe0, 0xc1, 0x0c, 0x47, 0xf5, 0xf8, 0x8a, 0x4f, 0x02, 0x1a, 0x52, 0x37, 0x1e, 0xaa, - 0x9a, 0x21, 0xbd, 0xf3, 0x08, 0xf5, 0x0a, 0x41, 0xdc, 0xba, 0x37, 0xcb, 0x74, 0xe8, 0xf1, 0xcc, - 0x9f, 0x62, 0x92, 0x4d, 0x13, 0x4f, 0xd1, 0x66, 0x9a, 0x7f, 0xae, 0x40, 0x2f, 0x37, 0x20, 0x19, - 0x02, 0xa8, 0x7b, 0xcb, 0x9d, 0xf7, 0x4c, 0x27, 0xc4, 0xc8, 0x0f, 0xe9, 0xf0, 0x6b, 0xe7, 0x3d, - 0xb3, 0x8c, 0x69, 0xd4, 0x24, 0x8f, 0xa0, 0x25, 0xd6, 0x0a, 0x9d, 0x2d, 0x3a, 0xde, 0xac, 0x25, - 0xb4, 0x29, 0xe4, 0x3f, 0x79, 0x0a, 0x9b, 0x6a, 0xe0, 0xb9, 0xcf, 0xb9, 0x13, 0xe8, 0x54, 0x48, - 0xd2, 0x43, 0xbf, 0x94, 0x1a, 0xab, 0x33, 0x4d, 0x04, 0xf3, 0x8f, 0x60, 0xc4, 0xd3, 0x92, 0x8f, - 0xc0, 0x70, 0xe9, 0x5a, 0x57, 0x64, 0xb8, 0xb6, 0x86, 0xd5, 0x76, 0xe9, 0x5a, 0x16, 0x63, 0xe4, - 0x01, 0xb4, 0x50, 0x29, 0xd6, 0x6a, 0xcf, 0x1a, 0x56, 0xd3, 0xa5, 0xeb, 0x37, 0xeb, 0x58, 0x31, - 0xa7, 0x3c, 0x2a, 0xb7, 0x5c, 0xba, 0x7e, 0x49, 0xb9, 0xf9, 0x05, 0x34, 0xd5, 0x22, 0x3f, 0x68, - 0x60, 0xb4, 0xaf, 0x66, 0xec, 0x7f, 0x05, 0x9d, 0xd4, 0xba, 0xc9, 0x2f, 0xe0, 0x9e, 0xf2, 0x30, - 0xa0, 0xa1, 0x90, 0x3b, 0x92, 0x19, 0x90, 0x48, 0xe5, 0x2b, 0x1a, 0x0a, 0x9c, 0x52, 0x15, 0x90, - 0xff, 0xaa, 0x42, 0x53, 0x15, 0x67, 0xe4, 0x11, 0x26, 0x3a, 0xea, 0x78, 0x13, 0xc7, 0x56, 0x9c, - 0x3c, 0xea, 0x7c, 0x7f, 0xbb, 0xdf, 0x92, 0xfc, 0x75, 0x79, 0x81, 0xb9, 0x0d, 0x1b, 0x76, 0x8a, - 0x2a, 0xaa, 0x99, 0xda, 0x91, 0x40, 0x5d, 0x38, 0x2e, 0xd3, 0x2e, 0xca, 0x36, 0xae, 0xdc, 0x5b, - 0xb9, 0x72, 0x4b, 0xea, 0x6a, 0x4b, 0xbc, 0x95, 0x8b, 0x5b, 0xf2, 0x12, 0xb6, 0x52, 0x14, 0xed, - 0xd8, 0xba, 0x74, 0xe8, 0xa6, 0x4f, 0xe3, 0xf2, 0x62, 0xb4, 0x8b, 0xe1, 0xfa, 0xfd, 0xed, 0x7e, - 0xe7, 0x37, 0x11, 0x69, 0x5f, 0x5e, 0x58, 0x9d, 0x98, 0xc1, 0x2f, 0x6d, 0x72, 0x08, 0x92, 0xd0, - 0x27, 0x2a, 0xa9, 0x29, 0xa2, 0x57, 0x1c, 0xd8, 0xc5, 0x7e, 0x9d, 0xf5, 0xb0, 0x36, 0xfd, 0x08, - 0x0c, 0x0c, 0x3a, 0x05, 0x51, 0x94, 0xd8, 0xc6, 0x0e, 0xa9, 0xfc, 0x18, 0x7a, 0x49, 0x51, 0xa9, - 0x20, 0x8a, 0x1f, 0xbb, 0x49, 0xb7, 0x04, 0x3e, 0x84, 0x76, 0x9c, 0x50, 0x0c, 0x89, 0x68, 0x51, - 0x9d, 0x47, 0xbe, 0x82, 0x96, 0x5e, 0x62, 0x61, 0x6d, 0xfc, 0x73, 0x68, 0xe0, 0xb9, 0x44, 0x17, - 0x2a, 0x2a, 0x5a, 0xe4, 0x79, 0x30, 0x91, 0xa9, 0x90, 0x15, 0xd0, 0x3c, 0x85, 0xad, 0x8c, 0x16, - 0xb9, 0x5b, 0xf8, 0x82, 0x2e, 0xf5, 0x81, 0x2a, 0x21, 0x9e, 0xac, 0x9a, 0x4c, 0x66, 0x3e, 0x07, - 0x23, 0xbe, 0xf4, 0x78, 0x0a, 0xc1, 0x6a, 0x3a, 0x89, 0x5e, 0x31, 0x9b, 0x56, 0x33, 0x58, 0x4d, - 0xbf, 0x54, 0x19, 0x22, 0xf0, 0xbf, 0xd5, 0xd5, 0x7a, 0xcd, 0x52, 0x82, 0xf9, 0x39, 0xb4, 0xa3, - 0x3a, 0xba, 0xdc, 0xb4, 0x24, 0x0a, 0x4e, 0xbe, 0x6b, 0x40, 0xef, 0x6c, 0x74, 0x7e, 0x79, 0x16, - 0x04, 0x4b, 0x67, 0x46, 0x65, 0x2e, 0x1d, 0x42, 0x5d, 0x56, 0x0b, 0x05, 0xcf, 0xfd, 0x41, 0x51, - 0xd9, 0x4a, 0x4e, 0xa0, 0x21, 0x8b, 0x06, 0x52, 0xf4, 0xea, 0x1f, 0x14, 0x56, 0xaf, 0x38, 0x89, - 0x2a, 0x2b, 0xee, 0x3e, 0xfe, 0x07, 0x45, 0x25, 0x2c, 0xf9, 0x02, 0x8c, 0x24, 0xdd, 0x97, 0x7d, - 0x02, 0x18, 0x94, 0x16, 0xb3, 0x68, 0x9f, 0xa4, 0x8f, 0xb2, 0x07, 0xf3, 0xa0, 0xb4, 0xea, 0x23, - 0xcf, 0xa0, 0x15, 0xe5, 0xce, 0xe2, 0x47, 0xfa, 0xa0, 0xa4, 0xd0, 0xc4, 0xed, 0x51, 0x35, 0x44, - 0xd1, 0x97, 0x84, 0x41, 0x61, 0x35, 0x4c, 0x9e, 0x42, 0x53, 0x13, 0x71, 0xe1, 0x73, 0x7b, 0x50, - 0x5c, 0x2e, 0xa2, 0x93, 0xc9, 0x6b, 0xb6, 0xec, 0x6b, 0xc7, 0xa0, 0xb4, 0x6c, 0x27, 0x67, 0x00, - 0xa9, 0x27, 0x63, 0xe9, 0x67, 0x8c, 0x41, 0x79, 0x39, 0x4e, 0x30, 0x1c, 0xe3, 0x27, 0x56, 0xf1, - 0xe7, 0x85, 0x41, 0x59, 0x85, 0x3c, 0x6d, 0xca, 0x4f, 0x50, 0x9f, 0xfe, 0x37, 0x00, 0x00, 0xff, - 0xff, 0x4e, 0x5c, 0xac, 0xae, 0xfe, 0x12, 0x00, 0x00, + // 1757 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe4, 0x58, 0xcd, 0x6e, 0x1b, 0xc9, + 0x11, 0x16, 0xff, 0x39, 0x45, 0x89, 0x94, 0x5a, 0xb2, 0x4d, 0x73, 0x11, 0x58, 0x18, 0x04, 0x5e, + 0x3a, 0xf6, 0x8a, 0x89, 0x36, 0x36, 0x6c, 0x6f, 0xb0, 0x88, 0x29, 0x39, 0x26, 0xb1, 0x49, 0xd6, + 0x19, 0x7b, 0x1d, 0x20, 0x17, 0xa2, 0xc9, 0x69, 0x91, 0x03, 0x73, 0x7e, 0x76, 0xba, 0xa9, 0xa5, + 0x7c, 0xcb, 0x7d, 0xef, 0x39, 0xe7, 0x94, 0x27, 0xc8, 0x2b, 0x04, 0x09, 0xf2, 0x0e, 0x3a, 0xec, + 0x31, 0x2f, 0x91, 0xa0, 0xba, 0x7b, 0x7e, 0x35, 0xb3, 0x58, 0xe4, 0xba, 0x17, 0xb2, 0xab, 0xeb, + 0xab, 0xee, 0xae, 0xee, 0xea, 0xaf, 0x6a, 0x1a, 0x0e, 0xc4, 0x55, 0xc0, 0xf8, 0x48, 0xfe, 0x9e, + 0x04, 0xa1, 0x2f, 0x7c, 0xd2, 0x90, 0xc2, 0xe0, 0x93, 0xa5, 0x23, 0x56, 0x9b, 0xf9, 0xc9, 0xc2, + 0x77, 0x47, 0x4b, 0x7f, 0xe9, 0x8f, 0xa4, 0x76, 0xbe, 0xb9, 0x90, 0x92, 0x14, 0x64, 0x4b, 0x59, + 0x0d, 0x46, 0x29, 0xb8, 0x60, 0x9e, 0xcd, 0x42, 0xd7, 0xf1, 0xc4, 0x48, 0xb8, 0x6b, 0x67, 0xce, + 0x47, 0x0b, 0xdf, 0x75, 0x7d, 0x2f, 0x3d, 0x8d, 0xf9, 0x8f, 0x3a, 0xb4, 0x2c, 0xf6, 0xf5, 0x86, + 0x71, 0x41, 0x86, 0x50, 0x67, 0x8b, 0x95, 0xdf, 0xaf, 0x1e, 0x57, 0x86, 0x9d, 0x53, 0x72, 0xa2, + 0x70, 0x5a, 0xfb, 0x72, 0xb1, 0xf2, 0x27, 0x3b, 0x96, 0x44, 0x90, 0x87, 0xd0, 0xb8, 0x58, 0x6f, + 0xf8, 0xaa, 0x5f, 0x93, 0xd0, 0xc3, 0x2c, 0xf4, 0x37, 0xa8, 0x9a, 0xec, 0x58, 0x0a, 0x83, 0xc3, + 0x3a, 0xde, 0x85, 0xdf, 0xaf, 0x17, 0x0d, 0x3b, 0xf5, 0x2e, 0xe4, 0xb0, 0x88, 0x20, 0x4f, 0x01, + 0x38, 0x13, 0x33, 0x3f, 0x10, 0x8e, 0xef, 0xf5, 0x1b, 0x12, 0x7f, 0x27, 0x8b, 0x7f, 0xc3, 0xc4, + 0x97, 0x52, 0x3d, 0xd9, 0xb1, 0x0c, 0x1e, 0x09, 0x68, 0xe9, 0x78, 0x8e, 0x98, 0x2d, 0x56, 0xd4, + 0xf1, 0xfa, 0xcd, 0x22, 0xcb, 0xa9, 0xe7, 0x88, 0x33, 0x54, 0xa3, 0xa5, 0x13, 0x09, 0xe8, 0xca, + 0xd7, 0x1b, 0x16, 0x5e, 0xf5, 0x5b, 0x45, 0xae, 0xfc, 0x01, 0x55, 0xe8, 0x8a, 0xc4, 0x90, 0xcf, + 0xa0, 0x33, 0x67, 0x4b, 0xc7, 0x9b, 0xcd, 0xd7, 0xfe, 0xe2, 0x7d, 0xbf, 0x2d, 0x4d, 0xfa, 0x59, + 0x93, 0x31, 0x02, 0xc6, 0xa8, 0x9f, 0xec, 0x58, 0x30, 0x8f, 0x25, 0x72, 0x0a, 0xed, 0xc5, 0x8a, + 0x2d, 0xde, 0xcf, 0xc4, 0xb6, 0x6f, 0x48, 0xcb, 0x5b, 0x59, 0xcb, 0x33, 0xd4, 0xbe, 0xdd, 0x4e, + 0x76, 0xac, 0xd6, 0x42, 0x35, 0xd1, 0x2f, 0x9b, 0xad, 0x9d, 0x4b, 0x16, 0xa2, 0xd5, 0x61, 0x91, + 0x5f, 0xe7, 0x4a, 0x2f, 0xed, 0x0c, 0x3b, 0x12, 0xc8, 0x63, 0x30, 0x98, 0x67, 0xeb, 0x85, 0x76, + 0xa4, 0xe1, 0xed, 0xdc, 0x89, 0x7a, 0x76, 0xb4, 0xcc, 0x36, 0xd3, 0x6d, 0x72, 0x02, 0x4d, 0x8c, + 0x12, 0x47, 0xf4, 0x77, 0xa5, 0xcd, 0x51, 0x6e, 0x89, 0x52, 0x37, 0xd9, 0xb1, 0x34, 0x6a, 0xdc, + 0x82, 0xc6, 0x25, 0x5d, 0x6f, 0x98, 0xf9, 0x31, 0x74, 0x52, 0x91, 0x42, 0xfa, 0xd0, 0x72, 0x19, + 0xe7, 0x74, 0xc9, 0xfa, 0x95, 0xe3, 0xca, 0xd0, 0xb0, 0x22, 0xd1, 0xec, 0xc2, 0x6e, 0x3a, 0x4e, + 0x52, 0x86, 0x18, 0x0b, 0x68, 0x78, 0xc9, 0x42, 0x8e, 0x01, 0xa0, 0x0d, 0xb5, 0x68, 0x3e, 0x87, + 0xfd, 0x7c, 0x10, 0x90, 0x7d, 0xa8, 0xbd, 0x67, 0x57, 0x1a, 0x89, 0x4d, 0x72, 0xa4, 0x17, 0x24, + 0xa3, 0xd8, 0xb0, 0xf4, 0xea, 0xc2, 0xd8, 0x36, 0x0e, 0x03, 0xf2, 0x04, 0xe0, 0x92, 0xae, 0x1d, + 0x9b, 0x0a, 0x3f, 0xe4, 0xfd, 0xca, 0x71, 0x6d, 0xd8, 0x39, 0xdd, 0xd7, 0xee, 0xbe, 0x8b, 0x14, + 0xe3, 0xfa, 0x3f, 0xaf, 0xef, 0xed, 0x58, 0x29, 0x24, 0xb9, 0x0f, 0x3d, 0x1a, 0x04, 0x33, 0x2e, + 0xa8, 0x60, 0xb3, 0xf9, 0x95, 0x60, 0x5c, 0xce, 0xb5, 0x6b, 0xed, 0xd1, 0x20, 0x78, 0x83, 0xbd, + 0x63, 0xec, 0x34, 0xed, 0xd8, 0x51, 0x19, 0x45, 0x84, 0x40, 0xdd, 0xa6, 0x82, 0xca, 0xc5, 0xee, + 0x5a, 0xb2, 0x8d, 0x7d, 0x01, 0x15, 0x2b, 0xbd, 0x58, 0xd9, 0x26, 0xb7, 0xa1, 0xb9, 0x62, 0xce, + 0x72, 0x25, 0xe4, 0xed, 0xaa, 0x59, 0x5a, 0x42, 0xcf, 0x82, 0xd0, 0xbf, 0x64, 0xf2, 0x22, 0xb5, + 0x2d, 0x25, 0x98, 0xff, 0xae, 0xc0, 0xc1, 0x8d, 0xc8, 0xc3, 0x71, 0x57, 0x94, 0xaf, 0xa2, 0xb9, + 0xb0, 0x4d, 0x1e, 0xe2, 0xb8, 0xd4, 0x66, 0xa1, 0xbe, 0xe0, 0x7b, 0xda, 0xd7, 0x89, 0xec, 0xd4, + 0x8e, 0x6a, 0x08, 0x79, 0x08, 0x07, 0x74, 0xce, 0x99, 0x27, 0x66, 0xa9, 0x3d, 0xaa, 0x1d, 0xd7, + 0x86, 0x0d, 0x6b, 0x5f, 0x29, 0xde, 0x25, 0x3b, 0x32, 0x81, 0xa3, 0xf9, 0xd5, 0x07, 0xea, 0x09, + 0xc7, 0x63, 0x69, 0x7c, 0x5d, 0xee, 0x69, 0x4f, 0xcf, 0xf3, 0xf2, 0xd2, 0xb1, 0x99, 0xb7, 0x60, + 0x7a, 0xa6, 0xc3, 0xd8, 0x24, 0x19, 0xc9, 0x3c, 0x86, 0x6e, 0xf6, 0x32, 0x90, 0x2e, 0x54, 0xc5, + 0x56, 0xfb, 0x51, 0x15, 0x5b, 0xd3, 0x8c, 0x4f, 0x32, 0x0e, 0xfc, 0x1b, 0x98, 0x07, 0xd0, 0xcb, + 0xc5, 0x78, 0x6a, 0x53, 0x2b, 0xe9, 0x4d, 0x35, 0x7b, 0xb0, 0x97, 0x09, 0x6d, 0xf3, 0xdb, 0x06, + 0xb4, 0x2d, 0xc6, 0x03, 0xdf, 0xe3, 0x8c, 0x3c, 0x05, 0x83, 0x6d, 0x17, 0x4c, 0xf1, 0x51, 0x25, + 0x77, 0xdb, 0x15, 0xe6, 0x65, 0xa4, 0xc7, 0xeb, 0x17, 0x83, 0xc9, 0x83, 0x0c, 0x97, 0x1e, 0xe6, + 0x8d, 0xd2, 0x64, 0xfa, 0x28, 0x4b, 0xa6, 0x47, 0x39, 0x6c, 0x8e, 0x4d, 0x1f, 0x64, 0xd8, 0x34, + 0x3f, 0x70, 0x86, 0x4e, 0x9f, 0x15, 0xd0, 0x69, 0x7e, 0xf9, 0x25, 0x7c, 0xfa, 0xac, 0x80, 0x4f, + 0xfb, 0x37, 0xe6, 0x2a, 0x24, 0xd4, 0x47, 0x59, 0x42, 0xcd, 0xbb, 0x93, 0x63, 0xd4, 0x5f, 0x15, + 0x31, 0xea, 0xdd, 0x9c, 0x4d, 0x29, 0xa5, 0x7e, 0x7a, 0x83, 0x52, 0x6f, 0xe7, 0x4c, 0x0b, 0x38, + 0xf5, 0x59, 0x86, 0x53, 0xa1, 0xd0, 0xb7, 0x12, 0x52, 0x7d, 0x72, 0x93, 0x54, 0xef, 0xe4, 0x8f, + 0xb6, 0x88, 0x55, 0x47, 0x39, 0x56, 0xbd, 0x95, 0x5f, 0x65, 0x29, 0xad, 0x3e, 0xc0, 0xdb, 0x9d, + 0x8b, 0x34, 0x64, 0x02, 0x16, 0x86, 0x7e, 0xa8, 0x79, 0x4f, 0x09, 0xe6, 0x10, 0xf9, 0x26, 0x89, + 0xaf, 0xef, 0xa1, 0x60, 0x19, 0xf4, 0xa9, 0xe8, 0x32, 0xff, 0x52, 0x49, 0x6c, 0x25, 0x0b, 0xa7, + 0xb9, 0xca, 0xd0, 0x5c, 0x95, 0x62, 0xe6, 0x6a, 0x86, 0x99, 0xc9, 0xcf, 0xe0, 0x60, 0x4d, 0xb9, + 0x50, 0xfb, 0x32, 0xcb, 0x90, 0x57, 0x0f, 0x15, 0x6a, 0x43, 0x14, 0x8b, 0x7d, 0x02, 0x87, 0x29, + 0x2c, 0x12, 0xa9, 0x24, 0xaa, 0xba, 0xbc, 0xbc, 0xfb, 0x31, 0xfa, 0x45, 0x10, 0x4c, 0x28, 0x5f, + 0x99, 0xbf, 0x4b, 0xfc, 0x4f, 0x58, 0x9f, 0x40, 0x7d, 0xe1, 0xdb, 0xca, 0xad, 0x3d, 0x4b, 0xb6, + 0x31, 0x13, 0xac, 0xfd, 0xa5, 0x9c, 0xd5, 0xb0, 0xb0, 0x89, 0xa8, 0xf8, 0xa6, 0x18, 0xea, 0x4a, + 0x98, 0x87, 0xc9, 0x70, 0x71, 0xf8, 0x9a, 0x7f, 0xaf, 0x24, 0xfb, 0x11, 0x53, 0xf5, 0xff, 0x37, + 0x01, 0x1e, 0x8d, 0xe3, 0xd9, 0x6c, 0x2b, 0xaf, 0x5b, 0xcd, 0x52, 0x42, 0x94, 0xa6, 0x9a, 0xd2, + 0xc9, 0x6c, 0x9a, 0x6a, 0xc9, 0x3e, 0x25, 0x68, 0x8a, 0xf7, 0x2f, 0xe4, 0x3d, 0xd8, 0xb5, 0x94, + 0x90, 0xe2, 0x2e, 0x23, 0xc3, 0x5d, 0x47, 0x40, 0x6e, 0xde, 0x10, 0xf3, 0xbf, 0x15, 0x64, 0xbf, + 0x4c, 0xf4, 0x17, 0xfa, 0x13, 0x1d, 0x71, 0x35, 0x95, 0x8e, 0x7e, 0x98, 0x8f, 0x3f, 0x01, 0x58, + 0x52, 0x3e, 0xfb, 0x86, 0x7a, 0x82, 0xd9, 0xda, 0x51, 0x63, 0x49, 0xf9, 0x1f, 0x65, 0x07, 0xb9, + 0x0b, 0x6d, 0x54, 0x6f, 0x38, 0xb3, 0xa5, 0xc7, 0x35, 0xab, 0xb5, 0xa4, 0xfc, 0x2b, 0xce, 0x6c, + 0xf2, 0x1c, 0xea, 0x82, 0x2e, 0x79, 0xbf, 0x25, 0x13, 0x43, 0xf7, 0x44, 0x15, 0xa4, 0x27, 0x5f, + 0xbc, 0x7b, 0x4d, 0x9d, 0x70, 0x7c, 0x1b, 0xf3, 0xc2, 0x7f, 0xae, 0xef, 0x75, 0x11, 0xf3, 0xc8, + 0x77, 0x1d, 0xc1, 0xdc, 0x40, 0x5c, 0x59, 0xd2, 0x86, 0x0c, 0xa1, 0x76, 0xc1, 0x98, 0x66, 0x88, + 0xfd, 0xd8, 0x74, 0xfa, 0xe4, 0x97, 0xd2, 0x58, 0x25, 0x15, 0x84, 0x98, 0x7f, 0xae, 0x26, 0xa7, + 0x9c, 0x24, 0x89, 0x1f, 0xd7, 0x1e, 0xfc, 0xad, 0x82, 0x79, 0x32, 0x4b, 0x49, 0xe4, 0x0c, 0x0e, + 0xe2, 0xec, 0x3c, 0xdb, 0x04, 0x36, 0xc5, 0xda, 0xe5, 0xfb, 0x0b, 0x9f, 0xfd, 0xd8, 0xe0, 0x2b, + 0x85, 0x27, 0xbf, 0x87, 0x3b, 0x0b, 0x1c, 0xd5, 0xe3, 0x1b, 0x3e, 0x0b, 0x68, 0x48, 0xdd, 0x78, + 0xa8, 0x6a, 0x86, 0x82, 0xcf, 0x22, 0xd4, 0x6b, 0x04, 0x71, 0xeb, 0xd6, 0x22, 0xd3, 0xa1, 0xc7, + 0x33, 0x7f, 0x8a, 0x29, 0x3f, 0x4d, 0x83, 0x45, 0xa7, 0x62, 0xfe, 0xb5, 0x02, 0xbd, 0xdc, 0x80, + 0x64, 0x04, 0xa0, 0x58, 0x84, 0x3b, 0x1f, 0x98, 0x4e, 0xcf, 0x91, 0x1f, 0xd2, 0xe1, 0x37, 0xce, + 0x07, 0x66, 0x19, 0xf3, 0xa8, 0x49, 0xee, 0x43, 0x4b, 0x6c, 0x15, 0x3a, 0x5b, 0x02, 0xbd, 0xdd, + 0x4a, 0x68, 0x53, 0xc8, 0x7f, 0xf2, 0x18, 0x76, 0xd5, 0xc0, 0x4b, 0x9f, 0x73, 0x27, 0xd0, 0x89, + 0x99, 0xa4, 0x87, 0x7e, 0x25, 0x35, 0x56, 0x67, 0x9e, 0x08, 0xe6, 0x9f, 0xc0, 0x88, 0xa7, 0x25, + 0x1f, 0x81, 0xe1, 0xd2, 0xad, 0xae, 0x0f, 0x71, 0x6d, 0x0d, 0xab, 0xed, 0xd2, 0xad, 0x2c, 0x0d, + 0xc9, 0x1d, 0x68, 0xa1, 0x52, 0x6c, 0xd5, 0x9e, 0x35, 0xac, 0xa6, 0x4b, 0xb7, 0x6f, 0xb7, 0xb1, + 0x62, 0x49, 0x79, 0x54, 0xfc, 0xb9, 0x74, 0xfb, 0x8a, 0x72, 0xf3, 0x73, 0x68, 0xaa, 0x45, 0xfe, + 0xa0, 0x81, 0xd1, 0xbe, 0x9a, 0xb1, 0xff, 0x35, 0x74, 0x52, 0xeb, 0x26, 0xbf, 0x80, 0x5b, 0xca, + 0xc3, 0x80, 0x86, 0x42, 0xee, 0x48, 0x66, 0x40, 0x22, 0x95, 0xaf, 0x69, 0x28, 0x70, 0x4a, 0x55, + 0xce, 0xfe, 0xab, 0x0a, 0x4d, 0x55, 0x2a, 0x92, 0xfb, 0x98, 0x76, 0xa9, 0xe3, 0xcd, 0x1c, 0x5b, + 0x65, 0x88, 0x71, 0xe7, 0xbb, 0xeb, 0x7b, 0x2d, 0xc9, 0xa6, 0xd3, 0x73, 0xcc, 0xb4, 0xd8, 0xb0, + 0x53, 0xc4, 0x55, 0xcd, 0x54, 0xb2, 0x04, 0xea, 0xc2, 0x71, 0x99, 0x76, 0x51, 0xb6, 0x71, 0xe5, + 0xde, 0xc6, 0x95, 0x5b, 0x52, 0x57, 0x5b, 0xe2, 0x6d, 0x5c, 0xdc, 0x92, 0x57, 0xb0, 0x97, 0x4a, + 0x18, 0x8e, 0xad, 0x0b, 0x99, 0x6e, 0xfa, 0x34, 0xa6, 0xe7, 0xe3, 0x43, 0x0c, 0xd7, 0xef, 0xae, + 0xef, 0x75, 0x7e, 0x1b, 0xa5, 0x90, 0xe9, 0xb9, 0xd5, 0x89, 0xf3, 0xc9, 0xd4, 0x26, 0x43, 0x90, + 0xe9, 0x65, 0xa6, 0x52, 0xac, 0x4a, 0x3b, 0x8a, 0x91, 0xbb, 0xd8, 0xaf, 0x73, 0x30, 0x56, 0xca, + 0x1f, 0x81, 0x81, 0x41, 0xa7, 0x20, 0x8a, 0xa0, 0xdb, 0xd8, 0x21, 0x95, 0x1f, 0x43, 0x2f, 0x29, + 0x71, 0x15, 0x44, 0xb1, 0x75, 0x37, 0xe9, 0x96, 0xc0, 0xbb, 0xd0, 0x8e, 0xd3, 0x9b, 0x21, 0x11, + 0x2d, 0xaa, 0xb3, 0xda, 0x97, 0xd0, 0xd2, 0x4b, 0x2c, 0xac, 0xd4, 0x7f, 0x0e, 0x0d, 0x3c, 0x97, + 0xe8, 0x42, 0x45, 0x25, 0x94, 0x3c, 0x0f, 0x26, 0x32, 0xf5, 0xba, 0x02, 0x9a, 0xcf, 0x60, 0x2f, + 0xa3, 0xc5, 0x4c, 0x22, 0x7c, 0x41, 0xd7, 0xfa, 0x40, 0x95, 0x10, 0x4f, 0x56, 0x4d, 0x26, 0x33, + 0x9f, 0x83, 0x11, 0x5f, 0x7a, 0x3c, 0x85, 0x60, 0x33, 0x9f, 0x45, 0xdf, 0x54, 0xbb, 0x56, 0x33, + 0xd8, 0xcc, 0xbf, 0x50, 0xf9, 0x2a, 0xf0, 0xbf, 0xd1, 0xdf, 0x0e, 0x35, 0x4b, 0x09, 0xe6, 0x67, + 0xd0, 0x8e, 0xaa, 0xfa, 0x72, 0xd3, 0x92, 0x28, 0x38, 0xfd, 0xb6, 0x01, 0xbd, 0x17, 0xe3, 0xb3, + 0xe9, 0x8b, 0x20, 0x58, 0x3b, 0x0b, 0x2a, 0x33, 0xfb, 0x08, 0xea, 0xb2, 0x76, 0x29, 0x78, 0x7c, + 0x18, 0x14, 0x15, 0xd1, 0xe4, 0x14, 0x1a, 0xb2, 0x84, 0x21, 0x45, 0x6f, 0x10, 0x83, 0xc2, 0x5a, + 0x1a, 0x27, 0x51, 0x45, 0xce, 0xcd, 0xa7, 0x88, 0x41, 0x51, 0x41, 0x4d, 0x3e, 0x07, 0x23, 0x29, + 0x3e, 0xca, 0x1e, 0x24, 0x06, 0xa5, 0xa5, 0x35, 0xda, 0x27, 0x79, 0xa8, 0xec, 0xf3, 0x7d, 0x50, + 0x5a, 0x83, 0x92, 0xa7, 0xd0, 0x8a, 0x32, 0x79, 0xf1, 0x93, 0xc1, 0xa0, 0xa4, 0xec, 0xc5, 0xed, + 0x51, 0x15, 0x4d, 0xd1, 0xbb, 0xc6, 0xa0, 0xb0, 0x36, 0x27, 0x8f, 0xa1, 0xa9, 0x89, 0xb8, 0xf0, + 0xe3, 0x7f, 0x50, 0x5c, 0xbc, 0xa2, 0x93, 0xc9, 0xb7, 0x75, 0xd9, 0xdb, 0xcb, 0xa0, 0xf4, 0x23, + 0x82, 0xbc, 0x00, 0x48, 0x7d, 0xc0, 0x96, 0x3e, 0xaa, 0x0c, 0xca, 0x3f, 0x0e, 0x08, 0x86, 0x63, + 0xfc, 0xc1, 0x57, 0xfc, 0xd8, 0x31, 0x28, 0xab, 0xd7, 0xe7, 0x4d, 0xf9, 0x20, 0xf6, 0xe9, 0xff, + 0x02, 0x00, 0x00, 0xff, 0xff, 0x46, 0xbe, 0x48, 0x9c, 0x8c, 0x13, 0x00, 0x00, } diff --git a/types/types.proto b/types/types.proto index 9993d0293..363ceabbc 100644 --- a/types/types.proto +++ b/types/types.proto @@ -151,9 +151,9 @@ message ResponseCheckTx { string log = 3; // nondeterministic string info = 4; // nondeterministic int64 gas_wanted = 5; - // int64 gas_used = 6; + int64 gas_used = 6; repeated common.KVPair tags = 7 [(gogoproto.nullable)=false, (gogoproto.jsontag)="tags,omitempty"]; - // common.KI64Pair fee = 8 [(gogoproto.nullable)=false]; + common.KI64Pair fee = 8 [(gogoproto.nullable)=false]; } message ResponseDeliverTx { @@ -161,10 +161,10 @@ message ResponseDeliverTx { bytes data = 2; string log = 3; // nondeterministic string info = 4; // nondeterministic - // int64 gas_wanted = 5; + int64 gas_wanted = 5; int64 gas_used = 6; repeated common.KVPair tags = 7 [(gogoproto.nullable)=false, (gogoproto.jsontag)="tags,omitempty"]; - // common.KI64Pair fee = 8; + common.KI64Pair fee = 8 [(gogoproto.nullable)=false]; } message ResponseEndBlock {